Shades of Drover #FDEFA0
Tints of Drover #FDEFA0
RGB
CMYK
RGB Variations
Color information
#FDEFA0 (or 0xFDEFA0) is known color: Drover. HEX triplet: FD, EF and A0. RGB value is (253,239,160). Sum of RGB (Red+Green+Blue) = 253+239+160=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 160 (62.89% from 255 or 24.54% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFA0 is #02105F. Grayscale: #EAEAEA. Windows color (decimal): -135264 or 10547197. OLE color: 10547197.
HSL color Cylindrical-coordinate representation of color #FDEFA0: hue angle of 50.97º 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 #FDEFA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 160 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.01 |
| HSL | 50.97º | 0.96% | 0.81% | - |
| HSV(B) | 50.97º | 0.37% | 0.99% | - |
| XYZ | 77.72 | 85.15 | 45.6 | - |
| YUV | 234.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 160 | 0 | 0.06 | 0.37 | 0.01 | 50.97 | 0.96 | 0.81 |
| Hex | FD | EF | A0 | 0 | 6 | 25 | 1 | 33 | 60 | 51 |
| Octal | 375 | 357 | 240 | 0 | 6 | 45 | 1 | 63 | 140 | 121 |
| Binary | 11111101 | 11101111 | 10100000 | 0 | 110 | 100101 | 1 | 110011 | 1100000 | 1010001 |
Color Harmonies of #FDEFA0
Complementary color
Monochromatic Colors of #FDEFA0
Black with #FDEFA0
Text Example
Text Example
White with #FDEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFA0; }
p { color: rgb(253,239,160); }
H1.HeaderClassName
{
color: #FDEFA0;
}
.AnyTagClassName
{
color: #FDEFA0;
}
</style>
background-color css
<style>
a { background-color: #FDEFA0; }
a { background-color: rgb(253,239,160); }
div.DivClassName
{
background-color: #FDEFA0;
}
.BgClassName
{
background-color: #FDEFA0;
}
</style>
border-color css
<style>
span { border-color: #FDEFA0; }
span { border-color: rgb(253,239,160); }
td.TdClassName
{
border-color: #FDEFA0;
}
.TagClassName
{
border-color: #FDEFA0;
}
</style>