Shades of Barley White #F8E8BC
Tints of Barley White #F8E8BC
RGB
CMYK
RGB Variations
Color information
#F8E8BC (or 0xF8E8BC) is known color: Barley White. HEX triplet: F8, E8 and BC. RGB value is (248,232,188). Sum of RGB (Red+Green+Blue) = 248+232+188=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8BC is #071743. Grayscale: #E7E7E7. Windows color (decimal): -464708 or 12380408. OLE color: 12380408.
HSL color Cylindrical-coordinate representation of color #F8E8BC: hue angle of 44º 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 #F8E8BC is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 188 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.03 |
| HSL | 44º | 0.81% | 0.85% | - |
| HSV(B) | 44º | 0.24% | 0.97% | - |
| XYZ | 76.65 | 81.3 | 59.23 | - |
| YUV | 231.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 188 | 0 | 0.06 | 0.24 | 0.03 | 44 | 0.81 | 0.85 |
| Hex | F8 | E8 | BC | 0 | 6 | 18 | 3 | 2C | 51 | 55 |
| Octal | 370 | 350 | 274 | 0 | 6 | 30 | 3 | 54 | 121 | 125 |
| Binary | 11111000 | 11101000 | 10111100 | 0 | 110 | 11000 | 11 | 101100 | 1010001 | 1010101 |
Color Harmonies of #F8E8BC
Complementary color
Monochromatic Colors of #F8E8BC
Black with #F8E8BC
Text Example
Text Example
White with #F8E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E8BC; }
p { color: rgb(248,232,188); }
H1.HeaderClassName
{
color: #F8E8BC;
}
.AnyTagClassName
{
color: #F8E8BC;
}
</style>
background-color css
<style>
a { background-color: #F8E8BC; }
a { background-color: rgb(248,232,188); }
div.DivClassName
{
background-color: #F8E8BC;
}
.BgClassName
{
background-color: #F8E8BC;
}
</style>
border-color css
<style>
span { border-color: #F8E8BC; }
span { border-color: rgb(248,232,188); }
td.TdClassName
{
border-color: #F8E8BC;
}
.TagClassName
{
border-color: #F8E8BC;
}
</style>