Shades of Barley White #F8EABC
Tints of Barley White #F8EABC
RGB
CMYK
RGB Variations
Color information
#F8EABC (or 0xF8EABC) is known color: Barley White. HEX triplet: F8, EA and BC. RGB value is (248,234,188). Sum of RGB (Red+Green+Blue) = 248+234+188=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EABC is #071543. Grayscale: #E9E9E9. Windows color (decimal): -464196 or 12380920. OLE color: 12380920.
HSL color Cylindrical-coordinate representation of color #F8EABC: hue angle of 46º 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 #F8EABC is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 234 | 188 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.03 |
| HSL | 46º | 0.81% | 0.85% | - |
| HSV(B) | 46º | 0.24% | 0.97% | - |
| XYZ | 77.21 | 82.43 | 59.42 | - |
| YUV | 232.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 234 | 188 | 0 | 0.06 | 0.24 | 0.03 | 46 | 0.81 | 0.85 |
| Hex | F8 | EA | BC | 0 | 6 | 18 | 3 | 2E | 51 | 55 |
| Octal | 370 | 352 | 274 | 0 | 6 | 30 | 3 | 56 | 121 | 125 |
| Binary | 11111000 | 11101010 | 10111100 | 0 | 110 | 11000 | 11 | 101110 | 1010001 | 1010101 |
Color Harmonies of #F8EABC
Complementary color
Monochromatic Colors of #F8EABC
Black with #F8EABC
Text Example
Text Example
White with #F8EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EABC; }
p { color: rgb(248,234,188); }
H1.HeaderClassName
{
color: #F8EABC;
}
.AnyTagClassName
{
color: #F8EABC;
}
</style>
background-color css
<style>
a { background-color: #F8EABC; }
a { background-color: rgb(248,234,188); }
div.DivClassName
{
background-color: #F8EABC;
}
.BgClassName
{
background-color: #F8EABC;
}
</style>
border-color css
<style>
span { border-color: #F8EABC; }
span { border-color: rgb(248,234,188); }
td.TdClassName
{
border-color: #F8EABC;
}
.TagClassName
{
border-color: #F8EABC;
}
</style>