Shades of Drover #FDEEA4
Tints of Drover #FDEEA4
RGB
CMYK
RGB Variations
Color information
#FDEEA4 (or 0xFDEEA4) is known color: Drover. HEX triplet: FD, EE and A4. RGB value is (253,238,164). Sum of RGB (Red+Green+Blue) = 253+238+164=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 164 (64.45% from 255 or 25.04% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEA4 is #02115B. Grayscale: #EAEAEA. Windows color (decimal): -135516 or 10809085. OLE color: 10809085.
HSL color Cylindrical-coordinate representation of color #FDEEA4: hue angle of 49.89º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDEEA4 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 164 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.01 |
| HSL | 49.89º | 0.96% | 0.82% | - |
| HSV(B) | 49.89º | 0.35% | 0.99% | - |
| XYZ | 77.78 | 84.71 | 47.37 | - |
| YUV | 234.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 164 | 0 | 0.06 | 0.35 | 0.01 | 49.89 | 0.96 | 0.82 |
| Hex | FD | EE | A4 | 0 | 6 | 23 | 1 | 32 | 60 | 52 |
| Octal | 375 | 356 | 244 | 0 | 6 | 43 | 1 | 62 | 140 | 122 |
| Binary | 11111101 | 11101110 | 10100100 | 0 | 110 | 100011 | 1 | 110010 | 1100000 | 1010010 |
Color Harmonies of #FDEEA4
Complementary color
Monochromatic Colors of #FDEEA4
Black with #FDEEA4
Text Example
Text Example
White with #FDEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEA4; }
p { color: rgb(253,238,164); }
H1.HeaderClassName
{
color: #FDEEA4;
}
.AnyTagClassName
{
color: #FDEEA4;
}
</style>
background-color css
<style>
a { background-color: #FDEEA4; }
a { background-color: rgb(253,238,164); }
div.DivClassName
{
background-color: #FDEEA4;
}
.BgClassName
{
background-color: #FDEEA4;
}
</style>
border-color css
<style>
span { border-color: #FDEEA4; }
span { border-color: rgb(253,238,164); }
td.TdClassName
{
border-color: #FDEEA4;
}
.TagClassName
{
border-color: #FDEEA4;
}
</style>