Shades of Barley White #FAE8BD
Tints of Barley White #FAE8BD
RGB
CMYK
RGB Variations
Color information
#FAE8BD (or 0xFAE8BD) is known color: Barley White. HEX triplet: FA, E8 and BD. RGB value is (250,232,189). Sum of RGB (Red+Green+Blue) = 250+232+189=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8BD is #051742. Grayscale: #E8E8E8. Windows color (decimal): -333635 or 12445946. OLE color: 12445946.
HSL color Cylindrical-coordinate representation of color #FAE8BD: hue angle of 42.3º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FAE8BD is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 189 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.02 |
| HSL | 42.3º | 0.86% | 0.86% | - |
| HSV(B) | 42.3º | 0.24% | 0.98% | - |
| XYZ | 77.47 | 81.71 | 59.83 | - |
| YUV | 232.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 189 | 0 | 0.07 | 0.24 | 0.02 | 42.3 | 0.86 | 0.86 |
| Hex | FA | E8 | BD | 0 | 7 | 18 | 2 | 2A | 56 | 56 |
| Octal | 372 | 350 | 275 | 0 | 7 | 30 | 2 | 52 | 126 | 126 |
| Binary | 11111010 | 11101000 | 10111101 | 0 | 111 | 11000 | 10 | 101010 | 1010110 | 1010110 |
Color Harmonies of #FAE8BD
Complementary color
Monochromatic Colors of #FAE8BD
Black with #FAE8BD
Text Example
Text Example
White with #FAE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8BD; }
p { color: rgb(250,232,189); }
H1.HeaderClassName
{
color: #FAE8BD;
}
.AnyTagClassName
{
color: #FAE8BD;
}
</style>
background-color css
<style>
a { background-color: #FAE8BD; }
a { background-color: rgb(250,232,189); }
div.DivClassName
{
background-color: #FAE8BD;
}
.BgClassName
{
background-color: #FAE8BD;
}
</style>
border-color css
<style>
span { border-color: #FAE8BD; }
span { border-color: rgb(250,232,189); }
td.TdClassName
{
border-color: #FAE8BD;
}
.TagClassName
{
border-color: #FAE8BD;
}
</style>