Shades of Barley White #F8EBBB
Tints of Barley White #F8EBBB
RGB
CMYK
RGB Variations
Color information
#F8EBBB (or 0xF8EBBB) is known color: Barley White. HEX triplet: F8, EB and BB. RGB value is (248,235,187). Sum of RGB (Red+Green+Blue) = 248+235+187=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBBB is #071444. Grayscale: #E9E9E9. Windows color (decimal): -463941 or 12315640. OLE color: 12315640.
HSL color Cylindrical-coordinate representation of color #F8EBBB: hue angle of 47.21º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8EBBB is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 235 | 187 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.03 |
| HSL | 47.21º | 0.81% | 0.85% | - |
| HSV(B) | 47.21º | 0.25% | 0.97% | - |
| XYZ | 77.39 | 82.96 | 58.95 | - |
| YUV | 233.42 | 101.81 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 235 | 187 | 0 | 0.05 | 0.25 | 0.03 | 47.21 | 0.81 | 0.85 |
| Hex | F8 | EB | BB | 0 | 5 | 19 | 3 | 2F | 51 | 55 |
| Octal | 370 | 353 | 273 | 0 | 5 | 31 | 3 | 57 | 121 | 125 |
| Binary | 11111000 | 11101011 | 10111011 | 0 | 101 | 11001 | 11 | 101111 | 1010001 | 1010101 |
Color Harmonies of #F8EBBB
Complementary color
Monochromatic Colors of #F8EBBB
Black with #F8EBBB
Text Example
Text Example
White with #F8EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EBBB; }
p { color: rgb(248,235,187); }
H1.HeaderClassName
{
color: #F8EBBB;
}
.AnyTagClassName
{
color: #F8EBBB;
}
</style>
background-color css
<style>
a { background-color: #F8EBBB; }
a { background-color: rgb(248,235,187); }
div.DivClassName
{
background-color: #F8EBBB;
}
.BgClassName
{
background-color: #F8EBBB;
}
</style>
border-color css
<style>
span { border-color: #F8EBBB; }
span { border-color: rgb(248,235,187); }
td.TdClassName
{
border-color: #F8EBBB;
}
.TagClassName
{
border-color: #F8EBBB;
}
</style>