#FEEEAF

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

Shades of Banana Mania #FEEEAF

Tints of Banana Mania #FEEEAF

Color information

#FEEEAF (or 0xFEEEAF) is unknown color: approx Banana Mania. HEX triplet: FE, EE and AF. RGB value is (254,238,175). Sum of RGB (Red+Green+Blue) = 254+238+175=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 175 (68.75% from 255 or 26.24% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEEAF is #011150. Grayscale: #EBEBEB. Windows color (decimal): -69969 or 11529982. OLE color: 11529982.

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

Color convert

RGB254238175-
CMYK00.060.310.00
HSL47.85º97.53%84.12%-
HSV(B)47.85º31.1%99.61%-
XYZ79.1985.3252.85-
YUV235.693.8141.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.08%
GREEN value IS 238 (93.36% from 255) = 35.68%
BLUE value IS 175 (68.75% from 255) = 26.24%
R=38.08%
G=35.68%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423817500.060.310.0047.8597.5384.12
HexFEEEAF061F0306254
Octal3763562570637060142124
Binary111111101110111010101111011011111011000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEEAF; }

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

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

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

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

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

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

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

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