Shades of Drover #FCEC9D
Tints of Drover #FCEC9D
RGB
CMYK
RGB Variations
Color information
#FCEC9D (or 0xFCEC9D) is known color: Drover. HEX triplet: FC, EC and 9D. RGB value is (252,236,157). Sum of RGB (Red+Green+Blue) = 252+236+157=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 157 (61.72% from 255 or 24.34% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC9D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC9D is #031362. Grayscale: #E8E8E8. Windows color (decimal): -201571 or 10349820. OLE color: 10349820.
HSL color Cylindrical-coordinate representation of color #FCEC9D: hue angle of 49.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FCEC9D is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 157 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.01 |
| HSL | 49.89º | 0.94% | 0.8% | - |
| HSV(B) | 49.89º | 0.38% | 0.99% | - |
| XYZ | 76.23 | 83.12 | 43.92 | - |
| YUV | 231.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 157 | 0 | 0.06 | 0.38 | 0.01 | 49.89 | 0.94 | 0.8 |
| Hex | FC | EC | 9D | 0 | 6 | 26 | 1 | 32 | 5E | 50 |
| Octal | 374 | 354 | 235 | 0 | 6 | 46 | 1 | 62 | 136 | 120 |
| Binary | 11111100 | 11101100 | 10011101 | 0 | 110 | 100110 | 1 | 110010 | 1011110 | 1010000 |
Color Harmonies of #FCEC9D
Complementary color
Monochromatic Colors of #FCEC9D
Black with #FCEC9D
Text Example
Text Example
White with #FCEC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC9D; }
p { color: rgb(252,236,157); }
H1.HeaderClassName
{
color: #FCEC9D;
}
.AnyTagClassName
{
color: #FCEC9D;
}
</style>
background-color css
<style>
a { background-color: #FCEC9D; }
a { background-color: rgb(252,236,157); }
div.DivClassName
{
background-color: #FCEC9D;
}
.BgClassName
{
background-color: #FCEC9D;
}
</style>
border-color css
<style>
span { border-color: #FCEC9D; }
span { border-color: rgb(252,236,157); }
td.TdClassName
{
border-color: #FCEC9D;
}
.TagClassName
{
border-color: #FCEC9D;
}
</style>