Shades of Khaki #FAEE85
Tints of Khaki #FAEE85
RGB
CMYK
RGB Variations
Color information
#FAEE85 (or 0xFAEE85) is known color: Khaki. HEX triplet: FA, EE and 85. RGB value is (250,238,133). Sum of RGB (Red+Green+Blue) = 250+238+133=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE85 is #05117A. Grayscale: #E6E6E6. Windows color (decimal): -332155 or 8777466. OLE color: 8777466.
HSL color Cylindrical-coordinate representation of color #FAEE85: hue angle of 53.85º degrees, saturation: 0.92, 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 #FAEE85 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 238 | 133 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.02 |
| HSL | 53.85º | 0.92% | 0.75% | - |
| HSV(B) | 53.85º | 0.47% | 0.98% | - |
| XYZ | 74.23 | 83.17 | 34.33 | - |
| YUV | 229.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 238 | 133 | 0 | 0.05 | 0.47 | 0.02 | 53.85 | 0.92 | 0.75 |
| Hex | FA | EE | 85 | 0 | 5 | 2F | 2 | 36 | 5C | 4B |
| Octal | 372 | 356 | 205 | 0 | 5 | 57 | 2 | 66 | 134 | 113 |
| Binary | 11111010 | 11101110 | 10000101 | 0 | 101 | 101111 | 10 | 110110 | 1011100 | 1001011 |
Color Harmonies of #FAEE85
Complementary color
Monochromatic Colors of #FAEE85
Black with #FAEE85
Text Example
Text Example
White with #FAEE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEE85; }
p { color: rgb(250,238,133); }
H1.HeaderClassName
{
color: #FAEE85;
}
.AnyTagClassName
{
color: #FAEE85;
}
</style>
background-color css
<style>
a { background-color: #FAEE85; }
a { background-color: rgb(250,238,133); }
div.DivClassName
{
background-color: #FAEE85;
}
.BgClassName
{
background-color: #FAEE85;
}
</style>
border-color css
<style>
span { border-color: #FAEE85; }
span { border-color: rgb(250,238,133); }
td.TdClassName
{
border-color: #FAEE85;
}
.TagClassName
{
border-color: #FAEE85;
}
</style>