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