#FDE888

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

Shades of Khaki #FDE888

Tints of Khaki #FDE888

Color information

#FDE888 (or 0xFDE888) is unknown color: approx Khaki. HEX triplet: FD, E8 and 88. RGB value is (253,232,136). Sum of RGB (Red+Green+Blue) = 253+232+136=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 136 (53.52% from 255 or 21.90% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE888 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE888 is #021777. Grayscale: #E3E3E3. Windows color (decimal): -137080 or 8972541. OLE color: 8972541.

HSL color Cylindrical-coordinate representation of color #FDE888: hue angle of 49.23º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDE888 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253232136-
CMYK00.080.460.01
HSL49.23º96.69%76.27%-
HSV(B)49.23º46.25%99.22%-
XYZ73.8180.3734.92-
YUV227.3376.46146.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 136 (53.52% from 255) = 21.90%
R=40.74%
G=37.36%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323213600.080.460.0149.2396.6976.27
HexFDE888082E131614c
Octal37535021001056161141114
Binary11111101111010001000100001000101110111000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE888; }

 p { color: rgb(253,232,136); }

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

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

 a { background-color: rgb(253,232,136); }

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

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

 span { border-color: rgb(253,232,136); }

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