#FDECB9

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

Shades of Banana Mania #FDECB9

Tints of Banana Mania #FDECB9

Color information

#FDECB9 (or 0xFDECB9) is unknown color: approx Banana Mania. HEX triplet: FD, EC and B9. RGB value is (253,236,185). Sum of RGB (Red+Green+Blue) = 253+236+185=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 185 (72.66% from 255 or 27.45% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECB9 is #021346. Grayscale: #EBEBEB. Windows color (decimal): -136007 or 12184829. OLE color: 12184829.

HSL color Cylindrical-coordinate representation of color #FDECB9: hue angle of 45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDECB9 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB253236185-
CMYK00.070.270.01
HSL45º94.44%85.88%-
HSV(B)45º26.88%99.22%-
XYZ79.2684.3858.01-
YUV235.2799.63140.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.54%
GREEN value IS 236 (92.58% from 255) = 35.01%
BLUE value IS 185 (72.66% from 255) = 27.45%
R=37.54%
G=35.01%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323618500.070.270.014594.4485.88
HexFDECB9071B12d5e56
Octal3753542710733155136126
Binary111111011110110010111001011111011110110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECB9; }

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

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

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

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

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

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

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

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