Shades of Khaki #FCEC86
Tints of Khaki #FCEC86
RGB
CMYK
RGB Variations
Color information
#FCEC86 (or 0xFCEC86) is known color: Khaki. HEX triplet: FC, EC and 86. RGB value is (252,236,134). Sum of RGB (Red+Green+Blue) = 252+236+134=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 134 (52.73% from 255 or 21.54% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC86 is #031379. Grayscale: #E5E5E5. Windows color (decimal): -201594 or 8842492. OLE color: 8842492.
HSL color Cylindrical-coordinate representation of color #FCEC86: hue angle of 51.86º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCEC86 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 134 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.01 |
| HSL | 51.86º | 0.95% | 0.76% | - |
| HSV(B) | 51.86º | 0.47% | 0.99% | - |
| XYZ | 74.44 | 82.41 | 34.54 | - |
| YUV | 229.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 134 | 0 | 0.06 | 0.47 | 0.01 | 51.86 | 0.95 | 0.76 |
| Hex | FC | EC | 86 | 0 | 6 | 2F | 1 | 34 | 5F | 4C |
| Octal | 374 | 354 | 206 | 0 | 6 | 57 | 1 | 64 | 137 | 114 |
| Binary | 11111100 | 11101100 | 10000110 | 0 | 110 | 101111 | 1 | 110100 | 1011111 | 1001100 |
Color Harmonies of #FCEC86
Complementary color
Monochromatic Colors of #FCEC86
Black with #FCEC86
Text Example
Text Example
White with #FCEC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC86; }
p { color: rgb(252,236,134); }
H1.HeaderClassName
{
color: #FCEC86;
}
.AnyTagClassName
{
color: #FCEC86;
}
</style>
background-color css
<style>
a { background-color: #FCEC86; }
a { background-color: rgb(252,236,134); }
div.DivClassName
{
background-color: #FCEC86;
}
.BgClassName
{
background-color: #FCEC86;
}
</style>
border-color css
<style>
span { border-color: #FCEC86; }
span { border-color: rgb(252,236,134); }
td.TdClassName
{
border-color: #FCEC86;
}
.TagClassName
{
border-color: #FCEC86;
}
</style>