#FDEAAC

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

Shades of Banana Mania #FDEAAC

Tints of Banana Mania #FDEAAC

Color information

#FDEAAC (or 0xFDEAAC) is unknown color: approx Banana Mania. HEX triplet: FD, EA and AC. RGB value is (253,234,172). Sum of RGB (Red+Green+Blue) = 253+234+172=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAAC is #021553. Grayscale: #E8E8E8. Windows color (decimal): -136532 or 11332349. OLE color: 11332349.

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

Color convert

RGB253234172-
CMYK00.080.320.01
HSL45.93º95.29%83.33%-
HSV(B)45.93º32.02%99.22%-
XYZ77.3882.7150.92-
YUV232.6193.79142.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 172 (67.58% from 255) = 26.10%
R=38.39%
G=35.51%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323417200.080.320.0145.9395.2983.33
HexFDEAAC082012e5f53
Octal37535225401040156137123
Binary11111101111010101010110001000100000110111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAAC; }

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

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

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

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

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

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

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

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