#FAEE87

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

Shades of Khaki #FAEE87

Tints of Khaki #FAEE87

Color information

#FAEE87 (or 0xFAEE87) is unknown color: approx Khaki. HEX triplet: FA, EE and 87. RGB value is (250,238,135). Sum of RGB (Red+Green+Blue) = 250+238+135=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 135 (53.12% from 255 or 21.67% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEE87 is #051178. Grayscale: #E6E6E6. Windows color (decimal): -332153 or 8908538. OLE color: 8908538.

HSL color Cylindrical-coordinate representation of color #FAEE87: hue angle of 53.74º 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 #FAEE87 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250238135-
CMYK00.050.460.02
HSL53.74º92%75.49%-
HSV(B)53.74º46%98.04%-
XYZ74.3783.2235.07-
YUV229.8574.48142.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 135 (53.12% from 255) = 21.67%
R=40.13%
G=38.20%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023813500.050.460.0253.749275.49
HexFAEE87052E2365c4b
Octal3723562070556266134113
Binary11111010111011101000011101011011101011011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEE87; }

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

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

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

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

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

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

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

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