#FEF2B5

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

Shades of Banana Mania #FEF2B5

Tints of Banana Mania #FEF2B5

Color information

#FEF2B5 (or 0xFEF2B5) is unknown color: approx Banana Mania. HEX triplet: FE, F2 and B5. RGB value is (254,242,181). Sum of RGB (Red+Green+Blue) = 254+242+181=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 181 (71.09% from 255 or 26.74% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2B5 is #010D4A. Grayscale: #EEEEEE. Windows color (decimal): -68939 or 11924222. OLE color: 11924222.

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

Color convert

RGB254242181-
CMYK00.050.290.00
HSL50.14º97.33%85.29%-
HSV(B)50.14º28.74%99.61%-
XYZ80.9787.9156.42-
YUV238.6395.48138.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 181 (71.09% from 255) = 26.74%
R=37.52%
G=35.75%
B=26.74%

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
Decimal25424218100.050.290.0050.1497.3385.29
HexFEF2B5051D0326155
Octal3763622650535062141125
Binary111111101111001010110101010111101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF2B5; }

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

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

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

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

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

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

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

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