Shades of Khaki #FBE686
Tints of Khaki #FBE686
RGB
CMYK
RGB Variations
Color information
#FBE686 (or 0xFBE686) is known color: Khaki. HEX triplet: FB, E6 and 86. RGB value is (251,230,134). Sum of RGB (Red+Green+Blue) = 251+230+134=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 134 (52.73% from 255 or 21.79% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBE686 is #041979. Grayscale: #E1E1E1. Windows color (decimal): -268666 or 8840955. OLE color: 8840955.
HSL color Cylindrical-coordinate representation of color #FBE686: hue angle of 49.23º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBE686 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 230 | 134 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.02 |
| HSL | 49.23º | 0.94% | 0.75% | - |
| HSV(B) | 49.23º | 0.47% | 0.98% | - |
| XYZ | 72.38 | 78.82 | 33.95 | - |
| YUV | 225.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 230 | 134 | 0 | 0.08 | 0.47 | 0.02 | 49.23 | 0.94 | 0.75 |
| Hex | FB | E6 | 86 | 0 | 8 | 2F | 2 | 31 | 5E | 4B |
| Octal | 373 | 346 | 206 | 0 | 10 | 57 | 2 | 61 | 136 | 113 |
| Binary | 11111011 | 11100110 | 10000110 | 0 | 1000 | 101111 | 10 | 110001 | 1011110 | 1001011 |
Color Harmonies of #FBE686
Complementary color
Monochromatic Colors of #FBE686
Black with #FBE686
Text Example
Text Example
White with #FBE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE686; }
p { color: rgb(251,230,134); }
H1.HeaderClassName
{
color: #FBE686;
}
.AnyTagClassName
{
color: #FBE686;
}
</style>
background-color css
<style>
a { background-color: #FBE686; }
a { background-color: rgb(251,230,134); }
div.DivClassName
{
background-color: #FBE686;
}
.BgClassName
{
background-color: #FBE686;
}
</style>
border-color css
<style>
span { border-color: #FBE686; }
span { border-color: rgb(251,230,134); }
td.TdClassName
{
border-color: #FBE686;
}
.TagClassName
{
border-color: #FBE686;
}
</style>