Shades of Barley White #F8E5BD
Tints of Barley White #F8E5BD
RGB
CMYK
RGB Variations
Color information
#F8E5BD (or 0xF8E5BD) is known color: Barley White. HEX triplet: F8, E5 and BD. RGB value is (248,229,189). Sum of RGB (Red+Green+Blue) = 248+229+189=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5BD is #071A42. Grayscale: #E6E6E6. Windows color (decimal): -465475 or 12445176. OLE color: 12445176.
HSL color Cylindrical-coordinate representation of color #F8E5BD: hue angle of 40.68º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8E5BD is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 189 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.03 |
| HSL | 40.68º | 0.81% | 0.86% | - |
| HSV(B) | 40.68º | 0.24% | 0.97% | - |
| XYZ | 75.92 | 79.67 | 59.52 | - |
| YUV | 230.12 | 104.79 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 189 | 0 | 0.08 | 0.24 | 0.03 | 40.68 | 0.81 | 0.86 |
| Hex | F8 | E5 | BD | 0 | 8 | 18 | 3 | 29 | 51 | 56 |
| Octal | 370 | 345 | 275 | 0 | 10 | 30 | 3 | 51 | 121 | 126 |
| Binary | 11111000 | 11100101 | 10111101 | 0 | 1000 | 11000 | 11 | 101001 | 1010001 | 1010110 |
Color Harmonies of #F8E5BD
Complementary color
Monochromatic Colors of #F8E5BD
Black with #F8E5BD
Text Example
Text Example
White with #F8E5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5BD; }
p { color: rgb(248,229,189); }
H1.HeaderClassName
{
color: #F8E5BD;
}
.AnyTagClassName
{
color: #F8E5BD;
}
</style>
background-color css
<style>
a { background-color: #F8E5BD; }
a { background-color: rgb(248,229,189); }
div.DivClassName
{
background-color: #F8E5BD;
}
.BgClassName
{
background-color: #F8E5BD;
}
</style>
border-color css
<style>
span { border-color: #F8E5BD; }
span { border-color: rgb(248,229,189); }
td.TdClassName
{
border-color: #F8E5BD;
}
.TagClassName
{
border-color: #F8E5BD;
}
</style>