Shades of Drover #FCEDA7
Tints of Drover #FCEDA7
RGB
CMYK
RGB Variations
Color information
#FCEDA7 (or 0xFCEDA7) is known color: Drover. HEX triplet: FC, ED and A7. RGB value is (252,237,167). Sum of RGB (Red+Green+Blue) = 252+237+167=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 167 (65.62% from 255 or 25.46% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDA7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEDA7 is #031258. Grayscale: #E9E9E9. Windows color (decimal): -201305 or 11005436. OLE color: 11005436.
HSL color Cylindrical-coordinate representation of color #FCEDA7: hue angle of 49.41º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCEDA7 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 167 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.01 |
| HSL | 49.41º | 0.93% | 0.82% | - |
| HSV(B) | 49.41º | 0.34% | 0.99% | - |
| XYZ | 77.4 | 84.05 | 48.7 | - |
| YUV | 233.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 167 | 0 | 0.06 | 0.34 | 0.01 | 49.41 | 0.93 | 0.82 |
| Hex | FC | ED | A7 | 0 | 6 | 22 | 1 | 31 | 5D | 52 |
| Octal | 374 | 355 | 247 | 0 | 6 | 42 | 1 | 61 | 135 | 122 |
| Binary | 11111100 | 11101101 | 10100111 | 0 | 110 | 100010 | 1 | 110001 | 1011101 | 1010010 |
Color Harmonies of #FCEDA7
Complementary color
Monochromatic Colors of #FCEDA7
Black with #FCEDA7
Text Example
Text Example
White with #FCEDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDA7; }
p { color: rgb(252,237,167); }
H1.HeaderClassName
{
color: #FCEDA7;
}
.AnyTagClassName
{
color: #FCEDA7;
}
</style>
background-color css
<style>
a { background-color: #FCEDA7; }
a { background-color: rgb(252,237,167); }
div.DivClassName
{
background-color: #FCEDA7;
}
.BgClassName
{
background-color: #FCEDA7;
}
</style>
border-color css
<style>
span { border-color: #FCEDA7; }
span { border-color: rgb(252,237,167); }
td.TdClassName
{
border-color: #FCEDA7;
}
.TagClassName
{
border-color: #FCEDA7;
}
</style>