Shades of Barley White #F8E7BC
Tints of Barley White #F8E7BC
RGB
CMYK
RGB Variations
Color information
#F8E7BC (or 0xF8E7BC) is known color: Barley White. HEX triplet: F8, E7 and BC. RGB value is (248,231,188). Sum of RGB (Red+Green+Blue) = 248+231+188=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E7BC is #071843. Grayscale: #E7E7E7. Windows color (decimal): -464964 or 12380152. OLE color: 12380152.
HSL color Cylindrical-coordinate representation of color #F8E7BC: hue angle of 43º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8E7BC is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 188 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.03 |
| HSL | 43º | 0.81% | 0.85% | - |
| HSV(B) | 43º | 0.24% | 0.97% | - |
| XYZ | 76.36 | 80.74 | 59.14 | - |
| YUV | 231.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 188 | 0 | 0.07 | 0.24 | 0.03 | 43 | 0.81 | 0.85 |
| Hex | F8 | E7 | BC | 0 | 7 | 18 | 3 | 2B | 51 | 55 |
| Octal | 370 | 347 | 274 | 0 | 7 | 30 | 3 | 53 | 121 | 125 |
| Binary | 11111000 | 11100111 | 10111100 | 0 | 111 | 11000 | 11 | 101011 | 1010001 | 1010101 |
Color Harmonies of #F8E7BC
Complementary color
Monochromatic Colors of #F8E7BC
Black with #F8E7BC
Text Example
Text Example
White with #F8E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E7BC; }
p { color: rgb(248,231,188); }
H1.HeaderClassName
{
color: #F8E7BC;
}
.AnyTagClassName
{
color: #F8E7BC;
}
</style>
background-color css
<style>
a { background-color: #F8E7BC; }
a { background-color: rgb(248,231,188); }
div.DivClassName
{
background-color: #F8E7BC;
}
.BgClassName
{
background-color: #F8E7BC;
}
</style>
border-color css
<style>
span { border-color: #F8E7BC; }
span { border-color: rgb(248,231,188); }
td.TdClassName
{
border-color: #F8E7BC;
}
.TagClassName
{
border-color: #F8E7BC;
}
</style>