#FEEFB1

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

Shades of Banana Mania #FEEFB1

Tints of Banana Mania #FEEFB1

Color information

#FEEFB1 (or 0xFEEFB1) is unknown color: approx Banana Mania. HEX triplet: FE, EF and B1. RGB value is (254,239,177). Sum of RGB (Red+Green+Blue) = 254+239+177=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 177 (69.53% from 255 or 26.42% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFB1 is #01104E. Grayscale: #ECECEC. Windows color (decimal): -69711 or 11661310. OLE color: 11661310.

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

Color convert

RGB254239177-
CMYK00.060.300.00
HSL48.31º97.47%84.51%-
HSV(B)48.31º30.31%99.61%-
XYZ79.6885.9853.99-
YUV236.4294.47140.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.91%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 177 (69.53% from 255) = 26.42%
R=37.91%
G=35.67%
B=26.42%

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
Decimal25423917700.060.300.0048.3197.4784.51
HexFEEFB1061E0306155
Octal3763572610636060141125
Binary111111101110111110110001011011110011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFB1; }

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

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

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

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

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

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

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

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