Shades of Drover #FAEDA8
Tints of Drover #FAEDA8
RGB
CMYK
RGB Variations
Color information
#FAEDA8 (or 0xFAEDA8) is known color: Drover. HEX triplet: FA, ED and A8. RGB value is (250,237,168). Sum of RGB (Red+Green+Blue) = 250+237+168=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA8 is #051257. Grayscale: #E9E9E9. Windows color (decimal): -332376 or 11070970. OLE color: 11070970.
HSL color Cylindrical-coordinate representation of color #FAEDA8: hue angle of 50.49º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAEDA8 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 168 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.02 |
| HSL | 50.49º | 0.89% | 0.82% | - |
| HSV(B) | 50.49º | 0.33% | 0.98% | - |
| XYZ | 76.78 | 83.72 | 49.16 | - |
| YUV | 233.02 | 91.31 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 168 | 0 | 0.05 | 0.33 | 0.02 | 50.49 | 0.89 | 0.82 |
| Hex | FA | ED | A8 | 0 | 5 | 21 | 2 | 32 | 59 | 52 |
| Octal | 372 | 355 | 250 | 0 | 5 | 41 | 2 | 62 | 131 | 122 |
| Binary | 11111010 | 11101101 | 10101000 | 0 | 101 | 100001 | 10 | 110010 | 1011001 | 1010010 |
Color Harmonies of #FAEDA8
Complementary color
Monochromatic Colors of #FAEDA8
Black with #FAEDA8
Text Example
Text Example
White with #FAEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA8; }
p { color: rgb(250,237,168); }
H1.HeaderClassName
{
color: #FAEDA8;
}
.AnyTagClassName
{
color: #FAEDA8;
}
</style>
background-color css
<style>
a { background-color: #FAEDA8; }
a { background-color: rgb(250,237,168); }
div.DivClassName
{
background-color: #FAEDA8;
}
.BgClassName
{
background-color: #FAEDA8;
}
</style>
border-color css
<style>
span { border-color: #FAEDA8; }
span { border-color: rgb(250,237,168); }
td.TdClassName
{
border-color: #FAEDA8;
}
.TagClassName
{
border-color: #FAEDA8;
}
</style>