Shades of Barley White #F8E9BB
Tints of Barley White #F8E9BB
RGB
CMYK
RGB Variations
Color information
#F8E9BB (or 0xF8E9BB) is known color: Barley White. HEX triplet: F8, E9 and BB. RGB value is (248,233,187). Sum of RGB (Red+Green+Blue) = 248+233+187=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9BB is #071644. Grayscale: #E8E8E8. Windows color (decimal): -464453 or 12315128. OLE color: 12315128.
HSL color Cylindrical-coordinate representation of color #F8E9BB: hue angle of 45.25º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8E9BB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 233 | 187 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.03 |
| HSL | 45.25º | 0.81% | 0.85% | - |
| HSV(B) | 45.25º | 0.25% | 0.97% | - |
| XYZ | 76.82 | 81.82 | 58.76 | - |
| YUV | 232.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 233 | 187 | 0 | 0.06 | 0.25 | 0.03 | 45.25 | 0.81 | 0.85 |
| Hex | F8 | E9 | BB | 0 | 6 | 19 | 3 | 2D | 51 | 55 |
| Octal | 370 | 351 | 273 | 0 | 6 | 31 | 3 | 55 | 121 | 125 |
| Binary | 11111000 | 11101001 | 10111011 | 0 | 110 | 11001 | 11 | 101101 | 1010001 | 1010101 |
Color Harmonies of #F8E9BB
Complementary color
Monochromatic Colors of #F8E9BB
Black with #F8E9BB
Text Example
Text Example
White with #F8E9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E9BB; }
p { color: rgb(248,233,187); }
H1.HeaderClassName
{
color: #F8E9BB;
}
.AnyTagClassName
{
color: #F8E9BB;
}
</style>
background-color css
<style>
a { background-color: #F8E9BB; }
a { background-color: rgb(248,233,187); }
div.DivClassName
{
background-color: #F8E9BB;
}
.BgClassName
{
background-color: #F8E9BB;
}
</style>
border-color css
<style>
span { border-color: #F8E9BB; }
span { border-color: rgb(248,233,187); }
td.TdClassName
{
border-color: #F8E9BB;
}
.TagClassName
{
border-color: #F8E9BB;
}
</style>