Shades of Drover #FDE996
Tints of Drover #FDE996
RGB
CMYK
RGB Variations
Color information
#FDE996 (or 0xFDE996) is known color: Drover. HEX triplet: FD, E9 and 96. RGB value is (253,233,150). Sum of RGB (Red+Green+Blue) = 253+233+150=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 150 (58.98% from 255 or 23.58% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE996 is #021669. Grayscale: #E5E5E5. Windows color (decimal): -136810 or 9890301. OLE color: 9890301.
HSL color Cylindrical-coordinate representation of color #FDE996: hue angle of 48.35º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDE996 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 150 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.01 |
| HSL | 48.35º | 0.96% | 0.79% | - |
| HSV(B) | 48.35º | 0.41% | 0.99% | - |
| XYZ | 75.15 | 81.36 | 40.6 | - |
| YUV | 229.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 150 | 0 | 0.08 | 0.41 | 0.01 | 48.35 | 0.96 | 0.79 |
| Hex | FD | E9 | 96 | 0 | 8 | 29 | 1 | 30 | 60 | 4F |
| Octal | 375 | 351 | 226 | 0 | 10 | 51 | 1 | 60 | 140 | 117 |
| Binary | 11111101 | 11101001 | 10010110 | 0 | 1000 | 101001 | 1 | 110000 | 1100000 | 1001111 |
Color Harmonies of #FDE996
Complementary color
Monochromatic Colors of #FDE996
Black with #FDE996
Text Example
Text Example
White with #FDE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE996; }
p { color: rgb(253,233,150); }
H1.HeaderClassName
{
color: #FDE996;
}
.AnyTagClassName
{
color: #FDE996;
}
</style>
background-color css
<style>
a { background-color: #FDE996; }
a { background-color: rgb(253,233,150); }
div.DivClassName
{
background-color: #FDE996;
}
.BgClassName
{
background-color: #FDE996;
}
</style>
border-color css
<style>
span { border-color: #FDE996; }
span { border-color: rgb(253,233,150); }
td.TdClassName
{
border-color: #FDE996;
}
.TagClassName
{
border-color: #FDE996;
}
</style>