Color: #FBD0FA

#FBD0FA Color Information

#FBD0FA is a light color. The closest websafe version is #FBD0FA. A complement of this color would be #D0FBD1, perceived brightness is 0.88, and the grayscale version is #E6E6E6.

In the HSL color space, this color has a hue angle of 301°,a saturation of 84%, and a lightness of 90%.The HSV representation shows a hue of 301°, a saturation of 17%, and a value of 98%.

In a RGB color space, #FBD0FA is composed of 98% red, 82% green and 98% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 72.48, x: 0.3506, and y: 0.3175.

Color Code #FBD0FA

#FBD0FArgb(251, 208, 250)
HEX
#FBD0FA
RGB
rgb(251, 208, 250)
HSL
hsl(301, 84%, 90%)
HSV
hsv(301, 17%, 98%)
CMYK
0%, 17%, 0%, 2%
XYZ
X: 80.03, Y: 72.48, Z: 75.74
Lab
L: 88.20, a: 20.77, b: -14.71
Name

Shades of Color #FBD0FA

Shades are created by darkening the original color #FBD0FA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #FBD0FA

Tints are created by lightening the original color #FBD0FA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#FBD0FArgb(251, 208, 250)

About #FBD0FA Color Code

In the HSL color space, this color has a hue angle of 301°, a saturation of 84%, and a lightness of 90%. The HSV representation shows a hue of 301°, a saturation of 17%, and a value of 98%.

  • HEX: #FBD0FA
  • RGB: rgb(251, 208, 250)
  • HSL: hsl(301, 84%, 90%)
  • HSV: hsv(301, 17%, 98%)
  • CMYK: 0.00% cyan, 17.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 80.03, 72.48, 75.74
  • Yxy: 72.48, 0.3506, 0.3175
  • Hunter Lab: 88.20, 20.77, -14.71
  • CIE-Lab: 88.20, 20.77, -14.71

In the XYZ color space, this color is represented as X: 80.03, Y: 72.48, Z: 75.74. The Yxy representation further refines this as Y: 72.48, x: 0.3506, and y: 0.3175.

In the Hunter Lab color space, this color is represented as L: 88.20, a: 20.77, and b: -14.71. Similarly, in the CIE-Lab color space, it is represented as L: 88.20, a: 20.77, and b: -14.71.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #FBD0FA

Triadic colors are three colors evenly spaced around the color wheel, including #FBD0FA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #FBD0FA

Analogous colors are adjacent to #FBD0FA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #FBD0FA

Split complementary colors are two colors adjacent to the complementary color of #FBD0FA. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FBD0FA

Tetradic colors form a rectangle on the color wheel, including #FBD0FA. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FBD0FA

Monochromatic colors are variations of #FBD0FA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #FBD0FA

The complementary color of #FBD0FA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #FBD0FA

/* Using HEX */
body {
  background-color: #fbd0fa;
}
/* Using RGB */
body {
  background-color: rgb(251, 208, 250);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 208, 250, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(301, 84%, 90%);
}
/* Text color */
p {
  color: #fbd0fa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbd0fa;
}
/* Border color */
.box {
  border: 4px solid #fbd0fa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fbd0fa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fbd0fa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FBD0FA
On Black Background
#FBD0FA
On White Background
#FBD0FA

HTML Examples of #FBD0FA

<!-- Using HEX -->
<div style="background-color: #fbd0fa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 208, 250); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 208, 250, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(301, 84%, 90%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbd0fa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbd0fa; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #fbd0fa; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #fbd0fa;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #fbd0fa; color: #fff; padding: 16px; border-radius: 8px;">
  #FBD0FA
</div>
#FBD0FA
On Black Background
#FBD0FA
On White Background
#FBD0FA

Related Colors of #FBD0FA

These colors are similar to #FBD0FA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.