Color: #FBDCC4

#FBDCC4 Color Information

#FBDCC4 is a light color. The closest websafe version is #FBDCC4. A complement of this color would be #C6E4FB, perceived brightness is 0.89, and the grayscale version is #E0E0E0.

In the HSL color space, this color has a hue angle of 26°,a saturation of 87%, and a lightness of 88%.The HSV representation shows a hue of 26°, a saturation of 100%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 76.12, x: 0.3850, and y: 0.3780.

Color Code #FBDCC4

HEX
#FBDCC4
RGB
rgb(251, 220, 196)
HSL
hsl(26, 87%, 88%)
HSV
hsv(26, 22%, 98%)
CMYK
0%, 12%, 22%, 2%
XYZ
X: 77.52, Y: 76.12, Z: 47.72
Lab
L: 89.91, a: 8.41, b: 15.99
Name

Shades of Color #FBDCC4

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

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

About #FBDCC4 Color Code

In the HSL color space, this color has a hue angle of 26°, a saturation of 87%, and a lightness of 88%. The HSV representation shows a hue of 26°, a saturation of 22%, and a value of 98%.

  • HEX: #FBDCC4
  • RGB: rgb(251, 220, 196)
  • HSL: hsl(26, 87%, 88%)
  • HSV: hsv(26, 22%, 98%)
  • CMYK: 0.00% cyan, 12.00% magenta, 22.00% yellow, 2.00% black
  • XYZ: 77.52, 76.12, 47.72
  • Yxy: 76.12, 0.3850, 0.3780
  • Hunter Lab: 89.91, 8.41, 15.99
  • CIE-Lab: 89.91, 8.41, 15.99

In the XYZ color space, this color is represented as X: 77.52, Y: 76.12, Z: 47.72. The Yxy representation further refines this as Y: 76.12, x: 0.3850, and y: 0.3780.

In the Hunter Lab color space, this color is represented as L: 89.91, a: 8.41, and b: 15.99. Similarly, in the CIE-Lab color space, it is represented as L: 89.91, a: 8.41, and b: 15.99.

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

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

Analogous Colors of #FBDCC4

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

Monochromatic Colors of #FBDCC4

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

Complementary Color of #FBDCC4

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

/* Using HEX */
body {
  background-color: #fbdcc4;
}
/* Using RGB */
body {
  background-color: rgb(251, 220, 196);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 220, 196, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(26, 87%, 88%);
}
/* Text color */
p {
  color: #fbdcc4;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbdcc4;
}

HTML Examples of #FBDCC4

<!-- Using HEX -->
<div style="background-color: #fbdcc4; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 220, 196); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 220, 196, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(26, 87%, 88%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbdcc4;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbdcc4; width: 100px; height: 100px;"></div>

Related Colors of #FBDCC4

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