Shades of Barley White #F9E8B6
Tints of Barley White #F9E8B6
RGB
CMYK
RGB Variations
Color information
#F9E8B6 (or 0xF9E8B6) is known color: Barley White. HEX triplet: F9, E8 and B6. RGB value is (249,232,182). Sum of RGB (Red+Green+Blue) = 249+232+182=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 182 (71.48% from 255 or 27.45% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E8B6 is #061749. Grayscale: #E7E7E7. Windows color (decimal): -399178 or 11987193. OLE color: 11987193.
HSL color Cylindrical-coordinate representation of color #F9E8B6: hue angle of 44.78º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9E8B6 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 232 | 182 | - |
CMYK | 0 | 0.07 | 0.27 | 0.02 |
HSL | 44.78º | 0.85% | 0.85% | - |
HSV(B) | 44.78º | 0.27% | 0.98% | - |
XYZ | 76.37 | 81.23 | 55.91 | - |
YUV | 231.38 | 100.13 | 140.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 232 | 182 | 0 | 0.07 | 0.27 | 0.02 | 44.78 | 0.85 | 0.85 |
Hex | F9 | E8 | B6 | 0 | 7 | 1B | 2 | 2D | 55 | 55 |
Octal | 371 | 350 | 266 | 0 | 7 | 33 | 2 | 55 | 125 | 125 |
Binary | 11111001 | 11101000 | 10110110 | 0 | 111 | 11011 | 10 | 101101 | 1010101 | 1010101 |
Color Harmonies of #F9E8B6
Complementary color
Monochromatic Colors of #F9E8B6
Black with #F9E8B6
Text Example
Text Example
White with #F9E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E8B6; }
p { color: rgb(249,232,182); }
H1.HeaderClassName
{
color: #F9E8B6;
}
.AnyTagClassName
{
color: #F9E8B6;
}
</style>
background-color css
<style>
a { background-color: #F9E8B6; }
a { background-color: rgb(249,232,182); }
div.DivClassName
{
background-color: #F9E8B6;
}
.BgClassName
{
background-color: #F9E8B6;
}
</style>
border-color css
<style>
span { border-color: #F9E8B6; }
span { border-color: rgb(249,232,182); }
td.TdClassName
{
border-color: #F9E8B6;
}
.TagClassName
{
border-color: #F9E8B6;
}
</style>