Shades of Khaki #FCEE89
Tints of Khaki #FCEE89
RGB
CMYK
RGB Variations
Color information
#FCEE89 (or 0xFCEE89) is known color: Khaki. HEX triplet: FC, EE and 89. RGB value is (252,238,137). Sum of RGB (Red+Green+Blue) = 252+238+137=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 137 (53.91% from 255 or 21.85% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEE89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEE89 is #031176. Grayscale: #E7E7E7. Windows color (decimal): -201079 or 9039612. OLE color: 9039612.
HSL color Cylindrical-coordinate representation of color #FCEE89: hue angle of 52.7º 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 #FCEE89 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 238 | 137 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.01 |
| HSL | 52.7º | 0.95% | 0.76% | - |
| HSV(B) | 52.7º | 0.46% | 0.99% | - |
| XYZ | 75.23 | 83.65 | 35.85 | - |
| YUV | 230.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 238 | 137 | 0 | 0.06 | 0.46 | 0.01 | 52.7 | 0.95 | 0.76 |
| Hex | FC | EE | 89 | 0 | 6 | 2E | 1 | 35 | 5F | 4C |
| Octal | 374 | 356 | 211 | 0 | 6 | 56 | 1 | 65 | 137 | 114 |
| Binary | 11111100 | 11101110 | 10001001 | 0 | 110 | 101110 | 1 | 110101 | 1011111 | 1001100 |
Color Harmonies of #FCEE89
Complementary color
Monochromatic Colors of #FCEE89
Black with #FCEE89
Text Example
Text Example
White with #FCEE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEE89; }
p { color: rgb(252,238,137); }
H1.HeaderClassName
{
color: #FCEE89;
}
.AnyTagClassName
{
color: #FCEE89;
}
</style>
background-color css
<style>
a { background-color: #FCEE89; }
a { background-color: rgb(252,238,137); }
div.DivClassName
{
background-color: #FCEE89;
}
.BgClassName
{
background-color: #FCEE89;
}
</style>
border-color css
<style>
span { border-color: #FCEE89; }
span { border-color: rgb(252,238,137); }
td.TdClassName
{
border-color: #FCEE89;
}
.TagClassName
{
border-color: #FCEE89;
}
</style>