Shades of Drover #FCED9E
Tints of Drover #FCED9E
RGB
CMYK
RGB Variations
Color information
#FCED9E (or 0xFCED9E) is known color: Drover. HEX triplet: FC, ED and 9E. RGB value is (252,237,158). Sum of RGB (Red+Green+Blue) = 252+237+158=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 158 (62.11% from 255 or 24.42% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED9E is #031261. Grayscale: #E8E8E8. Windows color (decimal): -201314 or 10415612. OLE color: 10415612.
HSL color Cylindrical-coordinate representation of color #FCED9E: hue angle of 50.43º 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 #FCED9E is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 158 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.01 |
| HSL | 50.43º | 0.94% | 0.8% | - |
| HSV(B) | 50.43º | 0.37% | 0.99% | - |
| XYZ | 76.6 | 83.73 | 44.47 | - |
| YUV | 232.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 158 | 0 | 0.06 | 0.37 | 0.01 | 50.43 | 0.94 | 0.8 |
| Hex | FC | ED | 9E | 0 | 6 | 25 | 1 | 32 | 5E | 50 |
| Octal | 374 | 355 | 236 | 0 | 6 | 45 | 1 | 62 | 136 | 120 |
| Binary | 11111100 | 11101101 | 10011110 | 0 | 110 | 100101 | 1 | 110010 | 1011110 | 1010000 |
Color Harmonies of #FCED9E
Complementary color
Monochromatic Colors of #FCED9E
Black with #FCED9E
Text Example
Text Example
White with #FCED9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED9E; }
p { color: rgb(252,237,158); }
H1.HeaderClassName
{
color: #FCED9E;
}
.AnyTagClassName
{
color: #FCED9E;
}
</style>
background-color css
<style>
a { background-color: #FCED9E; }
a { background-color: rgb(252,237,158); }
div.DivClassName
{
background-color: #FCED9E;
}
.BgClassName
{
background-color: #FCED9E;
}
</style>
border-color css
<style>
span { border-color: #FCED9E; }
span { border-color: rgb(252,237,158); }
td.TdClassName
{
border-color: #FCED9E;
}
.TagClassName
{
border-color: #FCED9E;
}
</style>