Color: #FBDA99

#FBDA99 Color Information

#FBDA99 is a light color. The closest websafe version is #FBDA99. A complement of this color would be #98B9FB, perceived brightness is 0.86, and the grayscale version is #CACACA.

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

In a RGB color space, #FBDA99 is composed of 98% red, 85% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 13% magenta, 39% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 73.66, x: 0.4132, and y: 0.4134.

Color Code #FBDA99

HEX
#FBDA99
RGB
rgb(251, 218, 153)
HSL
hsl(40, 92%, 79%)
HSV
hsv(40, 39%, 98%)
CMYK
0%, 13%, 39%, 2%
XYZ
X: 73.62, Y: 73.66, Z: 30.90
Lab
L: 88.76, a: 5.45, b: 36.46
Name

Shades of Color #FBDA99

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

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

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

  • HEX: #FBDA99
  • RGB: rgb(251, 218, 153)
  • HSL: hsl(40, 92%, 79%)
  • HSV: hsv(40, 39%, 98%)
  • CMYK: 0.00% cyan, 13.00% magenta, 39.00% yellow, 2.00% black
  • XYZ: 73.62, 73.66, 30.90
  • Yxy: 73.66, 0.4132, 0.4134
  • Hunter Lab: 88.76, 5.45, 36.46
  • CIE-Lab: 88.76, 5.45, 36.46

In the XYZ color space, this color is represented as X: 73.62, Y: 73.66, Z: 30.90. The Yxy representation further refines this as Y: 73.66, x: 0.4132, and y: 0.4134.

In the Hunter Lab color space, this color is represented as L: 88.76, a: 5.45, and b: 36.46. Similarly, in the CIE-Lab color space, it is represented as L: 88.76, a: 5.45, and b: 36.46.

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

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

Analogous Colors of #FBDA99

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

Monochromatic Colors of #FBDA99

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

Complementary Color of #FBDA99

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

/* Using HEX */
body {
  background-color: #fbda99;
}
/* Using RGB */
body {
  background-color: rgb(251, 218, 153);
}
/* Using RGB with opacity */
body {
  background-color: rgba(251, 218, 153, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(40, 92%, 79%);
}
/* Text color */
p {
  color: #fbda99;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fbda99;
}

HTML Examples of #FBDA99

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

Related Colors of #FBDA99

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