Shades of Drover #FAE99C
Tints of Drover #FAE99C
RGB
CMYK
RGB Variations
Color information
#FAE99C (or 0xFAE99C) is known color: Drover. HEX triplet: FA, E9 and 9C. RGB value is (250,233,156). Sum of RGB (Red+Green+Blue) = 250+233+156=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE99C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE99C is #051663. Grayscale: #E5E5E5. Windows color (decimal): -333412 or 10283514. OLE color: 10283514.
HSL color Cylindrical-coordinate representation of color #FAE99C: hue angle of 49.15º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAE99C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 156 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.02 |
| HSL | 49.15º | 0.9% | 0.8% | - |
| HSV(B) | 49.15º | 0.38% | 0.98% | - |
| XYZ | 74.56 | 81 | 43.16 | - |
| YUV | 229.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 156 | 0 | 0.07 | 0.38 | 0.02 | 49.15 | 0.9 | 0.8 |
| Hex | FA | E9 | 9C | 0 | 7 | 26 | 2 | 31 | 5A | 50 |
| Octal | 372 | 351 | 234 | 0 | 7 | 46 | 2 | 61 | 132 | 120 |
| Binary | 11111010 | 11101001 | 10011100 | 0 | 111 | 100110 | 10 | 110001 | 1011010 | 1010000 |
Color Harmonies of #FAE99C
Complementary color
Monochromatic Colors of #FAE99C
Black with #FAE99C
Text Example
Text Example
White with #FAE99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE99C; }
p { color: rgb(250,233,156); }
H1.HeaderClassName
{
color: #FAE99C;
}
.AnyTagClassName
{
color: #FAE99C;
}
</style>
background-color css
<style>
a { background-color: #FAE99C; }
a { background-color: rgb(250,233,156); }
div.DivClassName
{
background-color: #FAE99C;
}
.BgClassName
{
background-color: #FAE99C;
}
</style>
border-color css
<style>
span { border-color: #FAE99C; }
span { border-color: rgb(250,233,156); }
td.TdClassName
{
border-color: #FAE99C;
}
.TagClassName
{
border-color: #FAE99C;
}
</style>