#FDEC88

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

Shades of Khaki #FDEC88

Tints of Khaki #FDEC88

Color information

#FDEC88 (or 0xFDEC88) is unknown color: approx Khaki. HEX triplet: FD, EC and 88. RGB value is (253,236,136). Sum of RGB (Red+Green+Blue) = 253+236+136=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 136 (53.52% from 255 or 21.76% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC88 is #021377. Grayscale: #E6E6E6. Windows color (decimal): -136056 or 8973565. OLE color: 8973565.

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

Color convert

RGB253236136-
CMYK00.070.460.01
HSL51.28º96.69%76.27%-
HSV(B)51.28º46.25%99.22%-
XYZ74.9582.6535.3-
YUV229.6875.13144.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 136 (53.52% from 255) = 21.76%
R=40.48%
G=37.76%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323613600.070.460.0151.2896.6976.27
HexFDEC88072E133614c
Octal3753542100756163141114
Binary1111110111101100100010000111101110111001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC88; }

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

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

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

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

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

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

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

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