Shades of Drover #FDE8A0
Tints of Drover #FDE8A0
RGB
CMYK
RGB Variations
Color information
#FDE8A0 (or 0xFDE8A0) is known color: Drover. HEX triplet: FD, E8 and A0. RGB value is (253,232,160). Sum of RGB (Red+Green+Blue) = 253+232+160=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 160 (62.89% from 255 or 24.81% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8A0 is #02175F. Grayscale: #E6E6E6. Windows color (decimal): -137056 or 10545405. OLE color: 10545405.
HSL color Cylindrical-coordinate representation of color #FDE8A0: hue angle of 46.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDE8A0 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 160 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.01 |
| HSL | 46.45º | 0.96% | 0.81% | - |
| HSV(B) | 46.45º | 0.37% | 0.99% | - |
| XYZ | 75.71 | 81.13 | 44.93 | - |
| YUV | 230.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 160 | 0 | 0.08 | 0.37 | 0.01 | 46.45 | 0.96 | 0.81 |
| Hex | FD | E8 | A0 | 0 | 8 | 25 | 1 | 2E | 60 | 51 |
| Octal | 375 | 350 | 240 | 0 | 10 | 45 | 1 | 56 | 140 | 121 |
| Binary | 11111101 | 11101000 | 10100000 | 0 | 1000 | 100101 | 1 | 101110 | 1100000 | 1010001 |
Color Harmonies of #FDE8A0
Complementary color
Monochromatic Colors of #FDE8A0
Black with #FDE8A0
Text Example
Text Example
White with #FDE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8A0; }
p { color: rgb(253,232,160); }
H1.HeaderClassName
{
color: #FDE8A0;
}
.AnyTagClassName
{
color: #FDE8A0;
}
</style>
background-color css
<style>
a { background-color: #FDE8A0; }
a { background-color: rgb(253,232,160); }
div.DivClassName
{
background-color: #FDE8A0;
}
.BgClassName
{
background-color: #FDE8A0;
}
</style>
border-color css
<style>
span { border-color: #FDE8A0; }
span { border-color: rgb(253,232,160); }
td.TdClassName
{
border-color: #FDE8A0;
}
.TagClassName
{
border-color: #FDE8A0;
}
</style>