Shades of Barley White #FAE7BA
Tints of Barley White #FAE7BA
RGB
CMYK
RGB Variations
Color information
#FAE7BA (or 0xFAE7BA) is known color: Barley White. HEX triplet: FA, E7 and BA. RGB value is (250,231,186). Sum of RGB (Red+Green+Blue) = 250+231+186=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7BA is #051845. Grayscale: #E7E7E7. Windows color (decimal): -333894 or 12249082. OLE color: 12249082.
HSL color Cylindrical-coordinate representation of color #FAE7BA: hue angle of 42.19º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE7BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 186 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.02 |
| HSL | 42.19º | 0.86% | 0.85% | - |
| HSV(B) | 42.19º | 0.26% | 0.98% | - |
| XYZ | 76.86 | 81.02 | 58.04 | - |
| YUV | 231.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 186 | 0 | 0.08 | 0.26 | 0.02 | 42.19 | 0.86 | 0.85 |
| Hex | FA | E7 | BA | 0 | 8 | 1A | 2 | 2A | 56 | 55 |
| Octal | 372 | 347 | 272 | 0 | 10 | 32 | 2 | 52 | 126 | 125 |
| Binary | 11111010 | 11100111 | 10111010 | 0 | 1000 | 11010 | 10 | 101010 | 1010110 | 1010101 |
Color Harmonies of #FAE7BA
Complementary color
Monochromatic Colors of #FAE7BA
Black with #FAE7BA
Text Example
Text Example
White with #FAE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7BA; }
p { color: rgb(250,231,186); }
H1.HeaderClassName
{
color: #FAE7BA;
}
.AnyTagClassName
{
color: #FAE7BA;
}
</style>
background-color css
<style>
a { background-color: #FAE7BA; }
a { background-color: rgb(250,231,186); }
div.DivClassName
{
background-color: #FAE7BA;
}
.BgClassName
{
background-color: #FAE7BA;
}
</style>
border-color css
<style>
span { border-color: #FAE7BA; }
span { border-color: rgb(250,231,186); }
td.TdClassName
{
border-color: #FAE7BA;
}
.TagClassName
{
border-color: #FAE7BA;
}
</style>