#FEEAAC

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

Shades of Banana Mania #FEEAAC

Tints of Banana Mania #FEEAAC

Color information

#FEEAAC (or 0xFEEAAC) is unknown color: approx Banana Mania. HEX triplet: FE, EA and AC. RGB value is (254,234,172). Sum of RGB (Red+Green+Blue) = 254+234+172=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 172 (67.58% from 255 or 26.06% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEAAC is #011553. Grayscale: #E9E9E9. Windows color (decimal): -70996 or 11332350. OLE color: 11332350.

HSL color Cylindrical-coordinate representation of color #FEEAAC: hue angle of 45.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEEAAC is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB254234172-
CMYK00.080.320.00
HSL45.37º97.62%83.53%-
HSV(B)45.37º32.28%99.61%-
XYZ77.7482.950.93-
YUV232.9193.63143.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 234 (91.80% from 255) = 35.45%
BLUE value IS 172 (67.58% from 255) = 26.06%
R=38.48%
G=35.45%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423417200.080.320.0045.3797.6283.53
HexFEEAAC082002d6254
Octal37635225401040055142124
Binary11111110111010101010110001000100000010110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAAC; }

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

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

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

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

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

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

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

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