Shades of Drover #FCEAA0
Tints of Drover #FCEAA0
RGB
CMYK
RGB Variations
Color information
#FCEAA0 (or 0xFCEAA0) is known color: Drover. HEX triplet: FC, EA and A0. RGB value is (252,234,160). Sum of RGB (Red+Green+Blue) = 252+234+160=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAA0 is #03155F. Grayscale: #E7E7E7. Windows color (decimal): -202080 or 10545916. OLE color: 10545916.
HSL color Cylindrical-coordinate representation of color #FCEAA0: hue angle of 48.26º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCEAA0 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 160 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.01 |
| HSL | 48.26º | 0.94% | 0.81% | - |
| HSV(B) | 48.26º | 0.37% | 0.99% | - |
| XYZ | 75.91 | 82.08 | 45.1 | - |
| YUV | 230.95 | 87.96 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 160 | 0 | 0.07 | 0.37 | 0.01 | 48.26 | 0.94 | 0.81 |
| Hex | FC | EA | A0 | 0 | 7 | 25 | 1 | 30 | 5E | 51 |
| Octal | 374 | 352 | 240 | 0 | 7 | 45 | 1 | 60 | 136 | 121 |
| Binary | 11111100 | 11101010 | 10100000 | 0 | 111 | 100101 | 1 | 110000 | 1011110 | 1010001 |
Color Harmonies of #FCEAA0
Complementary color
Monochromatic Colors of #FCEAA0
Black with #FCEAA0
Text Example
Text Example
White with #FCEAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAA0; }
p { color: rgb(252,234,160); }
H1.HeaderClassName
{
color: #FCEAA0;
}
.AnyTagClassName
{
color: #FCEAA0;
}
</style>
background-color css
<style>
a { background-color: #FCEAA0; }
a { background-color: rgb(252,234,160); }
div.DivClassName
{
background-color: #FCEAA0;
}
.BgClassName
{
background-color: #FCEAA0;
}
</style>
border-color css
<style>
span { border-color: #FCEAA0; }
span { border-color: rgb(252,234,160); }
td.TdClassName
{
border-color: #FCEAA0;
}
.TagClassName
{
border-color: #FCEAA0;
}
</style>