Shades of Barley White #FAE9B8
Tints of Barley White #FAE9B8
RGB
CMYK
RGB Variations
Color information
#FAE9B8 (or 0xFAE9B8) is known color: Barley White. HEX triplet: FA, E9 and B8. RGB value is (250,233,184). Sum of RGB (Red+Green+Blue) = 250+233+184=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 184 (72.27% from 255 or 27.59% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9B8 is #051647. Grayscale: #E8E8E8. Windows color (decimal): -333384 or 12118522. OLE color: 12118522.
HSL color Cylindrical-coordinate representation of color #FAE9B8: hue angle of 44.55º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE9B8 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 184 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.02 |
| HSL | 44.55º | 0.87% | 0.85% | - |
| HSV(B) | 44.55º | 0.26% | 0.98% | - |
| XYZ | 77.21 | 82.06 | 57.12 | - |
| YUV | 232.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 184 | 0 | 0.07 | 0.26 | 0.02 | 44.55 | 0.87 | 0.85 |
| Hex | FA | E9 | B8 | 0 | 7 | 1A | 2 | 2D | 57 | 55 |
| Octal | 372 | 351 | 270 | 0 | 7 | 32 | 2 | 55 | 127 | 125 |
| Binary | 11111010 | 11101001 | 10111000 | 0 | 111 | 11010 | 10 | 101101 | 1010111 | 1010101 |
Color Harmonies of #FAE9B8
Complementary color
Monochromatic Colors of #FAE9B8
Black with #FAE9B8
Text Example
Text Example
White with #FAE9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9B8; }
p { color: rgb(250,233,184); }
H1.HeaderClassName
{
color: #FAE9B8;
}
.AnyTagClassName
{
color: #FAE9B8;
}
</style>
background-color css
<style>
a { background-color: #FAE9B8; }
a { background-color: rgb(250,233,184); }
div.DivClassName
{
background-color: #FAE9B8;
}
.BgClassName
{
background-color: #FAE9B8;
}
</style>
border-color css
<style>
span { border-color: #FAE9B8; }
span { border-color: rgb(250,233,184); }
td.TdClassName
{
border-color: #FAE9B8;
}
.TagClassName
{
border-color: #FAE9B8;
}
</style>