Shades of Drover #FCEB9E
Tints of Drover #FCEB9E
RGB
CMYK
RGB Variations
Color information
#FCEB9E (or 0xFCEB9E) is known color: Drover. HEX triplet: FC, EB and 9E. RGB value is (252,235,158). Sum of RGB (Red+Green+Blue) = 252+235+158=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 158 (62.11% from 255 or 24.50% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB9E is #031461. Grayscale: #E7E7E7. Windows color (decimal): -201826 or 10415100. OLE color: 10415100.
HSL color Cylindrical-coordinate representation of color #FCEB9E: hue angle of 49.15º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCEB9E is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 158 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.01 |
| HSL | 49.15º | 0.94% | 0.8% | - |
| HSV(B) | 49.15º | 0.37% | 0.99% | - |
| XYZ | 76.02 | 82.58 | 44.28 | - |
| YUV | 231.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 158 | 0 | 0.07 | 0.37 | 0.01 | 49.15 | 0.94 | 0.8 |
| Hex | FC | EB | 9E | 0 | 7 | 25 | 1 | 31 | 5E | 50 |
| Octal | 374 | 353 | 236 | 0 | 7 | 45 | 1 | 61 | 136 | 120 |
| Binary | 11111100 | 11101011 | 10011110 | 0 | 111 | 100101 | 1 | 110001 | 1011110 | 1010000 |
Color Harmonies of #FCEB9E
Complementary color
Monochromatic Colors of #FCEB9E
Black with #FCEB9E
Text Example
Text Example
White with #FCEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB9E; }
p { color: rgb(252,235,158); }
H1.HeaderClassName
{
color: #FCEB9E;
}
.AnyTagClassName
{
color: #FCEB9E;
}
</style>
background-color css
<style>
a { background-color: #FCEB9E; }
a { background-color: rgb(252,235,158); }
div.DivClassName
{
background-color: #FCEB9E;
}
.BgClassName
{
background-color: #FCEB9E;
}
</style>
border-color css
<style>
span { border-color: #FCEB9E; }
span { border-color: rgb(252,235,158); }
td.TdClassName
{
border-color: #FCEB9E;
}
.TagClassName
{
border-color: #FCEB9E;
}
</style>