Shades of Barley White #F8EBB8
Tints of Barley White #F8EBB8
RGB
CMYK
RGB Variations
Color information
#F8EBB8 (or 0xF8EBB8) is known color: Barley White. HEX triplet: F8, EB and B8. RGB value is (248,235,184). Sum of RGB (Red+Green+Blue) = 248+235+184=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 184 (72.27% from 255 or 27.59% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBB8 is #071447. Grayscale: #E9E9E9. Windows color (decimal): -463944 or 12119032. OLE color: 12119032.
HSL color Cylindrical-coordinate representation of color #F8EBB8: hue angle of 47.81º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F8EBB8 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 184 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.03 |
| HSL | 47.81º | 0.82% | 0.85% | - |
| HSV(B) | 47.81º | 0.26% | 0.97% | - |
| XYZ | 77.07 | 82.83 | 57.27 | - |
| YUV | 233.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 184 | 0 | 0.05 | 0.26 | 0.03 | 47.81 | 0.82 | 0.85 |
| Hex | F8 | EB | B8 | 0 | 5 | 1A | 3 | 30 | 52 | 55 |
| Octal | 370 | 353 | 270 | 0 | 5 | 32 | 3 | 60 | 122 | 125 |
| Binary | 11111000 | 11101011 | 10111000 | 0 | 101 | 11010 | 11 | 110000 | 1010010 | 1010101 |
Color Harmonies of #F8EBB8
Complementary color
Monochromatic Colors of #F8EBB8
Black with #F8EBB8
Text Example
Text Example
White with #F8EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBB8; }
p { color: rgb(248,235,184); }
H1.HeaderClassName
{
color: #F8EBB8;
}
.AnyTagClassName
{
color: #F8EBB8;
}
</style>
background-color css
<style>
a { background-color: #F8EBB8; }
a { background-color: rgb(248,235,184); }
div.DivClassName
{
background-color: #F8EBB8;
}
.BgClassName
{
background-color: #F8EBB8;
}
</style>
border-color css
<style>
span { border-color: #F8EBB8; }
span { border-color: rgb(248,235,184); }
td.TdClassName
{
border-color: #F8EBB8;
}
.TagClassName
{
border-color: #F8EBB8;
}
</style>