Color: #FBD87C

#FBD87C Color Information

#FBD87C is a light color. The closest websafe version is #FBD87C. A complement of this color would be #7EA2FB, perceived brightness is 0.85, and the grayscale version is #BBBBBB.

In the HSL color space, this color has a hue angle of 43°,a saturation of 94%, and a lightness of 74%.The HSV representation shows a hue of 43°, a saturation of 51%, and a value of 98%.

In a RGB color space, #FBD87C is composed of 98% red, 85% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 14% magenta, 51% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 71.91, x: 0.4308, and y: 0.4340.

Color Code #FBD87C

#FBD87Crgb(251, 216, 124)
HEX
#FBD87C
RGB
rgb(251, 216, 124)
HSL
hsl(43, 94%, 74%)
HSV
hsv(43, 51%, 98%)
CMYK
0%, 14%, 51%, 2%
XYZ
X: 71.39, Y: 71.91, Z: 22.41
Lab
L: 87.93, a: 4.38, b: 49.68
Name

Shades of Color #FBD87C

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

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

#FBD87Crgb(251, 216, 124)

About #FBD87C Color Code

In the HSL color space, this color has a hue angle of 43°, a saturation of 94%, and a lightness of 74%. The HSV representation shows a hue of 43°, a saturation of 51%, and a value of 98%.

  • HEX: #FBD87C
  • RGB: rgb(251, 216, 124)
  • HSL: hsl(43, 94%, 74%)
  • HSV: hsv(43, 51%, 98%)
  • CMYK: 0.00% cyan, 14.00% magenta, 51.00% yellow, 2.00% black
  • XYZ: 71.39, 71.91, 22.41
  • Yxy: 71.91, 0.4308, 0.4340
  • Hunter Lab: 87.93, 4.38, 49.68
  • CIE-Lab: 87.93, 4.38, 49.68

In the XYZ color space, this color is represented as X: 71.39, Y: 71.91, Z: 22.41. The Yxy representation further refines this as Y: 71.91, x: 0.4308, and y: 0.4340.

In the Hunter Lab color space, this color is represented as L: 87.93, a: 4.38, and b: 49.68. Similarly, in the CIE-Lab color space, it is represented as L: 87.93, a: 4.38, and b: 49.68.

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

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

Analogous Colors of #FBD87C

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

Split Complementary Colors of #FBD87C

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

Tetradic Colors of #FBD87C

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

Monochromatic Colors of #FBD87C

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

Complementary Color of #FBD87C

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

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

HTML Examples of #FBD87C

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

Related Colors of #FBD87C

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