Shades of Barley White #F9E8BD
Tints of Barley White #F9E8BD
RGB
CMYK
RGB Variations
Color information
#F9E8BD (or 0xF9E8BD) is known color: Barley White. HEX triplet: F9, E8 and BD. RGB value is (249,232,189). Sum of RGB (Red+Green+Blue) = 249+232+189=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E8BD is #061742. Grayscale: #E8E8E8. Windows color (decimal): -399171 or 12445945. OLE color: 12445945.
HSL color Cylindrical-coordinate representation of color #F9E8BD: hue angle of 43º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9E8BD is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 189 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 43º | 0.83% | 0.86% | - |
| HSV(B) | 43º | 0.24% | 0.98% | - |
| XYZ | 77.11 | 81.53 | 59.82 | - |
| YUV | 232.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 189 | 0 | 0.07 | 0.24 | 0.02 | 43 | 0.83 | 0.86 |
| Hex | F9 | E8 | BD | 0 | 7 | 18 | 2 | 2B | 53 | 56 |
| Octal | 371 | 350 | 275 | 0 | 7 | 30 | 2 | 53 | 123 | 126 |
| Binary | 11111001 | 11101000 | 10111101 | 0 | 111 | 11000 | 10 | 101011 | 1010011 | 1010110 |
Color Harmonies of #F9E8BD
Complementary color
Monochromatic Colors of #F9E8BD
Black with #F9E8BD
Text Example
Text Example
White with #F9E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E8BD; }
p { color: rgb(249,232,189); }
H1.HeaderClassName
{
color: #F9E8BD;
}
.AnyTagClassName
{
color: #F9E8BD;
}
</style>
background-color css
<style>
a { background-color: #F9E8BD; }
a { background-color: rgb(249,232,189); }
div.DivClassName
{
background-color: #F9E8BD;
}
.BgClassName
{
background-color: #F9E8BD;
}
</style>
border-color css
<style>
span { border-color: #F9E8BD; }
span { border-color: rgb(249,232,189); }
td.TdClassName
{
border-color: #F9E8BD;
}
.TagClassName
{
border-color: #F9E8BD;
}
</style>