Shades of Drover #FCECA0
Tints of Drover #FCECA0
RGB
CMYK
RGB Variations
Color information
#FCECA0 (or 0xFCECA0) is known color: Drover. HEX triplet: FC, EC and A0. RGB value is (252,236,160). Sum of RGB (Red+Green+Blue) = 252+236+160=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 160 (62.89% from 255 or 24.69% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECA0 is #03135F. Grayscale: #E8E8E8. Windows color (decimal): -201568 or 10546428. OLE color: 10546428.
HSL color Cylindrical-coordinate representation of color #FCECA0: hue angle of 49.57º 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 #FCECA0 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 236 | 160 | - |
CMYK | 0 | 0.06 | 0.37 | 0.01 |
HSL | 49.57º | 0.94% | 0.81% | - |
HSV(B) | 49.57º | 0.37% | 0.99% | - |
XYZ | 76.49 | 83.22 | 45.29 | - |
YUV | 232.12 | 87.3 | 142.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 236 | 160 | 0 | 0.06 | 0.37 | 0.01 | 49.57 | 0.94 | 0.81 |
Hex | FC | EC | A0 | 0 | 6 | 25 | 1 | 32 | 5E | 51 |
Octal | 374 | 354 | 240 | 0 | 6 | 45 | 1 | 62 | 136 | 121 |
Binary | 11111100 | 11101100 | 10100000 | 0 | 110 | 100101 | 1 | 110010 | 1011110 | 1010001 |
Color Harmonies of #FCECA0
Complementary color
Monochromatic Colors of #FCECA0
Black with #FCECA0
Text Example
Text Example
White with #FCECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECA0; }
p { color: rgb(252,236,160); }
H1.HeaderClassName
{
color: #FCECA0;
}
.AnyTagClassName
{
color: #FCECA0;
}
</style>
background-color css
<style>
a { background-color: #FCECA0; }
a { background-color: rgb(252,236,160); }
div.DivClassName
{
background-color: #FCECA0;
}
.BgClassName
{
background-color: #FCECA0;
}
</style>
border-color css
<style>
span { border-color: #FCECA0; }
span { border-color: rgb(252,236,160); }
td.TdClassName
{
border-color: #FCECA0;
}
.TagClassName
{
border-color: #FCECA0;
}
</style>