Color: #FBD09C

#FBD09C Color Information

#FBD09C is a light color. The closest websafe version is #FBD09C. A complement of this color would be #9DC7FB, perceived brightness is 0.84, and the grayscale version is #CBCBCB.

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

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

In the Yxy color space, this color is represented as Y: 68.70, x: 0.4158, and y: 0.4017.

Color Code #FBD09C

HEX
#FBD09C
RGB
rgb(251, 208, 156)
HSL
hsl(33, 92%, 80%)
HSV
hsv(33, 38%, 98%)
CMYK
0%, 17%, 38%, 2%
XYZ
X: 71.11, Y: 68.70, Z: 31.21
Lab
L: 86.35, a: 10.56, b: 31.83
Name

Shades of Color #FBD09C

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

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

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

  • HEX: #FBD09C
  • RGB: rgb(251, 208, 156)
  • HSL: hsl(33, 92%, 80%)
  • HSV: hsv(33, 38%, 98%)
  • CMYK: 0.00% cyan, 17.00% magenta, 38.00% yellow, 2.00% black
  • XYZ: 71.11, 68.70, 31.21
  • Yxy: 68.70, 0.4158, 0.4017
  • Hunter Lab: 86.35, 10.56, 31.83
  • CIE-Lab: 86.35, 10.56, 31.83

In the XYZ color space, this color is represented as X: 71.11, Y: 68.70, Z: 31.21. The Yxy representation further refines this as Y: 68.70, x: 0.4158, and y: 0.4017.

In the Hunter Lab color space, this color is represented as L: 86.35, a: 10.56, and b: 31.83. Similarly, in the CIE-Lab color space, it is represented as L: 86.35, a: 10.56, and b: 31.83.

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

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

Analogous Colors of #FBD09C

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

Monochromatic Colors of #FBD09C

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

Complementary Color of #FBD09C

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

/* Using HEX */
body {
  background-color: #fbd09c;
}
/* Using RGB */
body {
  background-color: rgb(251, 208, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 208, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(33, 92%, 80%);
}
/* Text color */
p {
  color: #fbd09c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbd09c;
}

HTML Examples of #FBD09C

<!-- Using HEX -->
<div style="background-color: #fbd09c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(251, 208, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(251, 208, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(33, 92%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #fbd09c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #fbd09c; width: 100px; height: 100px;"></div>

Related Colors of #FBD09C

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