#FDEAB0

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

Shades of Banana Mania #FDEAB0

Tints of Banana Mania #FDEAB0

Color information

#FDEAB0 (or 0xFDEAB0) is unknown color: approx Banana Mania. HEX triplet: FD, EA and B0. RGB value is (253,234,176). Sum of RGB (Red+Green+Blue) = 253+234+176=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 176 (69.14% from 255 or 26.55% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEAB0 is #02154F. Grayscale: #E9E9E9. Windows color (decimal): -136528 or 11594493. OLE color: 11594493.

HSL color Cylindrical-coordinate representation of color #FDEAB0: hue angle of 45.19º 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 #FDEAB0 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253234176-
CMYK00.080.300.01
HSL45.19º95.06%84.12%-
HSV(B)45.19º30.43%99.22%-
XYZ77.7782.8652.97-
YUV233.0795.79142.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 234 (91.80% from 255) = 35.29%
BLUE value IS 176 (69.14% from 255) = 26.55%
R=38.16%
G=35.29%
B=26.55%

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
Decimal25323417600.080.300.0145.1995.0684.12
HexFDEAB0081E12d5f54
Octal37535226001036155137124
Binary1111110111101010101100000100011110110110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAB0; }

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

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

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

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

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

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

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

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