Shades of Drover #FDE9A2
Tints of Drover #FDE9A2
RGB
CMYK
RGB Variations
Color information
#FDE9A2 (or 0xFDE9A2) is known color: Drover. HEX triplet: FD, E9 and A2. RGB value is (253,233,162). Sum of RGB (Red+Green+Blue) = 253+233+162=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 162 (63.67% from 255 or 25% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9A2 is #02165D. Grayscale: #E7E7E7. Windows color (decimal): -136798 or 10676733. OLE color: 10676733.
HSL color Cylindrical-coordinate representation of color #FDE9A2: hue angle of 46.81º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDE9A2 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 162 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.01 |
| HSL | 46.81º | 0.96% | 0.81% | - |
| HSV(B) | 46.81º | 0.36% | 0.99% | - |
| XYZ | 76.17 | 81.77 | 45.95 | - |
| YUV | 230.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 162 | 0 | 0.08 | 0.36 | 0.01 | 46.81 | 0.96 | 0.81 |
| Hex | FD | E9 | A2 | 0 | 8 | 24 | 1 | 2F | 60 | 51 |
| Octal | 375 | 351 | 242 | 0 | 10 | 44 | 1 | 57 | 140 | 121 |
| Binary | 11111101 | 11101001 | 10100010 | 0 | 1000 | 100100 | 1 | 101111 | 1100000 | 1010001 |
Color Harmonies of #FDE9A2
Complementary color
Monochromatic Colors of #FDE9A2
Black with #FDE9A2
Text Example
Text Example
White with #FDE9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9A2; }
p { color: rgb(253,233,162); }
H1.HeaderClassName
{
color: #FDE9A2;
}
.AnyTagClassName
{
color: #FDE9A2;
}
</style>
background-color css
<style>
a { background-color: #FDE9A2; }
a { background-color: rgb(253,233,162); }
div.DivClassName
{
background-color: #FDE9A2;
}
.BgClassName
{
background-color: #FDE9A2;
}
</style>
border-color css
<style>
span { border-color: #FDE9A2; }
span { border-color: rgb(253,233,162); }
td.TdClassName
{
border-color: #FDE9A2;
}
.TagClassName
{
border-color: #FDE9A2;
}
</style>