Shades of Drover #FDEEA8
Tints of Drover #FDEEA8
RGB
CMYK
RGB Variations
Color information
#FDEEA8 (or 0xFDEEA8) is known color: Drover. HEX triplet: FD, EE and A8. RGB value is (253,238,168). Sum of RGB (Red+Green+Blue) = 253+238+168=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 168 (66.02% from 255 or 25.49% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEEA8 is #021157. Grayscale: #EAEAEA. Windows color (decimal): -135512 or 11071229. OLE color: 11071229.
HSL color Cylindrical-coordinate representation of color #FDEEA8: hue angle of 49.41º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDEEA8 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 168 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.01 |
| HSL | 49.41º | 0.96% | 0.83% | - |
| HSV(B) | 49.41º | 0.34% | 0.99% | - |
| XYZ | 78.15 | 84.86 | 49.31 | - |
| YUV | 234.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 168 | 0 | 0.06 | 0.34 | 0.01 | 49.41 | 0.96 | 0.83 |
| Hex | FD | EE | A8 | 0 | 6 | 22 | 1 | 31 | 60 | 53 |
| Octal | 375 | 356 | 250 | 0 | 6 | 42 | 1 | 61 | 140 | 123 |
| Binary | 11111101 | 11101110 | 10101000 | 0 | 110 | 100010 | 1 | 110001 | 1100000 | 1010011 |
Color Harmonies of #FDEEA8
Complementary color
Monochromatic Colors of #FDEEA8
Black with #FDEEA8
Text Example
Text Example
White with #FDEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEA8; }
p { color: rgb(253,238,168); }
H1.HeaderClassName
{
color: #FDEEA8;
}
.AnyTagClassName
{
color: #FDEEA8;
}
</style>
background-color css
<style>
a { background-color: #FDEEA8; }
a { background-color: rgb(253,238,168); }
div.DivClassName
{
background-color: #FDEEA8;
}
.BgClassName
{
background-color: #FDEEA8;
}
</style>
border-color css
<style>
span { border-color: #FDEEA8; }
span { border-color: rgb(253,238,168); }
td.TdClassName
{
border-color: #FDEEA8;
}
.TagClassName
{
border-color: #FDEEA8;
}
</style>