Shades of Drover #FAEF9D
Tints of Drover #FAEF9D
RGB
CMYK
RGB Variations
Color information
#FAEF9D (or 0xFAEF9D) is known color: Drover. HEX triplet: FA, EF and 9D. RGB value is (250,239,157). Sum of RGB (Red+Green+Blue) = 250+239+157=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 157 (61.72% from 255 or 24.30% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF9D is #051062. Grayscale: #E9E9E9. Windows color (decimal): -331875 or 10350586. OLE color: 10350586.
HSL color Cylindrical-coordinate representation of color #FAEF9D: hue angle of 52.9º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAEF9D is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 157 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.02 |
| HSL | 52.9º | 0.9% | 0.8% | - |
| HSV(B) | 52.9º | 0.37% | 0.98% | - |
| XYZ | 76.38 | 84.49 | 44.18 | - |
| YUV | 232.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 157 | 0 | 0.04 | 0.37 | 0.02 | 52.9 | 0.9 | 0.8 |
| Hex | FA | EF | 9D | 0 | 4 | 25 | 2 | 35 | 5A | 50 |
| Octal | 372 | 357 | 235 | 0 | 4 | 45 | 2 | 65 | 132 | 120 |
| Binary | 11111010 | 11101111 | 10011101 | 0 | 100 | 100101 | 10 | 110101 | 1011010 | 1010000 |
Color Harmonies of #FAEF9D
Complementary color
Monochromatic Colors of #FAEF9D
Black with #FAEF9D
Text Example
Text Example
White with #FAEF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF9D; }
p { color: rgb(250,239,157); }
H1.HeaderClassName
{
color: #FAEF9D;
}
.AnyTagClassName
{
color: #FAEF9D;
}
</style>
background-color css
<style>
a { background-color: #FAEF9D; }
a { background-color: rgb(250,239,157); }
div.DivClassName
{
background-color: #FAEF9D;
}
.BgClassName
{
background-color: #FAEF9D;
}
</style>
border-color css
<style>
span { border-color: #FAEF9D; }
span { border-color: rgb(250,239,157); }
td.TdClassName
{
border-color: #FAEF9D;
}
.TagClassName
{
border-color: #FAEF9D;
}
</style>