Shades of Drover #FDEEA6
Tints of Drover #FDEEA6
RGB
CMYK
RGB Variations
Color information
#FDEEA6 (or 0xFDEEA6) is known color: Drover. HEX triplet: FD, EE and A6. RGB value is (253,238,166). Sum of RGB (Red+Green+Blue) = 253+238+166=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 166 (65.23% from 255 or 25.27% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEA6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEA6 is #021159. Grayscale: #EAEAEA. Windows color (decimal): -135514 or 10940157. OLE color: 10940157.
HSL color Cylindrical-coordinate representation of color #FDEEA6: hue angle of 49.66º 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 #FDEEA6 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 166 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.01 |
| HSL | 49.66º | 0.96% | 0.82% | - |
| HSV(B) | 49.66º | 0.34% | 0.99% | - |
| XYZ | 77.97 | 84.78 | 48.33 | - |
| YUV | 234.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 166 | 0 | 0.06 | 0.34 | 0.01 | 49.66 | 0.96 | 0.82 |
| Hex | FD | EE | A6 | 0 | 6 | 22 | 1 | 32 | 60 | 52 |
| Octal | 375 | 356 | 246 | 0 | 6 | 42 | 1 | 62 | 140 | 122 |
| Binary | 11111101 | 11101110 | 10100110 | 0 | 110 | 100010 | 1 | 110010 | 1100000 | 1010010 |
Color Harmonies of #FDEEA6
Complementary color
Monochromatic Colors of #FDEEA6
Black with #FDEEA6
Text Example
Text Example
White with #FDEEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEA6; }
p { color: rgb(253,238,166); }
H1.HeaderClassName
{
color: #FDEEA6;
}
.AnyTagClassName
{
color: #FDEEA6;
}
</style>
background-color css
<style>
a { background-color: #FDEEA6; }
a { background-color: rgb(253,238,166); }
div.DivClassName
{
background-color: #FDEEA6;
}
.BgClassName
{
background-color: #FDEEA6;
}
</style>
border-color css
<style>
span { border-color: #FDEEA6; }
span { border-color: rgb(253,238,166); }
td.TdClassName
{
border-color: #FDEEA6;
}
.TagClassName
{
border-color: #FDEEA6;
}
</style>