Shades of Drover #FAEEA2
Tints of Drover #FAEEA2
RGB
CMYK
RGB Variations
Color information
#FAEEA2 (or 0xFAEEA2) is known color: Drover. HEX triplet: FA, EE and A2. RGB value is (250,238,162). Sum of RGB (Red+Green+Blue) = 250+238+162=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEA2 is #05115D. Grayscale: #E9E9E9. Windows color (decimal): -332126 or 10678010. OLE color: 10678010.
HSL color Cylindrical-coordinate representation of color #FAEEA2: hue angle of 51.82º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAEEA2 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 162 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.02 |
| HSL | 51.82º | 0.9% | 0.81% | - |
| HSV(B) | 51.82º | 0.35% | 0.98% | - |
| XYZ | 76.52 | 84.08 | 46.38 | - |
| YUV | 232.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 162 | 0 | 0.05 | 0.35 | 0.02 | 51.82 | 0.9 | 0.81 |
| Hex | FA | EE | A2 | 0 | 5 | 23 | 2 | 34 | 5A | 51 |
| Octal | 372 | 356 | 242 | 0 | 5 | 43 | 2 | 64 | 132 | 121 |
| Binary | 11111010 | 11101110 | 10100010 | 0 | 101 | 100011 | 10 | 110100 | 1011010 | 1010001 |
Color Harmonies of #FAEEA2
Complementary color
Monochromatic Colors of #FAEEA2
Black with #FAEEA2
Text Example
Text Example
White with #FAEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEA2; }
p { color: rgb(250,238,162); }
H1.HeaderClassName
{
color: #FAEEA2;
}
.AnyTagClassName
{
color: #FAEEA2;
}
</style>
background-color css
<style>
a { background-color: #FAEEA2; }
a { background-color: rgb(250,238,162); }
div.DivClassName
{
background-color: #FAEEA2;
}
.BgClassName
{
background-color: #FAEEA2;
}
</style>
border-color css
<style>
span { border-color: #FAEEA2; }
span { border-color: rgb(250,238,162); }
td.TdClassName
{
border-color: #FAEEA2;
}
.TagClassName
{
border-color: #FAEEA2;
}
</style>