#FEF0B1

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

Shades of Banana Mania #FEF0B1

Tints of Banana Mania #FEF0B1

Color information

#FEF0B1 (or 0xFEF0B1) is unknown color: approx Banana Mania. HEX triplet: FE, F0 and B1. RGB value is (254,240,177). Sum of RGB (Red+Green+Blue) = 254+240+177=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 177 (69.53% from 255 or 26.38% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0B1 is #010F4E. Grayscale: #EDEDED. Windows color (decimal): -69455 or 11661566. OLE color: 11661566.

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

Color convert

RGB254240177-
CMYK00.060.300.00
HSL49.09º97.47%84.51%-
HSV(B)49.09º30.31%99.61%-
XYZ79.9786.5754.09-
YUV23794.14140.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 177 (69.53% from 255) = 26.38%
R=37.85%
G=35.77%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424017700.060.300.0049.0997.4784.51
HexFEF0B1061E0316155
Octal3763602610636061141125
Binary111111101111000010110001011011110011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0B1; }

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

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

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

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

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

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

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

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