Shades of Drover #FCECA2
Tints of Drover #FCECA2
RGB
CMYK
RGB Variations
Color information
#FCECA2 (or 0xFCECA2) is known color: Drover. HEX triplet: FC, EC and A2. RGB value is (252,236,162). Sum of RGB (Red+Green+Blue) = 252+236+162=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 162 (63.67% from 255 or 24.92% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECA2 is #03135D. Grayscale: #E8E8E8. Windows color (decimal): -201566 or 10677500. OLE color: 10677500.
HSL color Cylindrical-coordinate representation of color #FCECA2: hue angle of 49.33º 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 #FCECA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.01 |
| HSL | 49.33º | 0.94% | 0.81% | - |
| HSV(B) | 49.33º | 0.36% | 0.99% | - |
| XYZ | 76.66 | 83.29 | 46.22 | - |
| YUV | 232.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 162 | 0 | 0.06 | 0.36 | 0.01 | 49.33 | 0.94 | 0.81 |
| Hex | FC | EC | A2 | 0 | 6 | 24 | 1 | 31 | 5E | 51 |
| Octal | 374 | 354 | 242 | 0 | 6 | 44 | 1 | 61 | 136 | 121 |
| Binary | 11111100 | 11101100 | 10100010 | 0 | 110 | 100100 | 1 | 110001 | 1011110 | 1010001 |
Color Harmonies of #FCECA2
Complementary color
Monochromatic Colors of #FCECA2
Black with #FCECA2
Text Example
Text Example
White with #FCECA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECA2; }
p { color: rgb(252,236,162); }
H1.HeaderClassName
{
color: #FCECA2;
}
.AnyTagClassName
{
color: #FCECA2;
}
</style>
background-color css
<style>
a { background-color: #FCECA2; }
a { background-color: rgb(252,236,162); }
div.DivClassName
{
background-color: #FCECA2;
}
.BgClassName
{
background-color: #FCECA2;
}
</style>
border-color css
<style>
span { border-color: #FCECA2; }
span { border-color: rgb(252,236,162); }
td.TdClassName
{
border-color: #FCECA2;
}
.TagClassName
{
border-color: #FCECA2;
}
</style>