#FEF1AE

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

Shades of Banana Mania #FEF1AE

Tints of Banana Mania #FEF1AE

Color information

#FEF1AE (or 0xFEF1AE) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and AE. RGB value is (254,241,174). Sum of RGB (Red+Green+Blue) = 254+241+174=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1AE is #010E51. Grayscale: #EDEDED. Windows color (decimal): -69202 or 11465214. OLE color: 11465214.

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

Color convert

RGB254241174-
CMYK00.050.310.00
HSL50.25º97.56%83.92%-
HSV(B)50.25º31.5%99.61%-
XYZ79.9787.0452.63-
YUV237.2592.31139.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.97%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 26.01%
R=37.97%
G=36.02%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424117400.050.310.0050.2597.5683.92
HexFEF1AE051F0326254
Octal3763612560537062142124
Binary111111101111000110101110010111111011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1AE; }

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

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

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

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

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

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

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

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