Shades of Khaki #FDEB87
Tints of Khaki #FDEB87
RGB
CMYK
RGB Variations
Color information
#FDEB87 (or 0xFDEB87) is known color: Khaki. HEX triplet: FD, EB and 87. RGB value is (253,235,135). Sum of RGB (Red+Green+Blue) = 253+235+135=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 135 (53.12% from 255 or 21.67% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB87 is #021478. Grayscale: #E5E5E5. Windows color (decimal): -136313 or 8907773. OLE color: 8907773.
HSL color Cylindrical-coordinate representation of color #FDEB87: hue angle of 50.85º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDEB87 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 135 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.01 |
| HSL | 50.85º | 0.97% | 0.76% | - |
| HSV(B) | 50.85º | 0.47% | 0.99% | - |
| XYZ | 74.59 | 82.05 | 34.83 | - |
| YUV | 228.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 135 | 0 | 0.07 | 0.47 | 0.01 | 50.85 | 0.97 | 0.76 |
| Hex | FD | EB | 87 | 0 | 7 | 2F | 1 | 33 | 61 | 4C |
| Octal | 375 | 353 | 207 | 0 | 7 | 57 | 1 | 63 | 141 | 114 |
| Binary | 11111101 | 11101011 | 10000111 | 0 | 111 | 101111 | 1 | 110011 | 1100001 | 1001100 |
Color Harmonies of #FDEB87
Complementary color
Monochromatic Colors of #FDEB87
Black with #FDEB87
Text Example
Text Example
White with #FDEB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB87; }
p { color: rgb(253,235,135); }
H1.HeaderClassName
{
color: #FDEB87;
}
.AnyTagClassName
{
color: #FDEB87;
}
</style>
background-color css
<style>
a { background-color: #FDEB87; }
a { background-color: rgb(253,235,135); }
div.DivClassName
{
background-color: #FDEB87;
}
.BgClassName
{
background-color: #FDEB87;
}
</style>
border-color css
<style>
span { border-color: #FDEB87; }
span { border-color: rgb(253,235,135); }
td.TdClassName
{
border-color: #FDEB87;
}
.TagClassName
{
border-color: #FDEB87;
}
</style>