Shades of Drover #FCECA1
Tints of Drover #FCECA1
RGB
CMYK
RGB Variations
Color information
#FCECA1 (or 0xFCECA1) is known color: Drover. HEX triplet: FC, EC and A1. RGB value is (252,236,161). Sum of RGB (Red+Green+Blue) = 252+236+161=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCECA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCECA1 is #03135E. Grayscale: #E8E8E8. Windows color (decimal): -201567 or 10611964. OLE color: 10611964.
HSL color Cylindrical-coordinate representation of color #FCECA1: hue angle of 49.45º 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 #FCECA1 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 161 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.01 |
| HSL | 49.45º | 0.94% | 0.81% | - |
| HSV(B) | 49.45º | 0.36% | 0.99% | - |
| XYZ | 76.57 | 83.26 | 45.75 | - |
| YUV | 232.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 161 | 0 | 0.06 | 0.36 | 0.01 | 49.45 | 0.94 | 0.81 |
| Hex | FC | EC | A1 | 0 | 6 | 24 | 1 | 31 | 5E | 51 |
| Octal | 374 | 354 | 241 | 0 | 6 | 44 | 1 | 61 | 136 | 121 |
| Binary | 11111100 | 11101100 | 10100001 | 0 | 110 | 100100 | 1 | 110001 | 1011110 | 1010001 |
Color Harmonies of #FCECA1
Complementary color
Monochromatic Colors of #FCECA1
Black with #FCECA1
Text Example
Text Example
White with #FCECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCECA1; }
p { color: rgb(252,236,161); }
H1.HeaderClassName
{
color: #FCECA1;
}
.AnyTagClassName
{
color: #FCECA1;
}
</style>
background-color css
<style>
a { background-color: #FCECA1; }
a { background-color: rgb(252,236,161); }
div.DivClassName
{
background-color: #FCECA1;
}
.BgClassName
{
background-color: #FCECA1;
}
</style>
border-color css
<style>
span { border-color: #FCECA1; }
span { border-color: rgb(252,236,161); }
td.TdClassName
{
border-color: #FCECA1;
}
.TagClassName
{
border-color: #FCECA1;
}
</style>