#FDEAB1

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

Shades of Banana Mania #FDEAB1

Tints of Banana Mania #FDEAB1

Color information

#FDEAB1 (or 0xFDEAB1) is unknown color: approx Banana Mania. HEX triplet: FD, EA and B1. RGB value is (253,234,177). Sum of RGB (Red+Green+Blue) = 253+234+177=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 177 (69.53% from 255 or 26.66% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAB1 is #02154E. Grayscale: #E9E9E9. Windows color (decimal): -136527 or 11660029. OLE color: 11660029.

HSL color Cylindrical-coordinate representation of color #FDEAB1: hue angle of 45º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDEAB1 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253234177-
CMYK00.080.300.01
HSL45º95%84.31%-
HSV(B)45º30.04%99.22%-
XYZ77.8782.953.49-
YUV233.1896.29142.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 234 (91.80% from 255) = 35.24%
BLUE value IS 177 (69.53% from 255) = 26.66%
R=38.10%
G=35.24%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323417700.080.300.01459584.31
HexFDEAB1081E12d5f54
Octal37535226101036155137124
Binary1111110111101010101100010100011110110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAB1; }

 p { color: rgb(253,234,177); }

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

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

 a { background-color: rgb(253,234,177); }

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

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

 span { border-color: rgb(253,234,177); }

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