Shades of Drover #FAEDA6
Tints of Drover #FAEDA6
RGB
CMYK
RGB Variations
Color information
#FAEDA6 (or 0xFAEDA6) is known color: Drover. HEX triplet: FA, ED and A6. RGB value is (250,237,166). Sum of RGB (Red+Green+Blue) = 250+237+166=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA6 is #051259. Grayscale: #E9E9E9. Windows color (decimal): -332378 or 10939898. OLE color: 10939898.
HSL color Cylindrical-coordinate representation of color #FAEDA6: hue angle of 50.71º 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 #FAEDA6 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 166 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.02 |
| HSL | 50.71º | 0.89% | 0.82% | - |
| HSV(B) | 50.71º | 0.34% | 0.98% | - |
| XYZ | 76.59 | 83.65 | 48.18 | - |
| YUV | 232.79 | 90.31 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 166 | 0 | 0.05 | 0.34 | 0.02 | 50.71 | 0.89 | 0.82 |
| Hex | FA | ED | A6 | 0 | 5 | 22 | 2 | 33 | 59 | 52 |
| Octal | 372 | 355 | 246 | 0 | 5 | 42 | 2 | 63 | 131 | 122 |
| Binary | 11111010 | 11101101 | 10100110 | 0 | 101 | 100010 | 10 | 110011 | 1011001 | 1010010 |
Color Harmonies of #FAEDA6
Complementary color
Monochromatic Colors of #FAEDA6
Black with #FAEDA6
Text Example
Text Example
White with #FAEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA6; }
p { color: rgb(250,237,166); }
H1.HeaderClassName
{
color: #FAEDA6;
}
.AnyTagClassName
{
color: #FAEDA6;
}
</style>
background-color css
<style>
a { background-color: #FAEDA6; }
a { background-color: rgb(250,237,166); }
div.DivClassName
{
background-color: #FAEDA6;
}
.BgClassName
{
background-color: #FAEDA6;
}
</style>
border-color css
<style>
span { border-color: #FAEDA6; }
span { border-color: rgb(250,237,166); }
td.TdClassName
{
border-color: #FAEDA6;
}
.TagClassName
{
border-color: #FAEDA6;
}
</style>