Shades of Drover #FCEAA1
Tints of Drover #FCEAA1
RGB
CMYK
RGB Variations
Color information
#FCEAA1 (or 0xFCEAA1) is known color: Drover. HEX triplet: FC, EA and A1. RGB value is (252,234,161). Sum of RGB (Red+Green+Blue) = 252+234+161=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 161 (63.28% from 255 or 24.88% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEAA1 is #03155E. Grayscale: #E7E7E7. Windows color (decimal): -202079 or 10611452. OLE color: 10611452.
HSL color Cylindrical-coordinate representation of color #FCEAA1: hue angle of 48.13º 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 #FCEAA1 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 161 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.01 |
| HSL | 48.13º | 0.94% | 0.81% | - |
| HSV(B) | 48.13º | 0.36% | 0.99% | - |
| XYZ | 76 | 82.11 | 45.56 | - |
| YUV | 231.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 161 | 0 | 0.07 | 0.36 | 0.01 | 48.13 | 0.94 | 0.81 |
| Hex | FC | EA | A1 | 0 | 7 | 24 | 1 | 30 | 5E | 51 |
| Octal | 374 | 352 | 241 | 0 | 7 | 44 | 1 | 60 | 136 | 121 |
| Binary | 11111100 | 11101010 | 10100001 | 0 | 111 | 100100 | 1 | 110000 | 1011110 | 1010001 |
Color Harmonies of #FCEAA1
Complementary color
Monochromatic Colors of #FCEAA1
Black with #FCEAA1
Text Example
Text Example
White with #FCEAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAA1; }
p { color: rgb(252,234,161); }
H1.HeaderClassName
{
color: #FCEAA1;
}
.AnyTagClassName
{
color: #FCEAA1;
}
</style>
background-color css
<style>
a { background-color: #FCEAA1; }
a { background-color: rgb(252,234,161); }
div.DivClassName
{
background-color: #FCEAA1;
}
.BgClassName
{
background-color: #FCEAA1;
}
</style>
border-color css
<style>
span { border-color: #FCEAA1; }
span { border-color: rgb(252,234,161); }
td.TdClassName
{
border-color: #FCEAA1;
}
.TagClassName
{
border-color: #FCEAA1;
}
</style>