Shades of Barley White #F9E9BB
Tints of Barley White #F9E9BB
RGB
CMYK
RGB Variations
Color information
#F9E9BB (or 0xF9E9BB) is known color: Barley White. HEX triplet: F9, E9 and BB. RGB value is (249,233,187). Sum of RGB (Red+Green+Blue) = 249+233+187=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E9BB is #061644. Grayscale: #E8E8E8. Windows color (decimal): -398917 or 12315129. OLE color: 12315129.
HSL color Cylindrical-coordinate representation of color #F9E9BB: hue angle of 44.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9E9BB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 187 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.02 |
| HSL | 44.52º | 0.84% | 0.85% | - |
| HSV(B) | 44.52º | 0.25% | 0.98% | - |
| XYZ | 77.18 | 82.01 | 58.77 | - |
| YUV | 232.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 187 | 0 | 0.06 | 0.25 | 0.02 | 44.52 | 0.84 | 0.85 |
| Hex | F9 | E9 | BB | 0 | 6 | 19 | 2 | 2D | 54 | 55 |
| Octal | 371 | 351 | 273 | 0 | 6 | 31 | 2 | 55 | 124 | 125 |
| Binary | 11111001 | 11101001 | 10111011 | 0 | 110 | 11001 | 10 | 101101 | 1010100 | 1010101 |
Color Harmonies of #F9E9BB
Complementary color
Monochromatic Colors of #F9E9BB
Black with #F9E9BB
Text Example
Text Example
White with #F9E9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E9BB; }
p { color: rgb(249,233,187); }
H1.HeaderClassName
{
color: #F9E9BB;
}
.AnyTagClassName
{
color: #F9E9BB;
}
</style>
background-color css
<style>
a { background-color: #F9E9BB; }
a { background-color: rgb(249,233,187); }
div.DivClassName
{
background-color: #F9E9BB;
}
.BgClassName
{
background-color: #F9E9BB;
}
</style>
border-color css
<style>
span { border-color: #F9E9BB; }
span { border-color: rgb(249,233,187); }
td.TdClassName
{
border-color: #F9E9BB;
}
.TagClassName
{
border-color: #F9E9BB;
}
</style>