Shades of Drover #FAEBA8
Tints of Drover #FAEBA8
RGB
CMYK
RGB Variations
Color information
#FAEBA8 (or 0xFAEBA8) is known color: Drover. HEX triplet: FA, EB and A8. RGB value is (250,235,168). Sum of RGB (Red+Green+Blue) = 250+235+168=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 168 (66.02% from 255 or 25.73% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEBA8 is #051457. Grayscale: #E8E8E8. Windows color (decimal): -332888 or 11070458. OLE color: 11070458.
HSL color Cylindrical-coordinate representation of color #FAEBA8: hue angle of 49.02º 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 #FAEBA8 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 235 | 168 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.02 |
| HSL | 49.02º | 0.89% | 0.82% | - |
| HSV(B) | 49.02º | 0.33% | 0.98% | - |
| XYZ | 76.2 | 82.57 | 48.97 | - |
| YUV | 231.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 235 | 168 | 0 | 0.06 | 0.33 | 0.02 | 49.02 | 0.89 | 0.82 |
| Hex | FA | EB | A8 | 0 | 6 | 21 | 2 | 31 | 59 | 52 |
| Octal | 372 | 353 | 250 | 0 | 6 | 41 | 2 | 61 | 131 | 122 |
| Binary | 11111010 | 11101011 | 10101000 | 0 | 110 | 100001 | 10 | 110001 | 1011001 | 1010010 |
Color Harmonies of #FAEBA8
Complementary color
Monochromatic Colors of #FAEBA8
Black with #FAEBA8
Text Example
Text Example
White with #FAEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEBA8; }
p { color: rgb(250,235,168); }
H1.HeaderClassName
{
color: #FAEBA8;
}
.AnyTagClassName
{
color: #FAEBA8;
}
</style>
background-color css
<style>
a { background-color: #FAEBA8; }
a { background-color: rgb(250,235,168); }
div.DivClassName
{
background-color: #FAEBA8;
}
.BgClassName
{
background-color: #FAEBA8;
}
</style>
border-color css
<style>
span { border-color: #FAEBA8; }
span { border-color: rgb(250,235,168); }
td.TdClassName
{
border-color: #FAEBA8;
}
.TagClassName
{
border-color: #FAEBA8;
}
</style>