Shades of Barley White #FAE9BA
Tints of Barley White #FAE9BA
RGB
CMYK
RGB Variations
Color information
#FAE9BA (or 0xFAE9BA) is known color: Barley White. HEX triplet: FA, E9 and BA. RGB value is (250,233,186). Sum of RGB (Red+Green+Blue) = 250+233+186=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BA is #051645. Grayscale: #E8E8E8. Windows color (decimal): -333382 or 12249594. OLE color: 12249594.
HSL color Cylindrical-coordinate representation of color #FAE9BA: hue angle of 44.06º 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 #FAE9BA is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 186 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.02 |
| HSL | 44.06º | 0.86% | 0.85% | - |
| HSV(B) | 44.06º | 0.26% | 0.98% | - |
| XYZ | 77.43 | 82.15 | 58.23 | - |
| YUV | 232.73 | 101.63 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 186 | 0 | 0.07 | 0.26 | 0.02 | 44.06 | 0.86 | 0.85 |
| Hex | FA | E9 | BA | 0 | 7 | 1A | 2 | 2C | 56 | 55 |
| Octal | 372 | 351 | 272 | 0 | 7 | 32 | 2 | 54 | 126 | 125 |
| Binary | 11111010 | 11101001 | 10111010 | 0 | 111 | 11010 | 10 | 101100 | 1010110 | 1010101 |
Color Harmonies of #FAE9BA
Complementary color
Monochromatic Colors of #FAE9BA
Black with #FAE9BA
Text Example
Text Example
White with #FAE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE9BA; }
p { color: rgb(250,233,186); }
H1.HeaderClassName
{
color: #FAE9BA;
}
.AnyTagClassName
{
color: #FAE9BA;
}
</style>
background-color css
<style>
a { background-color: #FAE9BA; }
a { background-color: rgb(250,233,186); }
div.DivClassName
{
background-color: #FAE9BA;
}
.BgClassName
{
background-color: #FAE9BA;
}
</style>
border-color css
<style>
span { border-color: #FAE9BA; }
span { border-color: rgb(250,233,186); }
td.TdClassName
{
border-color: #FAE9BA;
}
.TagClassName
{
border-color: #FAE9BA;
}
</style>