Shades of Khaki #FBEC89
Tints of Khaki #FBEC89
RGB
CMYK
RGB Variations
Color information
#FBEC89 (or 0xFBEC89) is known color: Khaki. HEX triplet: FB, EC and 89. RGB value is (251,236,137). Sum of RGB (Red+Green+Blue) = 251+236+137=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 137 (53.91% from 255 or 21.96% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEC89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEC89 is #041376. Grayscale: #E5E5E5. Windows color (decimal): -267127 or 9039099. OLE color: 9039099.
HSL color Cylindrical-coordinate representation of color #FBEC89: hue angle of 52.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBEC89 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 236 | 137 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.02 |
| HSL | 52.11º | 0.93% | 0.76% | - |
| HSV(B) | 52.11º | 0.45% | 0.98% | - |
| XYZ | 74.29 | 82.31 | 35.64 | - |
| YUV | 229.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 236 | 137 | 0 | 0.06 | 0.45 | 0.02 | 52.11 | 0.93 | 0.76 |
| Hex | FB | EC | 89 | 0 | 6 | 2D | 2 | 34 | 5D | 4C |
| Octal | 373 | 354 | 211 | 0 | 6 | 55 | 2 | 64 | 135 | 114 |
| Binary | 11111011 | 11101100 | 10001001 | 0 | 110 | 101101 | 10 | 110100 | 1011101 | 1001100 |
Color Harmonies of #FBEC89
Complementary color
Monochromatic Colors of #FBEC89
Black with #FBEC89
Text Example
Text Example
White with #FBEC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEC89; }
p { color: rgb(251,236,137); }
H1.HeaderClassName
{
color: #FBEC89;
}
.AnyTagClassName
{
color: #FBEC89;
}
</style>
background-color css
<style>
a { background-color: #FBEC89; }
a { background-color: rgb(251,236,137); }
div.DivClassName
{
background-color: #FBEC89;
}
.BgClassName
{
background-color: #FBEC89;
}
</style>
border-color css
<style>
span { border-color: #FBEC89; }
span { border-color: rgb(251,236,137); }
td.TdClassName
{
border-color: #FBEC89;
}
.TagClassName
{
border-color: #FBEC89;
}
</style>