#FEEFB0

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

Shades of Banana Mania #FEEFB0

Tints of Banana Mania #FEEFB0

Color information

#FEEFB0 (or 0xFEEFB0) is unknown color: approx Banana Mania. HEX triplet: FE, EF and B0. RGB value is (254,239,176). Sum of RGB (Red+Green+Blue) = 254+239+176=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEEFB0 is #01104F. Grayscale: #ECECEC. Windows color (decimal): -69712 or 11595774. OLE color: 11595774.

HSL color Cylindrical-coordinate representation of color #FEEFB0: hue angle of 48.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEEFB0 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB254239176-
CMYK00.060.310.00
HSL48.46º97.5%84.31%-
HSV(B)48.46º30.71%99.61%-
XYZ79.5885.9453.47-
YUV236.393.97140.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 176 (69.14% from 255) = 26.31%
R=37.97%
G=35.72%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423917600.060.310.0048.4697.584.31
HexFEEFB0061F0306254
Octal3763572600637060142124
Binary111111101110111110110000011011111011000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFB0; }

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

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

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

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

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

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

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

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