Color: #FBDCEE

#FBDCEE Color Information

#FBDCEE is a light color. The closest websafe version is #FBDCEE. A complement of this color would be #DAFBE8, perceived brightness is 0.91, and the grayscale version is #EBEBEB.

In the HSL color space, this color has a hue angle of 325°,a saturation of 79%, and a lightness of 92%.The HSV representation shows a hue of 325°, a saturation of 12%, and a value of 98%.

In a RGB color space, #FBDCEE is composed of 98% red, 86% green and 93% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 12% magenta, 5% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 77.95, x: 0.3572, and y: 0.3401.

Color Code #FBDCEE

#FBDCEErgb(251, 220, 238)
HEX
#FBDCEE
RGB
rgb(251, 220, 238)
HSL
hsl(325, 79%, 92%)
HSV
hsv(325, 12%, 98%)
CMYK
0%, 12%, 5%, 2%
XYZ
X: 81.86, Y: 77.95, Z: 69.36
Lab
L: 90.76, a: 13.28, b: -4.67
Name

Shades of Color #FBDCEE

Shades are created by darkening the original color #FBDCEE 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 #FBDCEE

Tints are created by lightening the original color #FBDCEE 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.

#FBDCEErgb(251, 220, 238)

About #FBDCEE Color Code

In the HSL color space, this color has a hue angle of 325°, a saturation of 79%, and a lightness of 92%. The HSV representation shows a hue of 325°, a saturation of 12%, and a value of 98%.

  • HEX: #FBDCEE
  • RGB: rgb(251, 220, 238)
  • HSL: hsl(325, 79%, 92%)
  • HSV: hsv(325, 12%, 98%)
  • CMYK: 0.00% cyan, 12.00% magenta, 5.00% yellow, 2.00% black
  • XYZ: 81.86, 77.95, 69.36
  • Yxy: 77.95, 0.3572, 0.3401
  • Hunter Lab: 90.76, 13.28, -4.67
  • CIE-Lab: 90.76, 13.28, -4.67

In the XYZ color space, this color is represented as X: 81.86, Y: 77.95, Z: 69.36. The Yxy representation further refines this as Y: 77.95, x: 0.3572, and y: 0.3401.

In the Hunter Lab color space, this color is represented as L: 90.76, a: 13.28, and b: -4.67. Similarly, in the CIE-Lab color space, it is represented as L: 90.76, a: 13.28, and b: -4.67.

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 #FBDCEE

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

Analogous Colors of #FBDCEE

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

Monochromatic Colors of #FBDCEE

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

Complementary Color of #FBDCEE

The complementary color of #FBDCEE 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 #FBDCEE

/* Using HEX */
body {
  background-color: #fbdcee;
}
/* Using RGB */
body {
  background-color: rgb(251, 220, 238);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 220, 238, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(325, 79%, 92%);
}
/* Text color */
p {
  color: #fbdcee;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbdcee;
}
/* Border color */
.box {
  border: 4px solid #fbdcee;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fbdcee;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fbdcee;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FBDCEE
On Black Background
#FBDCEE
On White Background
#FBDCEE

HTML Examples of #FBDCEE

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

Related Colors of #FBDCEE

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