#FAEA88

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

Shades of Khaki #FAEA88

Tints of Khaki #FAEA88

Color information

#FAEA88 (or 0xFAEA88) is unknown color: approx Khaki. HEX triplet: FA, EA and 88. RGB value is (250,234,136). Sum of RGB (Red+Green+Blue) = 250+234+136=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA88 is #051577. Grayscale: #E4E4E4. Windows color (decimal): -333176 or 8973050. OLE color: 8973050.

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

Color convert

RGB250234136-
CMYK00.060.460.02
HSL51.58º91.94%75.69%-
HSV(B)51.58º45.6%98.04%-
XYZ73.2980.9535.05-
YUV227.6176.3143.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 136 (53.52% from 255) = 21.94%
R=40.32%
G=37.74%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023413600.060.460.0251.5891.9475.69
HexFAEA88062E2345c4c
Octal3723522100656264134114
Binary11111010111010101000100001101011101011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA88; }

 p { color: rgb(250,234,136); }

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

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

 a { background-color: rgb(250,234,136); }

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

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

 span { border-color: rgb(250,234,136); }

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