Shades of Khaki #FDEB83
Tints of Khaki #FDEB83
RGB
CMYK
RGB Variations
Color information
#FDEB83 (or 0xFDEB83) is known color: Khaki. HEX triplet: FD, EB and 83. RGB value is (253,235,131). Sum of RGB (Red+Green+Blue) = 253+235+131=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 131 (51.56% from 255 or 21.16% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB83 is #02147C. Grayscale: #E4E4E4. Windows color (decimal): -136317 or 8645629. OLE color: 8645629.
HSL color Cylindrical-coordinate representation of color #FDEB83: hue angle of 51.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDEB83 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 131 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.01 |
| HSL | 51.15º | 0.97% | 0.75% | - |
| HSV(B) | 51.15º | 0.48% | 0.99% | - |
| XYZ | 74.31 | 81.94 | 33.37 | - |
| YUV | 228.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 131 | 0 | 0.07 | 0.48 | 0.01 | 51.15 | 0.97 | 0.75 |
| Hex | FD | EB | 83 | 0 | 7 | 30 | 1 | 33 | 61 | 4B |
| Octal | 375 | 353 | 203 | 0 | 7 | 60 | 1 | 63 | 141 | 113 |
| Binary | 11111101 | 11101011 | 10000011 | 0 | 111 | 110000 | 1 | 110011 | 1100001 | 1001011 |
Color Harmonies of #FDEB83
Complementary color
Monochromatic Colors of #FDEB83
Black with #FDEB83
Text Example
Text Example
White with #FDEB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB83; }
p { color: rgb(253,235,131); }
H1.HeaderClassName
{
color: #FDEB83;
}
.AnyTagClassName
{
color: #FDEB83;
}
</style>
background-color css
<style>
a { background-color: #FDEB83; }
a { background-color: rgb(253,235,131); }
div.DivClassName
{
background-color: #FDEB83;
}
.BgClassName
{
background-color: #FDEB83;
}
</style>
border-color css
<style>
span { border-color: #FDEB83; }
span { border-color: rgb(253,235,131); }
td.TdClassName
{
border-color: #FDEB83;
}
.TagClassName
{
border-color: #FDEB83;
}
</style>