Shades of Drover #FDEAA6
Tints of Drover #FDEAA6
RGB
CMYK
RGB Variations
Color information
#FDEAA6 (or 0xFDEAA6) is known color: Drover. HEX triplet: FD, EA and A6. RGB value is (253,234,166). Sum of RGB (Red+Green+Blue) = 253+234+166=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 166 (65.23% from 255 or 25.42% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAA6 is #021559. Grayscale: #E8E8E8. Windows color (decimal): -136538 or 10939133. OLE color: 10939133.
HSL color Cylindrical-coordinate representation of color #FDEAA6: hue angle of 46.9º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDEAA6 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 166 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.01 |
| HSL | 46.9º | 0.96% | 0.82% | - |
| HSV(B) | 46.9º | 0.34% | 0.99% | - |
| XYZ | 76.81 | 82.48 | 47.95 | - |
| YUV | 231.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 166 | 0 | 0.08 | 0.34 | 0.01 | 46.9 | 0.96 | 0.82 |
| Hex | FD | EA | A6 | 0 | 8 | 22 | 1 | 2F | 60 | 52 |
| Octal | 375 | 352 | 246 | 0 | 10 | 42 | 1 | 57 | 140 | 122 |
| Binary | 11111101 | 11101010 | 10100110 | 0 | 1000 | 100010 | 1 | 101111 | 1100000 | 1010010 |
Color Harmonies of #FDEAA6
Complementary color
Monochromatic Colors of #FDEAA6
Black with #FDEAA6
Text Example
Text Example
White with #FDEAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAA6; }
p { color: rgb(253,234,166); }
H1.HeaderClassName
{
color: #FDEAA6;
}
.AnyTagClassName
{
color: #FDEAA6;
}
</style>
background-color css
<style>
a { background-color: #FDEAA6; }
a { background-color: rgb(253,234,166); }
div.DivClassName
{
background-color: #FDEAA6;
}
.BgClassName
{
background-color: #FDEAA6;
}
</style>
border-color css
<style>
span { border-color: #FDEAA6; }
span { border-color: rgb(253,234,166); }
td.TdClassName
{
border-color: #FDEAA6;
}
.TagClassName
{
border-color: #FDEAA6;
}
</style>