#FEECB2

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

Shades of Banana Mania #FEECB2

Tints of Banana Mania #FEECB2

Color information

#FEECB2 (or 0xFEECB2) is unknown color: approx Banana Mania. HEX triplet: FE, EC and B2. RGB value is (254,236,178). Sum of RGB (Red+Green+Blue) = 254+236+178=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 236 (92.58% from 255 or 35.33% from 668); Blue value is 178 (69.92% from 255 or 26.65% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEECB2 is #01134D. Grayscale: #EBEBEB. Windows color (decimal): -70478 or 11726078. OLE color: 11726078.

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

Color convert

RGB254236178-
CMYK00.070.300.00
HSL45.79º97.44%84.71%-
HSV(B)45.79º29.92%99.61%-
XYZ78.984.2854.23-
YUV234.7795.96141.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 236 (92.58% from 255) = 35.33%
BLUE value IS 178 (69.92% from 255) = 26.65%
R=38.02%
G=35.33%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423617800.070.300.0045.7997.4484.71
HexFEECB2071E02e6155
Octal3763542620736056141125
Binary111111101110110010110010011111110010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEECB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEECB2; }

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

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

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

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

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

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

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

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