#FAED88

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

Shades of Khaki #FAED88

Tints of Khaki #FAED88

Color information

#FAED88 (or 0xFAED88) is unknown color: approx Khaki. HEX triplet: FA, ED and 88. RGB value is (250,237,136). Sum of RGB (Red+Green+Blue) = 250+237+136=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 136 (53.52% from 255 or 21.83% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED88 is #051277. Grayscale: #E5E5E5. Windows color (decimal): -332408 or 8973818. OLE color: 8973818.

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

Color convert

RGB250237136-
CMYK00.050.460.02
HSL53.16º91.94%75.69%-
HSV(B)53.16º45.6%98.04%-
XYZ74.1582.6735.34-
YUV229.3775.31142.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 136 (53.52% from 255) = 21.83%
R=40.13%
G=38.04%
B=21.83%

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
Decimal25023713600.050.460.0253.1691.9475.69
HexFAED88052E2355c4c
Octal3723552100556265134114
Binary11111010111011011000100001011011101011010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED88; }

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

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

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

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

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

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

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

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