#FDE9AE

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

Shades of Banana Mania #FDE9AE

Tints of Banana Mania #FDE9AE

Color information

#FDE9AE (or 0xFDE9AE) is unknown color: approx Banana Mania. HEX triplet: FD, E9 and AE. RGB value is (253,233,174). Sum of RGB (Red+Green+Blue) = 253+233+174=660 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.33% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 174 (68.36% from 255 or 26.36% from 660); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9AE is #021651. Grayscale: #E8E8E8. Windows color (decimal): -136786 or 11463165. OLE color: 11463165.

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

Color convert

RGB253233174-
CMYK00.080.310.01
HSL44.81º95.18%83.73%-
HSV(B)44.81º31.23%99.22%-
XYZ77.2982.2251.84-
YUV232.2595.13142.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.33%
GREEN value IS 233 (91.41% from 255) = 35.30%
BLUE value IS 174 (68.36% from 255) = 26.36%
R=38.33%
G=35.30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323317400.080.310.0144.8195.1883.73
HexFDE9AE081F12d5f54
Octal37535125601037155137124
Binary1111110111101001101011100100011111110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9AE; }

 p { color: rgb(253,233,174); }

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

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

 a { background-color: rgb(253,233,174); }

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

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

 span { border-color: rgb(253,233,174); }

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