Shades of Drover #FCEAA2
Tints of Drover #FCEAA2
RGB
CMYK
RGB Variations
Color information
#FCEAA2 (or 0xFCEAA2) is known color: Drover. HEX triplet: FC, EA and A2. RGB value is (252,234,162). Sum of RGB (Red+Green+Blue) = 252+234+162=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 162 (63.67% from 255 or 25% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAA2 is #03155D. Grayscale: #E7E7E7. Windows color (decimal): -202078 or 10676988. OLE color: 10676988.
HSL color Cylindrical-coordinate representation of color #FCEAA2: hue angle of 48º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCEAA2 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 162 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.01 |
| HSL | 48º | 0.94% | 0.81% | - |
| HSV(B) | 48º | 0.36% | 0.99% | - |
| XYZ | 76.09 | 82.15 | 46.03 | - |
| YUV | 231.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 162 | 0 | 0.07 | 0.36 | 0.01 | 48 | 0.94 | 0.81 |
| Hex | FC | EA | A2 | 0 | 7 | 24 | 1 | 30 | 5E | 51 |
| Octal | 374 | 352 | 242 | 0 | 7 | 44 | 1 | 60 | 136 | 121 |
| Binary | 11111100 | 11101010 | 10100010 | 0 | 111 | 100100 | 1 | 110000 | 1011110 | 1010001 |
Color Harmonies of #FCEAA2
Complementary color
Monochromatic Colors of #FCEAA2
Black with #FCEAA2
Text Example
Text Example
White with #FCEAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAA2; }
p { color: rgb(252,234,162); }
H1.HeaderClassName
{
color: #FCEAA2;
}
.AnyTagClassName
{
color: #FCEAA2;
}
</style>
background-color css
<style>
a { background-color: #FCEAA2; }
a { background-color: rgb(252,234,162); }
div.DivClassName
{
background-color: #FCEAA2;
}
.BgClassName
{
background-color: #FCEAA2;
}
</style>
border-color css
<style>
span { border-color: #FCEAA2; }
span { border-color: rgb(252,234,162); }
td.TdClassName
{
border-color: #FCEAA2;
}
.TagClassName
{
border-color: #FCEAA2;
}
</style>