Shades of Drover #FAE8A0
Tints of Drover #FAE8A0
RGB
CMYK
RGB Variations
Color information
#FAE8A0 (or 0xFAE8A0) is known color: Drover. HEX triplet: FA, E8 and A0. RGB value is (250,232,160). Sum of RGB (Red+Green+Blue) = 250+232+160=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8A0 is #05175F. Grayscale: #E5E5E5. Windows color (decimal): -333664 or 10545402. OLE color: 10545402.
HSL color Cylindrical-coordinate representation of color #FAE8A0: hue angle of 48º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE8A0 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 160 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.02 |
| HSL | 48º | 0.9% | 0.8% | - |
| HSV(B) | 48º | 0.36% | 0.98% | - |
| XYZ | 74.63 | 80.58 | 44.88 | - |
| YUV | 229.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 160 | 0 | 0.07 | 0.36 | 0.02 | 48 | 0.9 | 0.8 |
| Hex | FA | E8 | A0 | 0 | 7 | 24 | 2 | 30 | 5A | 50 |
| Octal | 372 | 350 | 240 | 0 | 7 | 44 | 2 | 60 | 132 | 120 |
| Binary | 11111010 | 11101000 | 10100000 | 0 | 111 | 100100 | 10 | 110000 | 1011010 | 1010000 |
Color Harmonies of #FAE8A0
Complementary color
Monochromatic Colors of #FAE8A0
Black with #FAE8A0
Text Example
Text Example
White with #FAE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8A0; }
p { color: rgb(250,232,160); }
H1.HeaderClassName
{
color: #FAE8A0;
}
.AnyTagClassName
{
color: #FAE8A0;
}
</style>
background-color css
<style>
a { background-color: #FAE8A0; }
a { background-color: rgb(250,232,160); }
div.DivClassName
{
background-color: #FAE8A0;
}
.BgClassName
{
background-color: #FAE8A0;
}
</style>
border-color css
<style>
span { border-color: #FAE8A0; }
span { border-color: rgb(250,232,160); }
td.TdClassName
{
border-color: #FAE8A0;
}
.TagClassName
{
border-color: #FAE8A0;
}
</style>