Shades of Drover #FDEAA5
Tints of Drover #FDEAA5
RGB
CMYK
RGB Variations
Color information
#FDEAA5 (or 0xFDEAA5) is known color: Drover. HEX triplet: FD, EA and A5. RGB value is (253,234,165). Sum of RGB (Red+Green+Blue) = 253+234+165=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 165 (64.84% from 255 or 25.31% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAA5 is #02155A. Grayscale: #E8E8E8. Windows color (decimal): -136539 or 10873597. OLE color: 10873597.
HSL color Cylindrical-coordinate representation of color #FDEAA5: hue angle of 47.05º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDEAA5 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 165 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.01 |
| HSL | 47.05º | 0.96% | 0.82% | - |
| HSV(B) | 47.05º | 0.35% | 0.99% | - |
| XYZ | 76.72 | 82.44 | 47.47 | - |
| YUV | 231.82 | 90.29 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 165 | 0 | 0.08 | 0.35 | 0.01 | 47.05 | 0.96 | 0.82 |
| Hex | FD | EA | A5 | 0 | 8 | 23 | 1 | 2F | 60 | 52 |
| Octal | 375 | 352 | 245 | 0 | 10 | 43 | 1 | 57 | 140 | 122 |
| Binary | 11111101 | 11101010 | 10100101 | 0 | 1000 | 100011 | 1 | 101111 | 1100000 | 1010010 |
Color Harmonies of #FDEAA5
Complementary color
Monochromatic Colors of #FDEAA5
Black with #FDEAA5
Text Example
Text Example
White with #FDEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAA5; }
p { color: rgb(253,234,165); }
H1.HeaderClassName
{
color: #FDEAA5;
}
.AnyTagClassName
{
color: #FDEAA5;
}
</style>
background-color css
<style>
a { background-color: #FDEAA5; }
a { background-color: rgb(253,234,165); }
div.DivClassName
{
background-color: #FDEAA5;
}
.BgClassName
{
background-color: #FDEAA5;
}
</style>
border-color css
<style>
span { border-color: #FDEAA5; }
span { border-color: rgb(253,234,165); }
td.TdClassName
{
border-color: #FDEAA5;
}
.TagClassName
{
border-color: #FDEAA5;
}
</style>