Shades of Khaki #FCEB86
Tints of Khaki #FCEB86
RGB
CMYK
RGB Variations
Color information
#FCEB86 (or 0xFCEB86) is known color: Khaki. HEX triplet: FC, EB and 86. RGB value is (252,235,134). Sum of RGB (Red+Green+Blue) = 252+235+134=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB86 is #031479. Grayscale: #E4E4E4. Windows color (decimal): -201850 or 8842236. OLE color: 8842236.
HSL color Cylindrical-coordinate representation of color #FCEB86: hue angle of 51.36º 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 #FCEB86 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 134 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.01 |
| HSL | 51.36º | 0.95% | 0.76% | - |
| HSV(B) | 51.36º | 0.47% | 0.99% | - |
| XYZ | 74.16 | 81.83 | 34.44 | - |
| YUV | 228.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 134 | 0 | 0.07 | 0.47 | 0.01 | 51.36 | 0.95 | 0.76 |
| Hex | FC | EB | 86 | 0 | 7 | 2F | 1 | 33 | 5F | 4C |
| Octal | 374 | 353 | 206 | 0 | 7 | 57 | 1 | 63 | 137 | 114 |
| Binary | 11111100 | 11101011 | 10000110 | 0 | 111 | 101111 | 1 | 110011 | 1011111 | 1001100 |
Color Harmonies of #FCEB86
Complementary color
Monochromatic Colors of #FCEB86
Black with #FCEB86
Text Example
Text Example
White with #FCEB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB86; }
p { color: rgb(252,235,134); }
H1.HeaderClassName
{
color: #FCEB86;
}
.AnyTagClassName
{
color: #FCEB86;
}
</style>
background-color css
<style>
a { background-color: #FCEB86; }
a { background-color: rgb(252,235,134); }
div.DivClassName
{
background-color: #FCEB86;
}
.BgClassName
{
background-color: #FCEB86;
}
</style>
border-color css
<style>
span { border-color: #FCEB86; }
span { border-color: rgb(252,235,134); }
td.TdClassName
{
border-color: #FCEB86;
}
.TagClassName
{
border-color: #FCEB86;
}
</style>