#FDECB4

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

Shades of Banana Mania #FDECB4

Tints of Banana Mania #FDECB4

Color information

#FDECB4 (or 0xFDECB4) is unknown color: approx Banana Mania. HEX triplet: FD, EC and B4. RGB value is (253,236,180). Sum of RGB (Red+Green+Blue) = 253+236+180=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 180 (70.70% from 255 or 26.91% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECB4 is #02134B. Grayscale: #EAEAEA. Windows color (decimal): -136012 or 11857149. OLE color: 11857149.

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

Color convert

RGB253236180-
CMYK00.070.290.01
HSL46.03º94.81%84.9%-
HSV(B)46.03º28.85%99.22%-
XYZ78.7484.1755.28-
YUV234.797.13141.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.82%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 180 (70.70% from 255) = 26.91%
R=37.82%
G=35.28%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323618000.070.290.0146.0394.8184.9
HexFDECB4071D12e5f55
Octal3753542640735156137125
Binary111111011110110010110100011111101110111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECB4; }

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

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

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

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

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

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

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

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