Shades of Drover #FAE8A3
Tints of Drover #FAE8A3
RGB
CMYK
RGB Variations
Color information
#FAE8A3 (or 0xFAE8A3) is known color: Drover. HEX triplet: FA, E8 and A3. RGB value is (250,232,163). Sum of RGB (Red+Green+Blue) = 250+232+163=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 163 (64.06% from 255 or 25.27% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8A3 is #05175C. Grayscale: #E5E5E5. Windows color (decimal): -333661 or 10742010. OLE color: 10742010.
HSL color Cylindrical-coordinate representation of color #FAE8A3: hue angle of 47.59º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAE8A3 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 163 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.02 |
| HSL | 47.59º | 0.9% | 0.81% | - |
| HSV(B) | 47.59º | 0.35% | 0.98% | - |
| XYZ | 74.89 | 80.68 | 46.28 | - |
| YUV | 229.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 163 | 0 | 0.07 | 0.35 | 0.02 | 47.59 | 0.9 | 0.81 |
| Hex | FA | E8 | A3 | 0 | 7 | 23 | 2 | 30 | 5A | 51 |
| Octal | 372 | 350 | 243 | 0 | 7 | 43 | 2 | 60 | 132 | 121 |
| Binary | 11111010 | 11101000 | 10100011 | 0 | 111 | 100011 | 10 | 110000 | 1011010 | 1010001 |
Color Harmonies of #FAE8A3
Complementary color
Monochromatic Colors of #FAE8A3
Black with #FAE8A3
Text Example
Text Example
White with #FAE8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8A3; }
p { color: rgb(250,232,163); }
H1.HeaderClassName
{
color: #FAE8A3;
}
.AnyTagClassName
{
color: #FAE8A3;
}
</style>
background-color css
<style>
a { background-color: #FAE8A3; }
a { background-color: rgb(250,232,163); }
div.DivClassName
{
background-color: #FAE8A3;
}
.BgClassName
{
background-color: #FAE8A3;
}
</style>
border-color css
<style>
span { border-color: #FAE8A3; }
span { border-color: rgb(250,232,163); }
td.TdClassName
{
border-color: #FAE8A3;
}
.TagClassName
{
border-color: #FAE8A3;
}
</style>