Shades of Drover #FAEDA9
Tints of Drover #FAEDA9
RGB
CMYK
RGB Variations
Color information
#FAEDA9 (or 0xFAEDA9) is known color: Drover. HEX triplet: FA, ED and A9. RGB value is (250,237,169). Sum of RGB (Red+Green+Blue) = 250+237+169=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 169 (66.41% from 255 or 25.76% from 656); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA9 is #051256. Grayscale: #E9E9E9. Windows color (decimal): -332375 or 11136506. OLE color: 11136506.
HSL color Cylindrical-coordinate representation of color #FAEDA9: hue angle of 50.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAEDA9 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 169 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.02 |
| HSL | 50.37º | 0.89% | 0.82% | - |
| HSV(B) | 50.37º | 0.32% | 0.98% | - |
| XYZ | 76.87 | 83.76 | 49.65 | - |
| YUV | 233.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 169 | 0 | 0.05 | 0.32 | 0.02 | 50.37 | 0.89 | 0.82 |
| Hex | FA | ED | A9 | 0 | 5 | 20 | 2 | 32 | 59 | 52 |
| Octal | 372 | 355 | 251 | 0 | 5 | 40 | 2 | 62 | 131 | 122 |
| Binary | 11111010 | 11101101 | 10101001 | 0 | 101 | 100000 | 10 | 110010 | 1011001 | 1010010 |
Color Harmonies of #FAEDA9
Complementary color
Monochromatic Colors of #FAEDA9
Black with #FAEDA9
Text Example
Text Example
White with #FAEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA9; }
p { color: rgb(250,237,169); }
H1.HeaderClassName
{
color: #FAEDA9;
}
.AnyTagClassName
{
color: #FAEDA9;
}
</style>
background-color css
<style>
a { background-color: #FAEDA9; }
a { background-color: rgb(250,237,169); }
div.DivClassName
{
background-color: #FAEDA9;
}
.BgClassName
{
background-color: #FAEDA9;
}
</style>
border-color css
<style>
span { border-color: #FAEDA9; }
span { border-color: rgb(250,237,169); }
td.TdClassName
{
border-color: #FAEDA9;
}
.TagClassName
{
border-color: #FAEDA9;
}
</style>