Shades of Drover #FAECA6
Tints of Drover #FAECA6
RGB
CMYK
RGB Variations
Color information
#FAECA6 (or 0xFAECA6) is known color: Drover. HEX triplet: FA, EC and A6. RGB value is (250,236,166). Sum of RGB (Red+Green+Blue) = 250+236+166=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 166 (65.23% from 255 or 25.46% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAECA6 is #051359. Grayscale: #E8E8E8. Windows color (decimal): -332634 or 10939642. OLE color: 10939642.
HSL color Cylindrical-coordinate representation of color #FAECA6: hue angle of 50º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAECA6 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 166 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.02 |
| HSL | 50º | 0.89% | 0.82% | - |
| HSV(B) | 50º | 0.34% | 0.98% | - |
| XYZ | 76.3 | 83.07 | 48.09 | - |
| YUV | 232.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 166 | 0 | 0.06 | 0.34 | 0.02 | 50 | 0.89 | 0.82 |
| Hex | FA | EC | A6 | 0 | 6 | 22 | 2 | 32 | 59 | 52 |
| Octal | 372 | 354 | 246 | 0 | 6 | 42 | 2 | 62 | 131 | 122 |
| Binary | 11111010 | 11101100 | 10100110 | 0 | 110 | 100010 | 10 | 110010 | 1011001 | 1010010 |
Color Harmonies of #FAECA6
Complementary color
Monochromatic Colors of #FAECA6
Black with #FAECA6
Text Example
Text Example
White with #FAECA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECA6; }
p { color: rgb(250,236,166); }
H1.HeaderClassName
{
color: #FAECA6;
}
.AnyTagClassName
{
color: #FAECA6;
}
</style>
background-color css
<style>
a { background-color: #FAECA6; }
a { background-color: rgb(250,236,166); }
div.DivClassName
{
background-color: #FAECA6;
}
.BgClassName
{
background-color: #FAECA6;
}
</style>
border-color css
<style>
span { border-color: #FAECA6; }
span { border-color: rgb(250,236,166); }
td.TdClassName
{
border-color: #FAECA6;
}
.TagClassName
{
border-color: #FAECA6;
}
</style>