Shades of Drover #FAE8A1
Tints of Drover #FAE8A1
RGB
CMYK
RGB Variations
Color information
#FAE8A1 (or 0xFAE8A1) is known color: Drover. HEX triplet: FA, E8 and A1. RGB value is (250,232,161). Sum of RGB (Red+Green+Blue) = 250+232+161=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 161 (63.28% from 255 or 25.04% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8A1 is #05175E. Grayscale: #E5E5E5. Windows color (decimal): -333663 or 10610938. OLE color: 10610938.
HSL color Cylindrical-coordinate representation of color #FAE8A1: hue angle of 47.87º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE8A1 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 161 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.02 |
| HSL | 47.87º | 0.9% | 0.81% | - |
| HSV(B) | 47.87º | 0.36% | 0.98% | - |
| XYZ | 74.71 | 80.61 | 45.34 | - |
| YUV | 229.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 161 | 0 | 0.07 | 0.36 | 0.02 | 47.87 | 0.9 | 0.81 |
| Hex | FA | E8 | A1 | 0 | 7 | 24 | 2 | 30 | 5A | 51 |
| Octal | 372 | 350 | 241 | 0 | 7 | 44 | 2 | 60 | 132 | 121 |
| Binary | 11111010 | 11101000 | 10100001 | 0 | 111 | 100100 | 10 | 110000 | 1011010 | 1010001 |
Color Harmonies of #FAE8A1
Complementary color
Monochromatic Colors of #FAE8A1
Black with #FAE8A1
Text Example
Text Example
White with #FAE8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8A1; }
p { color: rgb(250,232,161); }
H1.HeaderClassName
{
color: #FAE8A1;
}
.AnyTagClassName
{
color: #FAE8A1;
}
</style>
background-color css
<style>
a { background-color: #FAE8A1; }
a { background-color: rgb(250,232,161); }
div.DivClassName
{
background-color: #FAE8A1;
}
.BgClassName
{
background-color: #FAE8A1;
}
</style>
border-color css
<style>
span { border-color: #FAE8A1; }
span { border-color: rgb(250,232,161); }
td.TdClassName
{
border-color: #FAE8A1;
}
.TagClassName
{
border-color: #FAE8A1;
}
</style>