#FDE7AA

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

Shades of Banana Mania #FDE7AA

Tints of Banana Mania #FDE7AA

Color information

#FDE7AA (or 0xFDE7AA) is unknown color: approx Banana Mania. HEX triplet: FD, E7 and AA. RGB value is (253,231,170). Sum of RGB (Red+Green+Blue) = 253+231+170=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 170 (66.80% from 255 or 25.99% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE7AA is #021855. Grayscale: #E6E6E6. Windows color (decimal): -137302 or 11200509. OLE color: 11200509.

HSL color Cylindrical-coordinate representation of color #FDE7AA: hue angle of 44.1º 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 #FDE7AA is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB253231170-
CMYK00.090.330.01
HSL44.1º95.4%82.94%-
HSV(B)44.1º32.81%99.22%-
XYZ76.3480.9449.63-
YUV230.6293.79143.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 170 (66.80% from 255) = 25.99%
R=38.69%
G=35.32%
B=25.99%

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
Decimal25323117000.090.330.0144.195.482.94
HexFDE7AA092112c5f53
Octal37534725201141154137123
Binary11111101111001111010101001001100001110110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE7AA; }

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

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

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

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

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

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

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

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