#FEF1B6

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

Shades of Banana Mania #FEF1B6

Tints of Banana Mania #FEF1B6

Color information

#FEF1B6 (or 0xFEF1B6) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and B6. RGB value is (254,241,182). Sum of RGB (Red+Green+Blue) = 254+241+182=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 182 (71.48% from 255 or 26.88% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1B6 is #010E49. Grayscale: #EEEEEE. Windows color (decimal): -69194 or 11989502. OLE color: 11989502.

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

Color convert

RGB254241182-
CMYK00.050.280.00
HSL49.17º97.3%85.49%-
HSV(B)49.17º28.35%99.61%-
XYZ80.7787.3656.86-
YUV238.1696.31139.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 182 (71.48% from 255) = 26.88%
R=37.52%
G=35.60%
B=26.88%

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
Decimal25424118200.050.280.0049.1797.385.49
HexFEF1B6051C0316155
Octal3763612660534061141125
Binary111111101111000110110110010111100011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1B6; }

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

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

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

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

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

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

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

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