#FEEBB5

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

Shades of Banana Mania #FEEBB5

Tints of Banana Mania #FEEBB5

Color information

#FEEBB5 (or 0xFEEBB5) is unknown color: approx Banana Mania. HEX triplet: FE, EB and B5. RGB value is (254,235,181). Sum of RGB (Red+Green+Blue) = 254+235+181=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 181 (71.09% from 255 or 27.01% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEBB5 is #01144A. Grayscale: #EAEAEA. Windows color (decimal): -70731 or 11922430. OLE color: 11922430.

HSL color Cylindrical-coordinate representation of color #FEEBB5: hue angle of 44.38º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEEBB5 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254235181-
CMYK00.070.290.00
HSL44.38º97.33%85.29%-
HSV(B)44.38º28.74%99.61%-
XYZ78.9283.8255.74-
YUV234.5297.79141.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 181 (71.09% from 255) = 27.01%
R=37.91%
G=35.07%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423518100.070.290.0044.3897.3385.29
HexFEEBB5071D02c6155
Octal3763532650735054141125
Binary111111101110101110110101011111101010110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEBB5; }

 p { color: rgb(254,235,181); }

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

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

 a { background-color: rgb(254,235,181); }

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

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

 span { border-color: rgb(254,235,181); }

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