#FEF1B5

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

Shades of Banana Mania #FEF1B5

Tints of Banana Mania #FEF1B5

Color information

#FEF1B5 (or 0xFEF1B5) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and B5. RGB value is (254,241,181). Sum of RGB (Red+Green+Blue) = 254+241+181=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 181 (71.09% from 255 or 26.78% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF1B5 is #010E4A. Grayscale: #EEEEEE. Windows color (decimal): -69195 or 11923966. OLE color: 11923966.

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

Color convert

RGB254241181-
CMYK00.050.290.00
HSL49.32º97.33%85.29%-
HSV(B)49.32º28.74%99.61%-
XYZ80.6787.3256.32-
YUV238.0595.81139.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 181 (71.09% from 255) = 26.78%
R=37.57%
G=35.65%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424118100.050.290.0049.3297.3385.29
HexFEF1B5051D0316155
Octal3763612650535061141125
Binary111111101111000110110101010111101011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1B5; }

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

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

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

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

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

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

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

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