Shades of Barley White #FAE5BA
Tints of Barley White #FAE5BA
RGB
CMYK
RGB Variations
Color information
#FAE5BA (or 0xFAE5BA) is known color: Barley White. HEX triplet: FA, E5 and BA. RGB value is (250,229,186). Sum of RGB (Red+Green+Blue) = 250+229+186=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5BA is #051A45. Grayscale: #E6E6E6. Windows color (decimal): -334406 or 12248570. OLE color: 12248570.
HSL color Cylindrical-coordinate representation of color #FAE5BA: hue angle of 40.31º 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 #FAE5BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 186 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.02 |
| HSL | 40.31º | 0.86% | 0.85% | - |
| HSV(B) | 40.31º | 0.26% | 0.98% | - |
| XYZ | 76.31 | 79.91 | 57.86 | - |
| YUV | 230.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 186 | 0 | 0.08 | 0.26 | 0.02 | 40.31 | 0.86 | 0.85 |
| Hex | FA | E5 | BA | 0 | 8 | 1A | 2 | 28 | 56 | 55 |
| Octal | 372 | 345 | 272 | 0 | 10 | 32 | 2 | 50 | 126 | 125 |
| Binary | 11111010 | 11100101 | 10111010 | 0 | 1000 | 11010 | 10 | 101000 | 1010110 | 1010101 |
Color Harmonies of #FAE5BA
Complementary color
Monochromatic Colors of #FAE5BA
Black with #FAE5BA
Text Example
Text Example
White with #FAE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5BA; }
p { color: rgb(250,229,186); }
H1.HeaderClassName
{
color: #FAE5BA;
}
.AnyTagClassName
{
color: #FAE5BA;
}
</style>
background-color css
<style>
a { background-color: #FAE5BA; }
a { background-color: rgb(250,229,186); }
div.DivClassName
{
background-color: #FAE5BA;
}
.BgClassName
{
background-color: #FAE5BA;
}
</style>
border-color css
<style>
span { border-color: #FAE5BA; }
span { border-color: rgb(250,229,186); }
td.TdClassName
{
border-color: #FAE5BA;
}
.TagClassName
{
border-color: #FAE5BA;
}
</style>