#FDE4AE

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

Shades of Banana Mania #FDE4AE

Tints of Banana Mania #FDE4AE

Color information

#FDE4AE (or 0xFDE4AE) is unknown color: approx Banana Mania. HEX triplet: FD, E4 and AE. RGB value is (253,228,174). Sum of RGB (Red+Green+Blue) = 253+228+174=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 228 (89.45% from 255 or 34.81% from 655); Blue value is 174 (68.36% from 255 or 26.56% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE4AE is #021B51. Grayscale: #E5E5E5. Windows color (decimal): -138066 or 11461885. OLE color: 11461885.

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

Color convert

RGB253228174-
CMYK00.100.310.01
HSL41.01º95.18%83.73%-
HSV(B)41.01º31.23%99.22%-
XYZ75.8979.4351.38-
YUV229.3296.78144.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 228 (89.45% from 255) = 34.81%
BLUE value IS 174 (68.36% from 255) = 26.56%
R=38.63%
G=34.81%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322817400.100.310.0141.0195.1883.73
HexFDE4AE0A1F1295f54
Octal37534425601237151137124
Binary1111110111100100101011100101011111110100110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE4AE; }

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

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

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

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

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

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

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

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