Shades of Drover #FCEA98
Tints of Drover #FCEA98
RGB
CMYK
RGB Variations
Color information
#FCEA98 (or 0xFCEA98) is known color: Drover. HEX triplet: FC, EA and 98. RGB value is (252,234,152). Sum of RGB (Red+Green+Blue) = 252+234+152=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 234 (91.80% from 255 or 36.68% from 638); Blue value is 152 (59.77% from 255 or 23.82% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA98 is #031567. Grayscale: #E6E6E6. Windows color (decimal): -202088 or 10021628. OLE color: 10021628.
HSL color Cylindrical-coordinate representation of color #FCEA98: hue angle of 49.2º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCEA98 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 152 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.01 |
| HSL | 49.2º | 0.94% | 0.79% | - |
| HSV(B) | 49.2º | 0.4% | 0.99% | - |
| XYZ | 75.24 | 81.81 | 41.53 | - |
| YUV | 230.03 | 83.96 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 152 | 0 | 0.07 | 0.40 | 0.01 | 49.2 | 0.94 | 0.79 |
| Hex | FC | EA | 98 | 0 | 7 | 28 | 1 | 31 | 5E | 4F |
| Octal | 374 | 352 | 230 | 0 | 7 | 50 | 1 | 61 | 136 | 117 |
| Binary | 11111100 | 11101010 | 10011000 | 0 | 111 | 101000 | 1 | 110001 | 1011110 | 1001111 |
Color Harmonies of #FCEA98
Complementary color
Monochromatic Colors of #FCEA98
Black with #FCEA98
Text Example
Text Example
White with #FCEA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA98; }
p { color: rgb(252,234,152); }
H1.HeaderClassName
{
color: #FCEA98;
}
.AnyTagClassName
{
color: #FCEA98;
}
</style>
background-color css
<style>
a { background-color: #FCEA98; }
a { background-color: rgb(252,234,152); }
div.DivClassName
{
background-color: #FCEA98;
}
.BgClassName
{
background-color: #FCEA98;
}
</style>
border-color css
<style>
span { border-color: #FCEA98; }
span { border-color: rgb(252,234,152); }
td.TdClassName
{
border-color: #FCEA98;
}
.TagClassName
{
border-color: #FCEA98;
}
</style>