Shades of Khaki #FAEC8B
Tints of Khaki #FAEC8B
RGB
CMYK
RGB Variations
Color information
#FAEC8B (or 0xFAEC8B) is known color: Khaki. HEX triplet: FA, EC and 8B. RGB value is (250,236,139). Sum of RGB (Red+Green+Blue) = 250+236+139=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8B is #051374. Grayscale: #E5E5E5. Windows color (decimal): -332661 or 9170170. OLE color: 9170170.
HSL color Cylindrical-coordinate representation of color #FAEC8B: hue angle of 52.43º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAEC8B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 139 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.02 |
| HSL | 52.43º | 0.92% | 0.76% | - |
| HSV(B) | 52.43º | 0.44% | 0.98% | - |
| XYZ | 74.08 | 82.18 | 36.38 | - |
| YUV | 229.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 139 | 0 | 0.06 | 0.44 | 0.02 | 52.43 | 0.92 | 0.76 |
| Hex | FA | EC | 8B | 0 | 6 | 2C | 2 | 34 | 5C | 4C |
| Octal | 372 | 354 | 213 | 0 | 6 | 54 | 2 | 64 | 134 | 114 |
| Binary | 11111010 | 11101100 | 10001011 | 0 | 110 | 101100 | 10 | 110100 | 1011100 | 1001100 |
Color Harmonies of #FAEC8B
Complementary color
Monochromatic Colors of #FAEC8B
Black with #FAEC8B
Text Example
Text Example
White with #FAEC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC8B; }
p { color: rgb(250,236,139); }
H1.HeaderClassName
{
color: #FAEC8B;
}
.AnyTagClassName
{
color: #FAEC8B;
}
</style>
background-color css
<style>
a { background-color: #FAEC8B; }
a { background-color: rgb(250,236,139); }
div.DivClassName
{
background-color: #FAEC8B;
}
.BgClassName
{
background-color: #FAEC8B;
}
</style>
border-color css
<style>
span { border-color: #FAEC8B; }
span { border-color: rgb(250,236,139); }
td.TdClassName
{
border-color: #FAEC8B;
}
.TagClassName
{
border-color: #FAEC8B;
}
</style>