Shades of Barley White #F8E7BB
Tints of Barley White #F8E7BB
RGB
CMYK
RGB Variations
Color information
#F8E7BB (or 0xF8E7BB) is known color: Barley White. HEX triplet: F8, E7 and BB. RGB value is (248,231,187). Sum of RGB (Red+Green+Blue) = 248+231+187=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E7BB is #071844. Grayscale: #E7E7E7. Windows color (decimal): -464965 or 12314616. OLE color: 12314616.
HSL color Cylindrical-coordinate representation of color #F8E7BB: hue angle of 43.28º 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 #F8E7BB is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 187 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.03 |
| HSL | 43.28º | 0.81% | 0.85% | - |
| HSV(B) | 43.28º | 0.25% | 0.97% | - |
| XYZ | 76.26 | 80.7 | 58.57 | - |
| YUV | 231.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 187 | 0 | 0.07 | 0.25 | 0.03 | 43.28 | 0.81 | 0.85 |
| Hex | F8 | E7 | BB | 0 | 7 | 19 | 3 | 2B | 51 | 55 |
| Octal | 370 | 347 | 273 | 0 | 7 | 31 | 3 | 53 | 121 | 125 |
| Binary | 11111000 | 11100111 | 10111011 | 0 | 111 | 11001 | 11 | 101011 | 1010001 | 1010101 |
Color Harmonies of #F8E7BB
Complementary color
Monochromatic Colors of #F8E7BB
Black with #F8E7BB
Text Example
Text Example
White with #F8E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7BB; }
p { color: rgb(248,231,187); }
H1.HeaderClassName
{
color: #F8E7BB;
}
.AnyTagClassName
{
color: #F8E7BB;
}
</style>
background-color css
<style>
a { background-color: #F8E7BB; }
a { background-color: rgb(248,231,187); }
div.DivClassName
{
background-color: #F8E7BB;
}
.BgClassName
{
background-color: #F8E7BB;
}
</style>
border-color css
<style>
span { border-color: #F8E7BB; }
span { border-color: rgb(248,231,187); }
td.TdClassName
{
border-color: #F8E7BB;
}
.TagClassName
{
border-color: #F8E7BB;
}
</style>