Shades of Drover #FDEDA8
Tints of Drover #FDEDA8
RGB
CMYK
RGB Variations
Color information
#FDEDA8 (or 0xFDEDA8) is known color: Drover. HEX triplet: FD, ED and A8. RGB value is (253,237,168). Sum of RGB (Red+Green+Blue) = 253+237+168=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 168 (66.02% from 255 or 25.53% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA8 is #021257. Grayscale: #EAEAEA. Windows color (decimal): -135768 or 11070973. OLE color: 11070973.
HSL color Cylindrical-coordinate representation of color #FDEDA8: hue angle of 48.71º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDEDA8 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 168 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.01 |
| HSL | 48.71º | 0.96% | 0.83% | - |
| HSV(B) | 48.71º | 0.34% | 0.99% | - |
| XYZ | 77.86 | 84.28 | 49.21 | - |
| YUV | 233.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 168 | 0 | 0.06 | 0.34 | 0.01 | 48.71 | 0.96 | 0.83 |
| Hex | FD | ED | A8 | 0 | 6 | 22 | 1 | 31 | 60 | 53 |
| Octal | 375 | 355 | 250 | 0 | 6 | 42 | 1 | 61 | 140 | 123 |
| Binary | 11111101 | 11101101 | 10101000 | 0 | 110 | 100010 | 1 | 110001 | 1100000 | 1010011 |
Color Harmonies of #FDEDA8
Complementary color
Monochromatic Colors of #FDEDA8
Black with #FDEDA8
Text Example
Text Example
White with #FDEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDA8; }
p { color: rgb(253,237,168); }
H1.HeaderClassName
{
color: #FDEDA8;
}
.AnyTagClassName
{
color: #FDEDA8;
}
</style>
background-color css
<style>
a { background-color: #FDEDA8; }
a { background-color: rgb(253,237,168); }
div.DivClassName
{
background-color: #FDEDA8;
}
.BgClassName
{
background-color: #FDEDA8;
}
</style>
border-color css
<style>
span { border-color: #FDEDA8; }
span { border-color: rgb(253,237,168); }
td.TdClassName
{
border-color: #FDEDA8;
}
.TagClassName
{
border-color: #FDEDA8;
}
</style>