Shades of Drover #FDEB98
Tints of Drover #FDEB98
RGB
CMYK
RGB Variations
Color information
#FDEB98 (or 0xFDEB98) is known color: Drover. HEX triplet: FD, EB and 98. RGB value is (253,235,152). Sum of RGB (Red+Green+Blue) = 253+235+152=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 152 (59.77% from 255 or 23.75% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB98 is #021467. Grayscale: #E7E7E7. Windows color (decimal): -136296 or 10021885. OLE color: 10021885.
HSL color Cylindrical-coordinate representation of color #FDEB98: hue angle of 49.31º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDEB98 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 152 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.01 |
| HSL | 49.31º | 0.96% | 0.79% | - |
| HSV(B) | 49.31º | 0.4% | 0.99% | - |
| XYZ | 75.88 | 82.57 | 41.64 | - |
| YUV | 230.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 152 | 0 | 0.07 | 0.40 | 0.01 | 49.31 | 0.96 | 0.79 |
| Hex | FD | EB | 98 | 0 | 7 | 28 | 1 | 31 | 60 | 4F |
| Octal | 375 | 353 | 230 | 0 | 7 | 50 | 1 | 61 | 140 | 117 |
| Binary | 11111101 | 11101011 | 10011000 | 0 | 111 | 101000 | 1 | 110001 | 1100000 | 1001111 |
Color Harmonies of #FDEB98
Complementary color
Monochromatic Colors of #FDEB98
Black with #FDEB98
Text Example
Text Example
White with #FDEB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB98; }
p { color: rgb(253,235,152); }
H1.HeaderClassName
{
color: #FDEB98;
}
.AnyTagClassName
{
color: #FDEB98;
}
</style>
background-color css
<style>
a { background-color: #FDEB98; }
a { background-color: rgb(253,235,152); }
div.DivClassName
{
background-color: #FDEB98;
}
.BgClassName
{
background-color: #FDEB98;
}
</style>
border-color css
<style>
span { border-color: #FDEB98; }
span { border-color: rgb(253,235,152); }
td.TdClassName
{
border-color: #FDEB98;
}
.TagClassName
{
border-color: #FDEB98;
}
</style>