Shades of Drover #FAEEA4
Tints of Drover #FAEEA4
RGB
CMYK
RGB Variations
Color information
#FAEEA4 (or 0xFAEEA4) is known color: Drover. HEX triplet: FA, EE and A4. RGB value is (250,238,164). Sum of RGB (Red+Green+Blue) = 250+238+164=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 164 (64.45% from 255 or 25.15% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEEA4 is #05115B. Grayscale: #E9E9E9. Windows color (decimal): -332124 or 10809082. OLE color: 10809082.
HSL color Cylindrical-coordinate representation of color #FAEEA4: hue angle of 51.63º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAEEA4 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 164 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.02 |
| HSL | 51.63º | 0.9% | 0.81% | - |
| HSV(B) | 51.63º | 0.34% | 0.98% | - |
| XYZ | 76.7 | 84.15 | 47.32 | - |
| YUV | 233.15 | 88.98 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 164 | 0 | 0.05 | 0.34 | 0.02 | 51.63 | 0.9 | 0.81 |
| Hex | FA | EE | A4 | 0 | 5 | 22 | 2 | 34 | 5A | 51 |
| Octal | 372 | 356 | 244 | 0 | 5 | 42 | 2 | 64 | 132 | 121 |
| Binary | 11111010 | 11101110 | 10100100 | 0 | 101 | 100010 | 10 | 110100 | 1011010 | 1010001 |
Color Harmonies of #FAEEA4
Complementary color
Monochromatic Colors of #FAEEA4
Black with #FAEEA4
Text Example
Text Example
White with #FAEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEEA4; }
p { color: rgb(250,238,164); }
H1.HeaderClassName
{
color: #FAEEA4;
}
.AnyTagClassName
{
color: #FAEEA4;
}
</style>
background-color css
<style>
a { background-color: #FAEEA4; }
a { background-color: rgb(250,238,164); }
div.DivClassName
{
background-color: #FAEEA4;
}
.BgClassName
{
background-color: #FAEEA4;
}
</style>
border-color css
<style>
span { border-color: #FAEEA4; }
span { border-color: rgb(250,238,164); }
td.TdClassName
{
border-color: #FAEEA4;
}
.TagClassName
{
border-color: #FAEEA4;
}
</style>