Shades of Drover #FAEAA5
Tints of Drover #FAEAA5
RGB
CMYK
RGB Variations
Color information
#FAEAA5 (or 0xFAEAA5) is known color: Drover. HEX triplet: FA, EA and A5. RGB value is (250,234,165). Sum of RGB (Red+Green+Blue) = 250+234+165=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 165 (64.84% from 255 or 25.42% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEAA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEAA5 is #05155A. Grayscale: #E7E7E7. Windows color (decimal): -333147 or 10873594. OLE color: 10873594.
HSL color Cylindrical-coordinate representation of color #FAEAA5: hue angle of 48.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAEAA5 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 165 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.02 |
| HSL | 48.71º | 0.89% | 0.81% | - |
| HSV(B) | 48.71º | 0.34% | 0.98% | - |
| XYZ | 75.64 | 81.89 | 47.42 | - |
| YUV | 230.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 165 | 0 | 0.06 | 0.34 | 0.02 | 48.71 | 0.89 | 0.81 |
| Hex | FA | EA | A5 | 0 | 6 | 22 | 2 | 31 | 59 | 51 |
| Octal | 372 | 352 | 245 | 0 | 6 | 42 | 2 | 61 | 131 | 121 |
| Binary | 11111010 | 11101010 | 10100101 | 0 | 110 | 100010 | 10 | 110001 | 1011001 | 1010001 |
Color Harmonies of #FAEAA5
Complementary color
Monochromatic Colors of #FAEAA5
Black with #FAEAA5
Text Example
Text Example
White with #FAEAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEAA5; }
p { color: rgb(250,234,165); }
H1.HeaderClassName
{
color: #FAEAA5;
}
.AnyTagClassName
{
color: #FAEAA5;
}
</style>
background-color css
<style>
a { background-color: #FAEAA5; }
a { background-color: rgb(250,234,165); }
div.DivClassName
{
background-color: #FAEAA5;
}
.BgClassName
{
background-color: #FAEAA5;
}
</style>
border-color css
<style>
span { border-color: #FAEAA5; }
span { border-color: rgb(250,234,165); }
td.TdClassName
{
border-color: #FAEAA5;
}
.TagClassName
{
border-color: #FAEAA5;
}
</style>