#FDECB6

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

Shades of Banana Mania #FDECB6

Tints of Banana Mania #FDECB6

Color information

#FDECB6 (or 0xFDECB6) is unknown color: approx Banana Mania. HEX triplet: FD, EC and B6. RGB value is (253,236,182). Sum of RGB (Red+Green+Blue) = 253+236+182=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECB6 is #021349. Grayscale: #EBEBEB. Windows color (decimal): -136010 or 11988221. OLE color: 11988221.

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

Color convert

RGB253236182-
CMYK00.070.280.01
HSL45.63º94.67%85.29%-
HSV(B)45.63º28.06%99.22%-
XYZ78.9584.2556.36-
YUV234.9398.13140.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=37.70%
G=35.17%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323618200.070.280.0145.6394.6785.29
HexFDECB6071C12e5f55
Octal3753542660734156137125
Binary111111011110110010110110011111100110111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECB6; }

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

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

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

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

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

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

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

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