Shades of Drover #FAEEA0
Tints of Drover #FAEEA0
RGB
CMYK
RGB Variations
Color information
#FAEEA0 (or 0xFAEEA0) is known color: Drover. HEX triplet: FA, EE and A0. RGB value is (250,238,160). Sum of RGB (Red+Green+Blue) = 250+238+160=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEA0 is #05115F. Grayscale: #E9E9E9. Windows color (decimal): -332128 or 10546938. OLE color: 10546938.
HSL color Cylindrical-coordinate representation of color #FAEEA0: hue angle of 52º 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 #FAEEA0 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 160 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.02 |
| HSL | 52º | 0.9% | 0.8% | - |
| HSV(B) | 52º | 0.36% | 0.98% | - |
| XYZ | 76.34 | 84.01 | 45.45 | - |
| YUV | 232.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 160 | 0 | 0.05 | 0.36 | 0.02 | 52 | 0.9 | 0.8 |
| Hex | FA | EE | A0 | 0 | 5 | 24 | 2 | 34 | 5A | 50 |
| Octal | 372 | 356 | 240 | 0 | 5 | 44 | 2 | 64 | 132 | 120 |
| Binary | 11111010 | 11101110 | 10100000 | 0 | 101 | 100100 | 10 | 110100 | 1011010 | 1010000 |
Color Harmonies of #FAEEA0
Complementary color
Monochromatic Colors of #FAEEA0
Black with #FAEEA0
Text Example
Text Example
White with #FAEEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEA0; }
p { color: rgb(250,238,160); }
H1.HeaderClassName
{
color: #FAEEA0;
}
.AnyTagClassName
{
color: #FAEEA0;
}
</style>
background-color css
<style>
a { background-color: #FAEEA0; }
a { background-color: rgb(250,238,160); }
div.DivClassName
{
background-color: #FAEEA0;
}
.BgClassName
{
background-color: #FAEEA0;
}
</style>
border-color css
<style>
span { border-color: #FAEEA0; }
span { border-color: rgb(250,238,160); }
td.TdClassName
{
border-color: #FAEEA0;
}
.TagClassName
{
border-color: #FAEEA0;
}
</style>