#FDEAAA

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

Shades of Banana Mania #FDEAAA

Tints of Banana Mania #FDEAAA

Color information

#FDEAAA (or 0xFDEAAA) is unknown color: approx Banana Mania. HEX triplet: FD, EA and AA. RGB value is (253,234,170). Sum of RGB (Red+Green+Blue) = 253+234+170=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 170 (66.80% from 255 or 25.88% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAA is #021555. Grayscale: #E8E8E8. Windows color (decimal): -136534 or 11201277. OLE color: 11201277.

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

Color convert

RGB253234170-
CMYK00.080.330.01
HSL46.27º95.4%82.94%-
HSV(B)46.27º32.81%99.22%-
XYZ77.1982.6349.91-
YUV232.3892.79142.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 234 (91.80% from 255) = 35.62%
BLUE value IS 170 (66.80% from 255) = 25.88%
R=38.51%
G=35.62%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323417000.080.330.0146.2795.482.94
HexFDEAAA082112e5f53
Octal37535225201041156137123
Binary11111101111010101010101001000100001110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAAA; }

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

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

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

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

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

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

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

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