#FEEEAA

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

Shades of Banana Mania #FEEEAA

Tints of Banana Mania #FEEEAA

Color information

#FEEEAA (or 0xFEEEAA) is unknown color: approx Banana Mania. HEX triplet: FE, EE and AA. RGB value is (254,238,170). Sum of RGB (Red+Green+Blue) = 254+238+170=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEAA is #011155. Grayscale: #EBEBEB. Windows color (decimal): -69974 or 11202302. OLE color: 11202302.

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

Color convert

RGB254238170-
CMYK00.060.330.00
HSL48.57º97.67%83.14%-
HSV(B)48.57º33.07%99.61%-
XYZ78.785.1250.31-
YUV235.0391.3141.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.37%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=38.37%
G=35.95%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423817000.060.330.0048.5797.6783.14
HexFEEEAA06210316253
Octal3763562520641061142123
Binary1111111011101110101010100110100001011000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEAA; }

 p { color: rgb(254,238,170); }

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

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

 a { background-color: rgb(254,238,170); }

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

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

 span { border-color: rgb(254,238,170); }

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