#FEF1B0

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

Shades of Banana Mania #FEF1B0

Tints of Banana Mania #FEF1B0

Color information

#FEF1B0 (or 0xFEF1B0) is unknown color: approx Banana Mania. HEX triplet: FE, F1 and B0. RGB value is (254,241,176). Sum of RGB (Red+Green+Blue) = 254+241+176=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 176 (69.14% from 255 or 26.23% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF1B0 is #010E4F. Grayscale: #EDEDED. Windows color (decimal): -69200 or 11596286. OLE color: 11596286.

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

Color convert

RGB254241176-
CMYK00.050.310.00
HSL50º97.5%84.31%-
HSV(B)50º30.71%99.61%-
XYZ80.1687.1253.66-
YUV237.4893.31139.79-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.85%
GREEN value IS 241 (94.53% from 255) = 35.92%
BLUE value IS 176 (69.14% from 255) = 26.23%
R=37.85%
G=35.92%
B=26.23%

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
Decimal25424117600.050.310.005097.584.31
HexFEF1B0051F0326254
Octal3763612600537062142124
Binary111111101111000110110000010111111011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF1B0; }

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

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

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

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

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

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

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

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