#FEF0B7

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

Shades of Banana Mania #FEF0B7

Tints of Banana Mania #FEF0B7

Color information

#FEF0B7 (or 0xFEF0B7) is unknown color: approx Banana Mania. HEX triplet: FE, F0 and B7. RGB value is (254,240,183). Sum of RGB (Red+Green+Blue) = 254+240+183=677 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.52% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 183 (71.88% from 255 or 27.03% from 677); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0B7 is #010F48. Grayscale: #EDEDED. Windows color (decimal): -69449 or 12054782. OLE color: 12054782.

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

Color convert

RGB254240183-
CMYK00.060.280.00
HSL48.17º97.26%85.69%-
HSV(B)48.17º27.95%99.61%-
XYZ80.5886.8157.31-
YUV237.6997.14139.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.52%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 183 (71.88% from 255) = 27.03%
R=37.52%
G=35.45%
B=27.03%

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
Decimal25424018300.060.280.0048.1797.2685.69
HexFEF0B7061C0306156
Octal3763602670634060141126
Binary111111101111000010110111011011100011000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0B7; }

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

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

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

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

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

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

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

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