Shades of Drover #FDEAA1
Tints of Drover #FDEAA1
RGB
CMYK
RGB Variations
Color information
#FDEAA1 (or 0xFDEAA1) is known color: Drover. HEX triplet: FD, EA and A1. RGB value is (253,234,161). Sum of RGB (Red+Green+Blue) = 253+234+161=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 161 (63.28% from 255 or 24.85% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAA1 is #02155E. Grayscale: #E7E7E7. Windows color (decimal): -136543 or 10611453. OLE color: 10611453.
HSL color Cylindrical-coordinate representation of color #FDEAA1: hue angle of 47.61º 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 #FDEAA1 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 161 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.01 |
| HSL | 47.61º | 0.96% | 0.81% | - |
| HSV(B) | 47.61º | 0.36% | 0.99% | - |
| XYZ | 76.36 | 82.3 | 45.58 | - |
| YUV | 231.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 161 | 0 | 0.08 | 0.36 | 0.01 | 47.61 | 0.96 | 0.81 |
| Hex | FD | EA | A1 | 0 | 8 | 24 | 1 | 30 | 60 | 51 |
| Octal | 375 | 352 | 241 | 0 | 10 | 44 | 1 | 60 | 140 | 121 |
| Binary | 11111101 | 11101010 | 10100001 | 0 | 1000 | 100100 | 1 | 110000 | 1100000 | 1010001 |
Color Harmonies of #FDEAA1
Complementary color
Monochromatic Colors of #FDEAA1
Black with #FDEAA1
Text Example
Text Example
White with #FDEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAA1; }
p { color: rgb(253,234,161); }
H1.HeaderClassName
{
color: #FDEAA1;
}
.AnyTagClassName
{
color: #FDEAA1;
}
</style>
background-color css
<style>
a { background-color: #FDEAA1; }
a { background-color: rgb(253,234,161); }
div.DivClassName
{
background-color: #FDEAA1;
}
.BgClassName
{
background-color: #FDEAA1;
}
</style>
border-color css
<style>
span { border-color: #FDEAA1; }
span { border-color: rgb(253,234,161); }
td.TdClassName
{
border-color: #FDEAA1;
}
.TagClassName
{
border-color: #FDEAA1;
}
</style>