Shades of Khaki #FCEA87
Tints of Khaki #FCEA87
RGB
CMYK
RGB Variations
Color information
#FCEA87 (or 0xFCEA87) is known color: Khaki. HEX triplet: FC, EA and 87. RGB value is (252,234,135). Sum of RGB (Red+Green+Blue) = 252+234+135=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 135 (53.12% from 255 or 21.74% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA87 is #031578. Grayscale: #E4E4E4. Windows color (decimal): -202105 or 8907516. OLE color: 8907516.
HSL color Cylindrical-coordinate representation of color #FCEA87: hue angle of 50.77º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCEA87 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 135 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.01 |
| HSL | 50.77º | 0.95% | 0.76% | - |
| HSV(B) | 50.77º | 0.46% | 0.99% | - |
| XYZ | 73.94 | 81.29 | 34.72 | - |
| YUV | 228.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 135 | 0 | 0.07 | 0.46 | 0.01 | 50.77 | 0.95 | 0.76 |
| Hex | FC | EA | 87 | 0 | 7 | 2E | 1 | 33 | 5F | 4C |
| Octal | 374 | 352 | 207 | 0 | 7 | 56 | 1 | 63 | 137 | 114 |
| Binary | 11111100 | 11101010 | 10000111 | 0 | 111 | 101110 | 1 | 110011 | 1011111 | 1001100 |
Color Harmonies of #FCEA87
Complementary color
Monochromatic Colors of #FCEA87
Black with #FCEA87
Text Example
Text Example
White with #FCEA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA87; }
p { color: rgb(252,234,135); }
H1.HeaderClassName
{
color: #FCEA87;
}
.AnyTagClassName
{
color: #FCEA87;
}
</style>
background-color css
<style>
a { background-color: #FCEA87; }
a { background-color: rgb(252,234,135); }
div.DivClassName
{
background-color: #FCEA87;
}
.BgClassName
{
background-color: #FCEA87;
}
</style>
border-color css
<style>
span { border-color: #FCEA87; }
span { border-color: rgb(252,234,135); }
td.TdClassName
{
border-color: #FCEA87;
}
.TagClassName
{
border-color: #FCEA87;
}
</style>