Shades of Khaki #FBEA8A
Tints of Khaki #FBEA8A
RGB
CMYK
RGB Variations
Color information
#FBEA8A (or 0xFBEA8A) is known color: Khaki. HEX triplet: FB, EA and 8A. RGB value is (251,234,138). Sum of RGB (Red+Green+Blue) = 251+234+138=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 138 (54.30% from 255 or 22.15% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBEA8A is #041575. Grayscale: #E4E4E4. Windows color (decimal): -267638 or 9104123. OLE color: 9104123.
HSL color Cylindrical-coordinate representation of color #FBEA8A: hue angle of 50.97º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBEA8A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 234 | 138 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.02 |
| HSL | 50.97º | 0.93% | 0.76% | - |
| HSV(B) | 50.97º | 0.45% | 0.98% | - |
| XYZ | 73.79 | 81.19 | 35.83 | - |
| YUV | 228.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 234 | 138 | 0 | 0.07 | 0.45 | 0.02 | 50.97 | 0.93 | 0.76 |
| Hex | FB | EA | 8A | 0 | 7 | 2D | 2 | 33 | 5D | 4C |
| Octal | 373 | 352 | 212 | 0 | 7 | 55 | 2 | 63 | 135 | 114 |
| Binary | 11111011 | 11101010 | 10001010 | 0 | 111 | 101101 | 10 | 110011 | 1011101 | 1001100 |
Color Harmonies of #FBEA8A
Complementary color
Monochromatic Colors of #FBEA8A
Black with #FBEA8A
Text Example
Text Example
White with #FBEA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEA8A; }
p { color: rgb(251,234,138); }
H1.HeaderClassName
{
color: #FBEA8A;
}
.AnyTagClassName
{
color: #FBEA8A;
}
</style>
background-color css
<style>
a { background-color: #FBEA8A; }
a { background-color: rgb(251,234,138); }
div.DivClassName
{
background-color: #FBEA8A;
}
.BgClassName
{
background-color: #FBEA8A;
}
</style>
border-color css
<style>
span { border-color: #FBEA8A; }
span { border-color: rgb(251,234,138); }
td.TdClassName
{
border-color: #FBEA8A;
}
.TagClassName
{
border-color: #FBEA8A;
}
</style>