Shades of Drover #FCEA9E
Tints of Drover #FCEA9E
RGB
CMYK
RGB Variations
Color information
#FCEA9E (or 0xFCEA9E) is known color: Drover. HEX triplet: FC, EA and 9E. RGB value is (252,234,158). Sum of RGB (Red+Green+Blue) = 252+234+158=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 158 (62.11% from 255 or 24.53% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA9E is #031561. Grayscale: #E7E7E7. Windows color (decimal): -202082 or 10414844. OLE color: 10414844.
HSL color Cylindrical-coordinate representation of color #FCEA9E: hue angle of 48.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCEA9E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 158 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.01 |
| HSL | 48.51º | 0.94% | 0.8% | - |
| HSV(B) | 48.51º | 0.37% | 0.99% | - |
| XYZ | 75.74 | 82.01 | 44.19 | - |
| YUV | 230.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 158 | 0 | 0.07 | 0.37 | 0.01 | 48.51 | 0.94 | 0.8 |
| Hex | FC | EA | 9E | 0 | 7 | 25 | 1 | 31 | 5E | 50 |
| Octal | 374 | 352 | 236 | 0 | 7 | 45 | 1 | 61 | 136 | 120 |
| Binary | 11111100 | 11101010 | 10011110 | 0 | 111 | 100101 | 1 | 110001 | 1011110 | 1010000 |
Color Harmonies of #FCEA9E
Complementary color
Monochromatic Colors of #FCEA9E
Black with #FCEA9E
Text Example
Text Example
White with #FCEA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA9E; }
p { color: rgb(252,234,158); }
H1.HeaderClassName
{
color: #FCEA9E;
}
.AnyTagClassName
{
color: #FCEA9E;
}
</style>
background-color css
<style>
a { background-color: #FCEA9E; }
a { background-color: rgb(252,234,158); }
div.DivClassName
{
background-color: #FCEA9E;
}
.BgClassName
{
background-color: #FCEA9E;
}
</style>
border-color css
<style>
span { border-color: #FCEA9E; }
span { border-color: rgb(252,234,158); }
td.TdClassName
{
border-color: #FCEA9E;
}
.TagClassName
{
border-color: #FCEA9E;
}
</style>