Shades of Drover #FAEDA7
Tints of Drover #FAEDA7
RGB
CMYK
RGB Variations
Color information
#FAEDA7 (or 0xFAEDA7) is known color: Drover. HEX triplet: FA, ED and A7. RGB value is (250,237,167). Sum of RGB (Red+Green+Blue) = 250+237+167=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 167 (65.62% from 255 or 25.54% from 654); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEDA7 is #051258. Grayscale: #E9E9E9. Windows color (decimal): -332377 or 11005434. OLE color: 11005434.
HSL color Cylindrical-coordinate representation of color #FAEDA7: hue angle of 50.6º 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 #FAEDA7 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 167 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.02 |
| HSL | 50.6º | 0.89% | 0.82% | - |
| HSV(B) | 50.6º | 0.33% | 0.98% | - |
| XYZ | 76.68 | 83.68 | 48.67 | - |
| YUV | 232.91 | 90.81 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 167 | 0 | 0.05 | 0.33 | 0.02 | 50.6 | 0.89 | 0.82 |
| Hex | FA | ED | A7 | 0 | 5 | 21 | 2 | 33 | 59 | 52 |
| Octal | 372 | 355 | 247 | 0 | 5 | 41 | 2 | 63 | 131 | 122 |
| Binary | 11111010 | 11101101 | 10100111 | 0 | 101 | 100001 | 10 | 110011 | 1011001 | 1010010 |
Color Harmonies of #FAEDA7
Complementary color
Monochromatic Colors of #FAEDA7
Black with #FAEDA7
Text Example
Text Example
White with #FAEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEDA7; }
p { color: rgb(250,237,167); }
H1.HeaderClassName
{
color: #FAEDA7;
}
.AnyTagClassName
{
color: #FAEDA7;
}
</style>
background-color css
<style>
a { background-color: #FAEDA7; }
a { background-color: rgb(250,237,167); }
div.DivClassName
{
background-color: #FAEDA7;
}
.BgClassName
{
background-color: #FAEDA7;
}
</style>
border-color css
<style>
span { border-color: #FAEDA7; }
span { border-color: rgb(250,237,167); }
td.TdClassName
{
border-color: #FAEDA7;
}
.TagClassName
{
border-color: #FAEDA7;
}
</style>