Shades of Khaki #FBED89
Tints of Khaki #FBED89
RGB
CMYK
RGB Variations
Color information
#FBED89 (or 0xFBED89) is known color: Khaki. HEX triplet: FB, ED and 89. RGB value is (251,237,137). Sum of RGB (Red+Green+Blue) = 251+237+137=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBED89 is #041276. Grayscale: #E6E6E6. Windows color (decimal): -266871 or 9039355. OLE color: 9039355.
HSL color Cylindrical-coordinate representation of color #FBED89: hue angle of 52.63º 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 #FBED89 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 137 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.02 |
| HSL | 52.63º | 0.93% | 0.76% | - |
| HSV(B) | 52.63º | 0.45% | 0.98% | - |
| XYZ | 74.58 | 82.88 | 35.73 | - |
| YUV | 229.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 137 | 0 | 0.06 | 0.45 | 0.02 | 52.63 | 0.93 | 0.76 |
| Hex | FB | ED | 89 | 0 | 6 | 2D | 2 | 35 | 5D | 4C |
| Octal | 373 | 355 | 211 | 0 | 6 | 55 | 2 | 65 | 135 | 114 |
| Binary | 11111011 | 11101101 | 10001001 | 0 | 110 | 101101 | 10 | 110101 | 1011101 | 1001100 |
Color Harmonies of #FBED89
Complementary color
Monochromatic Colors of #FBED89
Black with #FBED89
Text Example
Text Example
White with #FBED89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED89; }
p { color: rgb(251,237,137); }
H1.HeaderClassName
{
color: #FBED89;
}
.AnyTagClassName
{
color: #FBED89;
}
</style>
background-color css
<style>
a { background-color: #FBED89; }
a { background-color: rgb(251,237,137); }
div.DivClassName
{
background-color: #FBED89;
}
.BgClassName
{
background-color: #FBED89;
}
</style>
border-color css
<style>
span { border-color: #FBED89; }
span { border-color: rgb(251,237,137); }
td.TdClassName
{
border-color: #FBED89;
}
.TagClassName
{
border-color: #FBED89;
}
</style>