#FEECB4

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

Shades of Banana Mania #FEECB4

Tints of Banana Mania #FEECB4

Color information

#FEECB4 (or 0xFEECB4) is unknown color: approx Banana Mania. HEX triplet: FE, EC and B4. RGB value is (254,236,180). Sum of RGB (Red+Green+Blue) = 254+236+180=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 180 (70.70% from 255 or 26.87% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEECB4 is #01134B. Grayscale: #EBEBEB. Windows color (decimal): -70476 or 11857150. OLE color: 11857150.

HSL color Cylindrical-coordinate representation of color #FEECB4: hue angle of 45.41º 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 #FEECB4 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB254236180-
CMYK00.070.290.00
HSL45.41º97.37%85.1%-
HSV(B)45.41º29.13%99.61%-
XYZ79.1184.3655.29-
YUV23596.96141.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 236 (92.58% from 255) = 35.22%
BLUE value IS 180 (70.70% from 255) = 26.87%
R=37.91%
G=35.22%
B=26.87%

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
Decimal25423618000.070.290.0045.4197.3785.1
HexFEECB4071D02d6155
Octal3763542640735055141125
Binary111111101110110010110100011111101010110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECB4; }

 p { color: rgb(254,236,180); }

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

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

 a { background-color: rgb(254,236,180); }

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

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

 span { border-color: rgb(254,236,180); }

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