Shades of Barley White #F9E5BC
Tints of Barley White #F9E5BC
RGB
CMYK
RGB Variations
Color information
#F9E5BC (or 0xF9E5BC) is known color: Barley White. HEX triplet: F9, E5 and BC. RGB value is (249,229,188). Sum of RGB (Red+Green+Blue) = 249+229+188=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E5BC is #061A43. Grayscale: #E6E6E6. Windows color (decimal): -399940 or 12379641. OLE color: 12379641.
HSL color Cylindrical-coordinate representation of color #F9E5BC: hue angle of 40.33º degrees, saturation: 0.84, 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 #F9E5BC is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 188 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.02 |
| HSL | 40.33º | 0.84% | 0.86% | - |
| HSV(B) | 40.33º | 0.24% | 0.98% | - |
| XYZ | 76.16 | 79.81 | 58.97 | - |
| YUV | 230.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 188 | 0 | 0.08 | 0.24 | 0.02 | 40.33 | 0.84 | 0.86 |
| Hex | F9 | E5 | BC | 0 | 8 | 18 | 2 | 28 | 54 | 56 |
| Octal | 371 | 345 | 274 | 0 | 10 | 30 | 2 | 50 | 124 | 126 |
| Binary | 11111001 | 11100101 | 10111100 | 0 | 1000 | 11000 | 10 | 101000 | 1010100 | 1010110 |
Color Harmonies of #F9E5BC
Complementary color
Monochromatic Colors of #F9E5BC
Black with #F9E5BC
Text Example
Text Example
White with #F9E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5BC; }
p { color: rgb(249,229,188); }
H1.HeaderClassName
{
color: #F9E5BC;
}
.AnyTagClassName
{
color: #F9E5BC;
}
</style>
background-color css
<style>
a { background-color: #F9E5BC; }
a { background-color: rgb(249,229,188); }
div.DivClassName
{
background-color: #F9E5BC;
}
.BgClassName
{
background-color: #F9E5BC;
}
</style>
border-color css
<style>
span { border-color: #F9E5BC; }
span { border-color: rgb(249,229,188); }
td.TdClassName
{
border-color: #F9E5BC;
}
.TagClassName
{
border-color: #F9E5BC;
}
</style>