Shades of Drover #FCEBA2
Tints of Drover #FCEBA2
RGB
CMYK
RGB Variations
Color information
#FCEBA2 (or 0xFCEBA2) is known color: Drover. HEX triplet: FC, EB and A2. RGB value is (252,235,162). Sum of RGB (Red+Green+Blue) = 252+235+162=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 162 (63.67% from 255 or 24.96% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEBA2 is #03145D. Grayscale: #E8E8E8. Windows color (decimal): -201822 or 10677244. OLE color: 10677244.
HSL color Cylindrical-coordinate representation of color #FCEBA2: hue angle of 48.67º 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 #FCEBA2 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 162 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.01 |
| HSL | 48.67º | 0.94% | 0.81% | - |
| HSV(B) | 48.67º | 0.36% | 0.99% | - |
| XYZ | 76.37 | 82.72 | 46.12 | - |
| YUV | 231.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 162 | 0 | 0.07 | 0.36 | 0.01 | 48.67 | 0.94 | 0.81 |
| Hex | FC | EB | A2 | 0 | 7 | 24 | 1 | 31 | 5E | 51 |
| Octal | 374 | 353 | 242 | 0 | 7 | 44 | 1 | 61 | 136 | 121 |
| Binary | 11111100 | 11101011 | 10100010 | 0 | 111 | 100100 | 1 | 110001 | 1011110 | 1010001 |
Color Harmonies of #FCEBA2
Complementary color
Monochromatic Colors of #FCEBA2
Black with #FCEBA2
Text Example
Text Example
White with #FCEBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBA2; }
p { color: rgb(252,235,162); }
H1.HeaderClassName
{
color: #FCEBA2;
}
.AnyTagClassName
{
color: #FCEBA2;
}
</style>
background-color css
<style>
a { background-color: #FCEBA2; }
a { background-color: rgb(252,235,162); }
div.DivClassName
{
background-color: #FCEBA2;
}
.BgClassName
{
background-color: #FCEBA2;
}
</style>
border-color css
<style>
span { border-color: #FCEBA2; }
span { border-color: rgb(252,235,162); }
td.TdClassName
{
border-color: #FCEBA2;
}
.TagClassName
{
border-color: #FCEBA2;
}
</style>