#FEEFB2

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

Shades of Banana Mania #FEEFB2

Tints of Banana Mania #FEEFB2

Color information

#FEEFB2 (or 0xFEEFB2) is unknown color: approx Banana Mania. HEX triplet: FE, EF and B2. RGB value is (254,239,178). Sum of RGB (Red+Green+Blue) = 254+239+178=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 178 (69.92% from 255 or 26.53% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFB2 is #01104D. Grayscale: #ECECEC. Windows color (decimal): -69710 or 11726846. OLE color: 11726846.

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

Color convert

RGB254239178-
CMYK00.060.300.00
HSL48.16º97.44%84.71%-
HSV(B)48.16º29.92%99.61%-
XYZ79.7886.0254.52-
YUV236.5394.97140.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 178 (69.92% from 255) = 26.53%
R=37.85%
G=35.62%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423917800.060.300.0048.1697.4484.71
HexFEEFB2061E0306155
Octal3763572620636060141125
Binary111111101110111110110010011011110011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFB2; }

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

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

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

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

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

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

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

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