Color: #FBD17C
#FBD17C Color Information
#FBD17C is a light color. The closest websafe version is #FBD17C. A complement of this color would be #7EA8FB, perceived brightness is 0.83, and the grayscale version is #BBBBBB.
In the HSL color space, this color has a hue angle of 40°,a saturation of 94%, and a lightness of 74%.The HSV representation shows a hue of 40°, a saturation of 100%, and a value of 100%.
In a RGB color space, #FBD17C is composed of 98% red, 82% green and 49% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 17% magenta, 51% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 68.39, x: 0.4349, and y: 0.4279.
Color Code #FBD17C
Shades of Color #FBD17C
Shades are created by darkening the original color #FBD17C 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 #FBD17C
Tints are created by lightening the original color #FBD17C 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 #FBD17C Color Code
In the HSL color space, this color has a hue angle of 40°, a saturation of 94%, and a lightness of 74%. The HSV representation shows a hue of 40°, a saturation of 51%, and a value of 98%.
- HEX: #FBD17C
- RGB: rgb(251, 209, 124)
- HSL: hsl(40, 94%, 74%)
- HSV: hsv(40, 51%, 98%)
- CMYK: 0.00% cyan, 17.00% magenta, 51.00% yellow, 2.00% black
- XYZ: 69.50, 68.39, 21.93
- Yxy: 68.39, 0.4349, 0.4279
- Hunter Lab: 86.20, 7.78, 47.63
- CIE-Lab: 86.20, 7.78, 47.63
In the XYZ color space, this color is represented as X: 69.50, Y: 68.39, Z: 21.93. The Yxy representation further refines this as Y: 68.39, x: 0.4349, and y: 0.4279.
In the Hunter Lab color space, this color is represented as L: 86.20, a: 7.78, and b: 47.63. Similarly, in the CIE-Lab color space, it is represented as L: 86.20, a: 7.78, and b: 47.63.
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 #FBD17C
Triadic colors are three colors evenly spaced around the color wheel, including #FBD17C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #FBD17C
Monochromatic colors are variations of #FBD17C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FBD17C
The complementary color of #FBD17C 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 #FBD17C
/* Using HEX */ body { background-color: #fbd17c; }
/* Using RGB */ body { background-color: rgb(251, 209, 124); }
/* Using RGB with opacity */ body { background-color: rgba(251, 209, 124, 0.5); }
/* Using HSL */ body { background-color: hsl(40, 94%, 74%); }
/* Text color */ p { color: #fbd17c; }
/* Box shadow */ div { box-shadow: 4px 4px #fbd17c; }
HTML Examples of #FBD17C
<!-- Using HEX --> <div style="background-color: #fbd17c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(251, 209, 124); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(251, 209, 124, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(40, 94%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fbd17c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fbd17c; width: 100px; height: 100px;"></div>
Related Colors of #FBD17C
These colors are similar to #FBD17C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.