#FDECAC

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

Shades of Banana Mania #FDECAC

Tints of Banana Mania #FDECAC

Color information

#FDECAC (or 0xFDECAC) is unknown color: approx Banana Mania. HEX triplet: FD, EC and AC. RGB value is (253,236,172). Sum of RGB (Red+Green+Blue) = 253+236+172=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDECAC is #021353. Grayscale: #EAEAEA. Windows color (decimal): -136020 or 11332861. OLE color: 11332861.

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

Color convert

RGB253236172-
CMYK00.070.320.01
HSL47.41º95.29%83.33%-
HSV(B)47.41º32.02%99.22%-
XYZ77.9583.8551.11-
YUV233.7993.13141.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 26.02%
R=38.28%
G=35.70%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323617200.070.320.0147.4195.2983.33
HexFDECAC072012f5f53
Octal3753542540740157137123
Binary1111110111101100101011000111100000110111110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDECAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDECAC; }

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

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

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

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

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

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

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

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