Color: #F9FBAF
#F9FBAF Color Information
#F9FBAF is a light color. The closest websafe version is #F9FBAF. A complement of this color would be #B4B1FB, perceived brightness is 0.95, and the grayscale version is #D5D5D5.
In the HSL color space, this color has a hue angle of 62°,a saturation of 90%, and a lightness of 84%.The HSV representation shows a hue of 62°, a saturation of 100%, and a value of 100%.
In a RGB color space, #F9FBAF is composed of 98% red, 98% green and 69% blue. Whereas in a CMYK color space, it is composed of 1% cyan, 0% magenta, 30% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 92.83, x: 0.3868, and y: 0.4244.
Color Code #F9FBAF
Shades of Color #F9FBAF
Shades are created by darkening the original color #F9FBAF 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 #F9FBAF
Tints are created by lightening the original color #F9FBAF 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 #F9FBAF Color Code
In the HSL color space, this color has a hue angle of 62°, a saturation of 90%, and a lightness of 84%. The HSV representation shows a hue of 62°, a saturation of 30%, and a value of 98%.
- HEX: #F9FBAF
- RGB: rgb(249, 251, 175)
- HSL: hsl(62, 90%, 84%)
- HSV: hsv(62, 30%, 98%)
- CMYK: 100.00% cyan, 0.00% magenta, 30.00% yellow, 2.00% black
- XYZ: 84.59, 92.83, 41.30
- Yxy: 92.83, 0.3868, 0.4244
- Hunter Lab: 97.16, -9.11, 36.31
- CIE-Lab: 97.16, -9.11, 36.31
In the XYZ color space, this color is represented as X: 84.59, Y: 92.83, Z: 41.30. The Yxy representation further refines this as Y: 92.83, x: 0.3868, and y: 0.4244.
In the Hunter Lab color space, this color is represented as L: 97.16, a: -9.11, and b: 36.31. Similarly, in the CIE-Lab color space, it is represented as L: 97.16, a: -9.11, and b: 36.31.
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 #F9FBAF
Triadic colors are three colors evenly spaced around the color wheel, including #F9FBAF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F9FBAF
Monochromatic colors are variations of #F9FBAF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F9FBAF
The complementary color of #F9FBAF 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 #F9FBAF
/* Using HEX */ body { background-color: #f9fbaf; }
/* Using RGB */ body { background-color: rgb(249, 251, 175); }
/* Using RGB with opacity */ body { background-color: rgba(249, 251, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(62, 90%, 84%); }
/* Text color */ p { color: #f9fbaf; }
/* Box shadow */ div { box-shadow: 4px 4px #f9fbaf; }
HTML Examples of #F9FBAF
<!-- Using HEX --> <div style="background-color: #f9fbaf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(249, 251, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(249, 251, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(62, 90%, 84%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f9fbaf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f9fbaf; width: 100px; height: 100px;"></div>
Related Colors of #F9FBAF
These colors are similar to #F9FBAF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.