#FAE887

Color #FAE887 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #FAE887

Tints of Khaki #FAE887

Color information

#FAE887 (or 0xFAE887) is unknown color: approx Khaki. HEX triplet: FA, E8 and 87. RGB value is (250,232,135). Sum of RGB (Red+Green+Blue) = 250+232+135=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 135 (53.12% from 255 or 21.88% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE887 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE887 is #051778. Grayscale: #E2E2E2. Windows color (decimal): -333689 or 8907002. OLE color: 8907002.

HSL color Cylindrical-coordinate representation of color #FAE887: hue angle of 50.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAE887 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250232135-
CMYK00.070.460.02
HSL50.61º92%75.49%-
HSV(B)50.61º46%98.04%-
XYZ72.6579.7934.49-
YUV226.3276.46144.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 135 (53.12% from 255) = 21.88%
R=40.52%
G=37.60%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023213500.070.460.0250.619275.49
HexFAE887072E2335c4b
Octal3723502070756263134113
Binary11111010111010001000011101111011101011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE887; }

 p { color: rgb(250,232,135); }

 H1.HeaderClassName
 {
   color: #FAE887;
 }
 .AnyTagClassName
 {
   color: #FAE887;
 }
</style>
background-color css

<style>
 a { background-color: #FAE887; }

 a { background-color: rgb(250,232,135); }

 div.DivClassName
 {
   background-color: #FAE887;
 }
 .BgClassName
 {
   background-color: #FAE887;
 }
</style>
border-color css

<style>
 span { border-color: #FAE887; }

 span { border-color: rgb(250,232,135); }

 td.TdClassName
 {
   border-color: #FAE887;
 }
 .TagClassName
 {
   border-color: #FAE887;
 }
</style>