#FEF0B6

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

Shades of Banana Mania #FEF0B6

Tints of Banana Mania #FEF0B6

Color information

#FEF0B6 (or 0xFEF0B6) is unknown color: approx Banana Mania. HEX triplet: FE, F0 and B6. RGB value is (254,240,182). Sum of RGB (Red+Green+Blue) = 254+240+182=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 182 (71.48% from 255 or 26.92% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0B6 is #010F49. Grayscale: #EDEDED. Windows color (decimal): -69450 or 11989246. OLE color: 11989246.

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

Color convert

RGB254240182-
CMYK00.060.280.00
HSL48.33º97.3%85.49%-
HSV(B)48.33º28.35%99.61%-
XYZ80.4886.7756.76-
YUV237.5796.64139.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 182 (71.48% from 255) = 26.92%
R=37.57%
G=35.50%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424018200.060.280.0048.3397.385.49
HexFEF0B6061C0306155
Octal3763602660634060141125
Binary111111101111000010110110011011100011000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0B6; }

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

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

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

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

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

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

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

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