#FEEFB7

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

Shades of Banana Mania #FEEFB7

Tints of Banana Mania #FEEFB7

Color information

#FEEFB7 (or 0xFEEFB7) is unknown color: approx Banana Mania. HEX triplet: FE, EF and B7. RGB value is (254,239,183). Sum of RGB (Red+Green+Blue) = 254+239+183=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 183 (71.88% from 255 or 27.07% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFB7 is #011048. Grayscale: #EDEDED. Windows color (decimal): -69705 or 12054526. OLE color: 12054526.

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

Color convert

RGB254239183-
CMYK00.060.280.00
HSL47.32º97.26%85.69%-
HSV(B)47.32º27.95%99.61%-
XYZ80.2986.2257.21-
YUV237.197.47140.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 183 (71.88% from 255) = 27.07%
R=37.57%
G=35.36%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423918300.060.280.0047.3297.2685.69
HexFEEFB7061C02f6156
Octal3763572670634057141126
Binary111111101110111110110111011011100010111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFB7; }

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

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

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

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

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

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

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

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