Shades of Drover #FDEB96
Tints of Drover #FDEB96
RGB
CMYK
RGB Variations
Color information
#FDEB96 (or 0xFDEB96) is known color: Drover. HEX triplet: FD, EB and 96. RGB value is (253,235,150). Sum of RGB (Red+Green+Blue) = 253+235+150=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB96 is #021469. Grayscale: #E7E7E7. Windows color (decimal): -136298 or 9890813. OLE color: 9890813.
HSL color Cylindrical-coordinate representation of color #FDEB96: hue angle of 49.51º 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 #FDEB96 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 150 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.01 |
| HSL | 49.51º | 0.96% | 0.79% | - |
| HSV(B) | 49.51º | 0.41% | 0.99% | - |
| XYZ | 75.72 | 82.5 | 40.79 | - |
| YUV | 230.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 150 | 0 | 0.07 | 0.41 | 0.01 | 49.51 | 0.96 | 0.79 |
| Hex | FD | EB | 96 | 0 | 7 | 29 | 1 | 32 | 60 | 4F |
| Octal | 375 | 353 | 226 | 0 | 7 | 51 | 1 | 62 | 140 | 117 |
| Binary | 11111101 | 11101011 | 10010110 | 0 | 111 | 101001 | 1 | 110010 | 1100000 | 1001111 |
Color Harmonies of #FDEB96
Complementary color
Monochromatic Colors of #FDEB96
Black with #FDEB96
Text Example
Text Example
White with #FDEB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB96; }
p { color: rgb(253,235,150); }
H1.HeaderClassName
{
color: #FDEB96;
}
.AnyTagClassName
{
color: #FDEB96;
}
</style>
background-color css
<style>
a { background-color: #FDEB96; }
a { background-color: rgb(253,235,150); }
div.DivClassName
{
background-color: #FDEB96;
}
.BgClassName
{
background-color: #FDEB96;
}
</style>
border-color css
<style>
span { border-color: #FDEB96; }
span { border-color: rgb(253,235,150); }
td.TdClassName
{
border-color: #FDEB96;
}
.TagClassName
{
border-color: #FDEB96;
}
</style>