#FDE6AA

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

Shades of Banana Mania #FDE6AA

Tints of Banana Mania #FDE6AA

Color information

#FDE6AA (or 0xFDE6AA) is unknown color: approx Banana Mania. HEX triplet: FD, E6 and AA. RGB value is (253,230,170). Sum of RGB (Red+Green+Blue) = 253+230+170=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 170 (66.80% from 255 or 26.03% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6AA is #021955. Grayscale: #E6E6E6. Windows color (decimal): -137558 or 11200253. OLE color: 11200253.

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

Color convert

RGB253230170-
CMYK00.090.330.01
HSL43.37º95.4%82.94%-
HSV(B)43.37º32.81%99.22%-
XYZ76.0680.3849.54-
YUV230.0494.12144.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 230 (90.23% from 255) = 35.22%
BLUE value IS 170 (66.80% from 255) = 26.03%
R=38.74%
G=35.22%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323017000.090.330.0143.3795.482.94
HexFDE6AA092112b5f53
Octal37534625201141153137123
Binary11111101111001101010101001001100001110101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6AA; }

 p { color: rgb(253,230,170); }

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

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

 a { background-color: rgb(253,230,170); }

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

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

 span { border-color: rgb(253,230,170); }

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