Shades of Barley White #F8EDBB
Tints of Barley White #F8EDBB
RGB
CMYK
RGB Variations
Color information
#F8EDBB (or 0xF8EDBB) is known color: Barley White. HEX triplet: F8, ED and BB. RGB value is (248,237,187). Sum of RGB (Red+Green+Blue) = 248+237+187=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDBB is #071244. Grayscale: #EAEAEA. Windows color (decimal): -463429 or 12316152. OLE color: 12316152.
HSL color Cylindrical-coordinate representation of color #F8EDBB: hue angle of 49.18º 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 #F8EDBB is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 187 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.03 |
| HSL | 49.18º | 0.81% | 0.85% | - |
| HSV(B) | 49.18º | 0.25% | 0.97% | - |
| XYZ | 77.97 | 84.11 | 59.14 | - |
| YUV | 234.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 187 | 0 | 0.04 | 0.25 | 0.03 | 49.18 | 0.81 | 0.85 |
| Hex | F8 | ED | BB | 0 | 4 | 19 | 3 | 31 | 51 | 55 |
| Octal | 370 | 355 | 273 | 0 | 4 | 31 | 3 | 61 | 121 | 125 |
| Binary | 11111000 | 11101101 | 10111011 | 0 | 100 | 11001 | 11 | 110001 | 1010001 | 1010101 |
Color Harmonies of #F8EDBB
Complementary color
Monochromatic Colors of #F8EDBB
Black with #F8EDBB
Text Example
Text Example
White with #F8EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EDBB; }
p { color: rgb(248,237,187); }
H1.HeaderClassName
{
color: #F8EDBB;
}
.AnyTagClassName
{
color: #F8EDBB;
}
</style>
background-color css
<style>
a { background-color: #F8EDBB; }
a { background-color: rgb(248,237,187); }
div.DivClassName
{
background-color: #F8EDBB;
}
.BgClassName
{
background-color: #F8EDBB;
}
</style>
border-color css
<style>
span { border-color: #F8EDBB; }
span { border-color: rgb(248,237,187); }
td.TdClassName
{
border-color: #F8EDBB;
}
.TagClassName
{
border-color: #F8EDBB;
}
</style>