#FEF1B7

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

Shades of Banana Mania #FEF1B7

Tints of Banana Mania #FEF1B7

Color information

#FEF1B7 (or 0xFEF1B7) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and B7. RGB value is (254,241,183). Sum of RGB (Red+Green+Blue) = 254+241+183=678 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.46% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 183 (71.88% from 255 or 26.99% from 678); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1B7 is #010E48. Grayscale: #EEEEEE. Windows color (decimal): -69193 or 12055038. OLE color: 12055038.

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

Color convert

RGB254241183-
CMYK00.050.280.00
HSL49.01º97.26%85.69%-
HSV(B)49.01º27.95%99.61%-
XYZ80.8887.457.41-
YUV238.2796.81139.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.46%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 183 (71.88% from 255) = 26.99%
R=37.46%
G=35.55%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424118300.050.280.0049.0197.2685.69
HexFEF1B7051C0316156
Octal3763612670534061141126
Binary111111101111000110110111010111100011000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1B7; }

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

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

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

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

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

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

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

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