Shades of Drover #FCEDA2
Tints of Drover #FCEDA2
RGB
CMYK
RGB Variations
Color information
#FCEDA2 (or 0xFCEDA2) is known color: Drover. HEX triplet: FC, ED and A2. RGB value is (252,237,162). Sum of RGB (Red+Green+Blue) = 252+237+162=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 162 (63.67% from 255 or 24.88% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDA2 is #03125D. Grayscale: #E9E9E9. Windows color (decimal): -201310 or 10677756. OLE color: 10677756.
HSL color Cylindrical-coordinate representation of color #FCEDA2: hue angle of 50º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCEDA2 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 162 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.01 |
| HSL | 50º | 0.94% | 0.81% | - |
| HSV(B) | 50º | 0.36% | 0.99% | - |
| XYZ | 76.95 | 83.87 | 46.32 | - |
| YUV | 232.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 162 | 0 | 0.06 | 0.36 | 0.01 | 50 | 0.94 | 0.81 |
| Hex | FC | ED | A2 | 0 | 6 | 24 | 1 | 32 | 5E | 51 |
| Octal | 374 | 355 | 242 | 0 | 6 | 44 | 1 | 62 | 136 | 121 |
| Binary | 11111100 | 11101101 | 10100010 | 0 | 110 | 100100 | 1 | 110010 | 1011110 | 1010001 |
Color Harmonies of #FCEDA2
Complementary color
Monochromatic Colors of #FCEDA2
Black with #FCEDA2
Text Example
Text Example
White with #FCEDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDA2; }
p { color: rgb(252,237,162); }
H1.HeaderClassName
{
color: #FCEDA2;
}
.AnyTagClassName
{
color: #FCEDA2;
}
</style>
background-color css
<style>
a { background-color: #FCEDA2; }
a { background-color: rgb(252,237,162); }
div.DivClassName
{
background-color: #FCEDA2;
}
.BgClassName
{
background-color: #FCEDA2;
}
</style>
border-color css
<style>
span { border-color: #FCEDA2; }
span { border-color: rgb(252,237,162); }
td.TdClassName
{
border-color: #FCEDA2;
}
.TagClassName
{
border-color: #FCEDA2;
}
</style>