Shades of Drover #FDEEA3
Tints of Drover #FDEEA3
RGB
CMYK
RGB Variations
Color information
#FDEEA3 (or 0xFDEEA3) is known color: Drover. HEX triplet: FD, EE and A3. RGB value is (253,238,163). Sum of RGB (Red+Green+Blue) = 253+238+163=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 163 (64.06% from 255 or 24.92% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEA3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEA3 is #02115C. Grayscale: #EAEAEA. Windows color (decimal): -135517 or 10743549. OLE color: 10743549.
HSL color Cylindrical-coordinate representation of color #FDEEA3: hue angle of 50º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDEEA3 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 163 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.01 |
| HSL | 50º | 0.96% | 0.82% | - |
| HSV(B) | 50º | 0.36% | 0.99% | - |
| XYZ | 77.69 | 84.68 | 46.9 | - |
| YUV | 233.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 163 | 0 | 0.06 | 0.36 | 0.01 | 50 | 0.96 | 0.82 |
| Hex | FD | EE | A3 | 0 | 6 | 24 | 1 | 32 | 60 | 52 |
| Octal | 375 | 356 | 243 | 0 | 6 | 44 | 1 | 62 | 140 | 122 |
| Binary | 11111101 | 11101110 | 10100011 | 0 | 110 | 100100 | 1 | 110010 | 1100000 | 1010010 |
Color Harmonies of #FDEEA3
Complementary color
Monochromatic Colors of #FDEEA3
Black with #FDEEA3
Text Example
Text Example
White with #FDEEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEA3; }
p { color: rgb(253,238,163); }
H1.HeaderClassName
{
color: #FDEEA3;
}
.AnyTagClassName
{
color: #FDEEA3;
}
</style>
background-color css
<style>
a { background-color: #FDEEA3; }
a { background-color: rgb(253,238,163); }
div.DivClassName
{
background-color: #FDEEA3;
}
.BgClassName
{
background-color: #FDEEA3;
}
</style>
border-color css
<style>
span { border-color: #FDEEA3; }
span { border-color: rgb(253,238,163); }
td.TdClassName
{
border-color: #FDEEA3;
}
.TagClassName
{
border-color: #FDEEA3;
}
</style>