Shades of Barley White #F9E5BD
Tints of Barley White #F9E5BD
RGB
CMYK
RGB Variations
Color information
#F9E5BD (or 0xF9E5BD) is known color: Barley White. HEX triplet: F9, E5 and BD. RGB value is (249,229,189). Sum of RGB (Red+Green+Blue) = 249+229+189=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5BD is #061A42. Grayscale: #E6E6E6. Windows color (decimal): -399939 or 12445177. OLE color: 12445177.
HSL color Cylindrical-coordinate representation of color #F9E5BD: hue angle of 40º 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 #F9E5BD is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 189 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 40º | 0.83% | 0.86% | - |
| HSV(B) | 40º | 0.24% | 0.98% | - |
| XYZ | 76.27 | 79.85 | 59.54 | - |
| YUV | 230.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 189 | 0 | 0.08 | 0.24 | 0.02 | 40 | 0.83 | 0.86 |
| Hex | F9 | E5 | BD | 0 | 8 | 18 | 2 | 28 | 53 | 56 |
| Octal | 371 | 345 | 275 | 0 | 10 | 30 | 2 | 50 | 123 | 126 |
| Binary | 11111001 | 11100101 | 10111101 | 0 | 1000 | 11000 | 10 | 101000 | 1010011 | 1010110 |
Color Harmonies of #F9E5BD
Complementary color
Monochromatic Colors of #F9E5BD
Black with #F9E5BD
Text Example
Text Example
White with #F9E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5BD; }
p { color: rgb(249,229,189); }
H1.HeaderClassName
{
color: #F9E5BD;
}
.AnyTagClassName
{
color: #F9E5BD;
}
</style>
background-color css
<style>
a { background-color: #F9E5BD; }
a { background-color: rgb(249,229,189); }
div.DivClassName
{
background-color: #F9E5BD;
}
.BgClassName
{
background-color: #F9E5BD;
}
</style>
border-color css
<style>
span { border-color: #F9E5BD; }
span { border-color: rgb(249,229,189); }
td.TdClassName
{
border-color: #F9E5BD;
}
.TagClassName
{
border-color: #F9E5BD;
}
</style>