Shades of Barley White #F7E7B8
Tints of Barley White #F7E7B8
RGB
CMYK
RGB Variations
Color information
#F7E7B8 (or 0xF7E7B8) is known color: Barley White. HEX triplet: F7, E7 and B8. RGB value is (247,231,184). Sum of RGB (Red+Green+Blue) = 247+231+184=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 184 (72.27% from 255 or 27.79% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E7B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E7B8 is #081847. Grayscale: #E6E6E6. Windows color (decimal): -530504 or 12118007. OLE color: 12118007.
HSL color Cylindrical-coordinate representation of color #F7E7B8: hue angle of 44.76º degrees, saturation: 0.8, 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 #F7E7B8 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 184 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.03 |
| HSL | 44.76º | 0.8% | 0.85% | - |
| HSV(B) | 44.76º | 0.26% | 0.97% | - |
| XYZ | 75.59 | 80.39 | 56.88 | - |
| YUV | 230.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 184 | 0 | 0.06 | 0.26 | 0.03 | 44.76 | 0.8 | 0.85 |
| Hex | F7 | E7 | B8 | 0 | 6 | 1A | 3 | 2D | 50 | 55 |
| Octal | 367 | 347 | 270 | 0 | 6 | 32 | 3 | 55 | 120 | 125 |
| Binary | 11110111 | 11100111 | 10111000 | 0 | 110 | 11010 | 11 | 101101 | 1010000 | 1010101 |
Color Harmonies of #F7E7B8
Complementary color
Monochromatic Colors of #F7E7B8
Black with #F7E7B8
Text Example
Text Example
White with #F7E7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E7B8; }
p { color: rgb(247,231,184); }
H1.HeaderClassName
{
color: #F7E7B8;
}
.AnyTagClassName
{
color: #F7E7B8;
}
</style>
background-color css
<style>
a { background-color: #F7E7B8; }
a { background-color: rgb(247,231,184); }
div.DivClassName
{
background-color: #F7E7B8;
}
.BgClassName
{
background-color: #F7E7B8;
}
</style>
border-color css
<style>
span { border-color: #F7E7B8; }
span { border-color: rgb(247,231,184); }
td.TdClassName
{
border-color: #F7E7B8;
}
.TagClassName
{
border-color: #F7E7B8;
}
</style>