Shades of Drover #FDEEA2
Tints of Drover #FDEEA2
RGB
CMYK
RGB Variations
Color information
#FDEEA2 (or 0xFDEEA2) is known color: Drover. HEX triplet: FD, EE and A2. RGB value is (253,238,162). Sum of RGB (Red+Green+Blue) = 253+238+162=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 162 (63.67% from 255 or 24.81% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEA2 is #02115D. Grayscale: #EAEAEA. Windows color (decimal): -135518 or 10678013. OLE color: 10678013.
HSL color Cylindrical-coordinate representation of color #FDEEA2: hue angle of 50.11º 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 #FDEEA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.01 |
| HSL | 50.11º | 0.96% | 0.81% | - |
| HSV(B) | 50.11º | 0.36% | 0.99% | - |
| XYZ | 77.6 | 84.64 | 46.43 | - |
| YUV | 233.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 162 | 0 | 0.06 | 0.36 | 0.01 | 50.11 | 0.96 | 0.81 |
| Hex | FD | EE | A2 | 0 | 6 | 24 | 1 | 32 | 60 | 51 |
| Octal | 375 | 356 | 242 | 0 | 6 | 44 | 1 | 62 | 140 | 121 |
| Binary | 11111101 | 11101110 | 10100010 | 0 | 110 | 100100 | 1 | 110010 | 1100000 | 1010001 |
Color Harmonies of #FDEEA2
Complementary color
Monochromatic Colors of #FDEEA2
Black with #FDEEA2
Text Example
Text Example
White with #FDEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEA2; }
p { color: rgb(253,238,162); }
H1.HeaderClassName
{
color: #FDEEA2;
}
.AnyTagClassName
{
color: #FDEEA2;
}
</style>
background-color css
<style>
a { background-color: #FDEEA2; }
a { background-color: rgb(253,238,162); }
div.DivClassName
{
background-color: #FDEEA2;
}
.BgClassName
{
background-color: #FDEEA2;
}
</style>
border-color css
<style>
span { border-color: #FDEEA2; }
span { border-color: rgb(253,238,162); }
td.TdClassName
{
border-color: #FDEEA2;
}
.TagClassName
{
border-color: #FDEEA2;
}
</style>