Shades of Drover #FCED9F
Tints of Drover #FCED9F
RGB
CMYK
RGB Variations
Color information
#FCED9F (or 0xFCED9F) is known color: Drover. HEX triplet: FC, ED and 9F. RGB value is (252,237,159). Sum of RGB (Red+Green+Blue) = 252+237+159=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 159 (62.5% from 255 or 24.54% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED9F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCED9F is #031260. Grayscale: #E8E8E8. Windows color (decimal): -201313 or 10481148. OLE color: 10481148.
HSL color Cylindrical-coordinate representation of color #FCED9F: hue angle of 50.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCED9F is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 237 | 159 | - |
CMYK | 0 | 0.06 | 0.37 | 0.01 |
HSL | 50.32º | 0.94% | 0.81% | - |
HSV(B) | 50.32º | 0.37% | 0.99% | - |
XYZ | 76.69 | 83.77 | 44.93 | - |
YUV | 232.59 | 86.47 | 141.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 237 | 159 | 0 | 0.06 | 0.37 | 0.01 | 50.32 | 0.94 | 0.81 |
Hex | FC | ED | 9F | 0 | 6 | 25 | 1 | 32 | 5E | 51 |
Octal | 374 | 355 | 237 | 0 | 6 | 45 | 1 | 62 | 136 | 121 |
Binary | 11111100 | 11101101 | 10011111 | 0 | 110 | 100101 | 1 | 110010 | 1011110 | 1010001 |
Color Harmonies of #FCED9F
Complementary color
Monochromatic Colors of #FCED9F
Black with #FCED9F
Text Example
Text Example
White with #FCED9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED9F; }
p { color: rgb(252,237,159); }
H1.HeaderClassName
{
color: #FCED9F;
}
.AnyTagClassName
{
color: #FCED9F;
}
</style>
background-color css
<style>
a { background-color: #FCED9F; }
a { background-color: rgb(252,237,159); }
div.DivClassName
{
background-color: #FCED9F;
}
.BgClassName
{
background-color: #FCED9F;
}
</style>
border-color css
<style>
span { border-color: #FCED9F; }
span { border-color: rgb(252,237,159); }
td.TdClassName
{
border-color: #FCED9F;
}
.TagClassName
{
border-color: #FCED9F;
}
</style>