Color: #FBD6AE

#FBD6AE Color Information

#FBD6AE is a light color. The closest websafe version is #FBD6AE. A complement of this color would be #ACD2FB, perceived brightness is 0.86, and the grayscale version is #D4D4D4.

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

In a RGB color space, #FBD6AE is composed of 98% red, 84% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 31% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 72.24, x: 0.4015, and y: 0.3918.

Color Code #FBD6AE

HEX
#FBD6AE
RGB
rgb(251, 214, 174)
HSL
hsl(31, 91%, 83%)
HSV
hsv(31, 31%, 98%)
CMYK
0%, 15%, 31%, 2%
XYZ
X: 74.02, Y: 72.24, Z: 38.10
Lab
L: 88.08, a: 9.18, b: 24.87
Name

Shades of Color #FBD6AE

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

Tints are created by lightening the original color #FBD6AE 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 #FBD6AE Color Code

In the HSL color space, this color has a hue angle of 31°, a saturation of 91%, and a lightness of 83%. The HSV representation shows a hue of 31°, a saturation of 31%, and a value of 98%.

  • HEX: #FBD6AE
  • RGB: rgb(251, 214, 174)
  • HSL: hsl(31, 91%, 83%)
  • HSV: hsv(31, 31%, 98%)
  • CMYK: 0.00% cyan, 15.00% magenta, 31.00% yellow, 2.00% black
  • XYZ: 74.02, 72.24, 38.10
  • Yxy: 72.24, 0.4015, 0.3918
  • Hunter Lab: 88.08, 9.18, 24.87
  • CIE-Lab: 88.08, 9.18, 24.87

In the XYZ color space, this color is represented as X: 74.02, Y: 72.24, Z: 38.10. The Yxy representation further refines this as Y: 72.24, x: 0.4015, and y: 0.3918.

In the Hunter Lab color space, this color is represented as L: 88.08, a: 9.18, and b: 24.87. Similarly, in the CIE-Lab color space, it is represented as L: 88.08, a: 9.18, and b: 24.87.

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

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

Analogous Colors of #FBD6AE

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

Monochromatic Colors of #FBD6AE

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

Complementary Color of #FBD6AE

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

/* Using HEX */
body {
  background-color: #fbd6ae;
}
/* Using RGB */
body {
  background-color: rgb(251, 214, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 214, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(31, 91%, 83%);
}
/* Text color */
p {
  color: #fbd6ae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbd6ae;
}

HTML Examples of #FBD6AE

<!-- Using HEX -->
<div style="background-color: #fbd6ae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 214, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 214, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(31, 91%, 83%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbd6ae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbd6ae; width: 100px; height: 100px;"></div>

Related Colors of #FBD6AE

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