Shades of Drover #FDEDA2
Tints of Drover #FDEDA2
RGB
CMYK
RGB Variations
Color information
#FDEDA2 (or 0xFDEDA2) is known color: Drover. HEX triplet: FD, ED and A2. RGB value is (253,237,162). Sum of RGB (Red+Green+Blue) = 253+237+162=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 162 (63.67% from 255 or 24.85% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEDA2 is #02125D. Grayscale: #E9E9E9. Windows color (decimal): -135774 or 10677757. OLE color: 10677757.
HSL color Cylindrical-coordinate representation of color #FDEDA2: hue angle of 49.45º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDEDA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 162 | - |
CMYK | 0 | 0.06 | 0.36 | 0.01 |
HSL | 49.45º | 0.96% | 0.81% | - |
HSV(B) | 49.45º | 0.36% | 0.99% | - |
XYZ | 77.31 | 84.06 | 46.33 | - |
YUV | 233.23 | 87.8 | 142.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 162 | 0 | 0.06 | 0.36 | 0.01 | 49.45 | 0.96 | 0.81 |
Hex | FD | ED | A2 | 0 | 6 | 24 | 1 | 31 | 60 | 51 |
Octal | 375 | 355 | 242 | 0 | 6 | 44 | 1 | 61 | 140 | 121 |
Binary | 11111101 | 11101101 | 10100010 | 0 | 110 | 100100 | 1 | 110001 | 1100000 | 1010001 |
Color Harmonies of #FDEDA2
Complementary color
Monochromatic Colors of #FDEDA2
Black with #FDEDA2
Text Example
Text Example
White with #FDEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEDA2; }
p { color: rgb(253,237,162); }
H1.HeaderClassName
{
color: #FDEDA2;
}
.AnyTagClassName
{
color: #FDEDA2;
}
</style>
background-color css
<style>
a { background-color: #FDEDA2; }
a { background-color: rgb(253,237,162); }
div.DivClassName
{
background-color: #FDEDA2;
}
.BgClassName
{
background-color: #FDEDA2;
}
</style>
border-color css
<style>
span { border-color: #FDEDA2; }
span { border-color: rgb(253,237,162); }
td.TdClassName
{
border-color: #FDEDA2;
}
.TagClassName
{
border-color: #FDEDA2;
}
</style>