Shades of Drover #FCE9A5
Tints of Drover #FCE9A5
RGB
CMYK
RGB Variations
Color information
#FCE9A5 (or 0xFCE9A5) is known color: Drover. HEX triplet: FC, E9 and A5. RGB value is (252,233,165). Sum of RGB (Red+Green+Blue) = 252+233+165=650 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.77% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 165 (64.84% from 255 or 25.38% from 650); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE9A5 is #03165A. Grayscale: #E7E7E7. Windows color (decimal): -202331 or 10873340. OLE color: 10873340.
HSL color Cylindrical-coordinate representation of color #FCE9A5: hue angle of 46.9º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCE9A5 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 165 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.01 |
| HSL | 46.9º | 0.94% | 0.82% | - |
| HSV(B) | 46.9º | 0.35% | 0.99% | - |
| XYZ | 76.08 | 81.69 | 47.36 | - |
| YUV | 230.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 165 | 0 | 0.08 | 0.35 | 0.01 | 46.9 | 0.94 | 0.82 |
| Hex | FC | E9 | A5 | 0 | 8 | 23 | 1 | 2F | 5E | 52 |
| Octal | 374 | 351 | 245 | 0 | 10 | 43 | 1 | 57 | 136 | 122 |
| Binary | 11111100 | 11101001 | 10100101 | 0 | 1000 | 100011 | 1 | 101111 | 1011110 | 1010010 |
Color Harmonies of #FCE9A5
Complementary color
Monochromatic Colors of #FCE9A5
Black with #FCE9A5
Text Example
Text Example
White with #FCE9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9A5; }
p { color: rgb(252,233,165); }
H1.HeaderClassName
{
color: #FCE9A5;
}
.AnyTagClassName
{
color: #FCE9A5;
}
</style>
background-color css
<style>
a { background-color: #FCE9A5; }
a { background-color: rgb(252,233,165); }
div.DivClassName
{
background-color: #FCE9A5;
}
.BgClassName
{
background-color: #FCE9A5;
}
</style>
border-color css
<style>
span { border-color: #FCE9A5; }
span { border-color: rgb(252,233,165); }
td.TdClassName
{
border-color: #FCE9A5;
}
.TagClassName
{
border-color: #FCE9A5;
}
</style>