Color: #FBDE9C

#FBDE9C Color Information

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

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

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

In the Yxy color space, this color is represented as Y: 75.85, x: 0.4096, and y: 0.4145.

Color Code #FBDE9C

#FBDE9Crgb(251, 222, 156)
HEX
#FBDE9C
RGB
rgb(251, 222, 156)
HSL
hsl(42, 92%, 80%)
HSV
hsv(42, 38%, 98%)
CMYK
0%, 12%, 38%, 2%
XYZ
X: 74.95, Y: 75.85, Z: 32.18
Lab
L: 89.79, a: 3.75, b: 36.27
Name

Shades of Color #FBDE9C

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

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

#FBDE9Crgb(251, 222, 156)

About #FBDE9C Color Code

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

  • HEX: #FBDE9C
  • RGB: rgb(251, 222, 156)
  • HSL: hsl(42, 92%, 80%)
  • HSV: hsv(42, 38%, 98%)
  • CMYK: 0.00% cyan, 12.00% magenta, 38.00% yellow, 2.00% black
  • XYZ: 74.95, 75.85, 32.18
  • Yxy: 75.85, 0.4096, 0.4145
  • Hunter Lab: 89.79, 3.75, 36.27
  • CIE-Lab: 89.79, 3.75, 36.27

In the XYZ color space, this color is represented as X: 74.95, Y: 75.85, Z: 32.18. The Yxy representation further refines this as Y: 75.85, x: 0.4096, and y: 0.4145.

In the Hunter Lab color space, this color is represented as L: 89.79, a: 3.75, and b: 36.27. Similarly, in the CIE-Lab color space, it is represented as L: 89.79, a: 3.75, and b: 36.27.

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

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

Analogous Colors of #FBDE9C

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

Split Complementary Colors of #FBDE9C

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

Tetradic Colors of #FBDE9C

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

Monochromatic Colors of #FBDE9C

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

Complementary Color of #FBDE9C

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

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

HTML Examples of #FBDE9C

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

Related Colors of #FBDE9C

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