#FDEAB7

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

Shades of Banana Mania #FDEAB7

Tints of Banana Mania #FDEAB7

Color information

#FDEAB7 (or 0xFDEAB7) is unknown color: approx Banana Mania. HEX triplet: FD, EA and B7. RGB value is (253,234,183). Sum of RGB (Red+Green+Blue) = 253+234+183=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 183 (71.88% from 255 or 27.31% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEAB7 is #021548. Grayscale: #EAEAEA. Windows color (decimal): -136521 or 12053245. OLE color: 12053245.

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

Color convert

RGB253234183-
CMYK00.080.280.01
HSL43.71º94.59%85.49%-
HSV(B)43.71º27.67%99.22%-
XYZ78.4883.1556.71-
YUV233.8799.29141.65-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.76%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 183 (71.88% from 255) = 27.31%
R=37.76%
G=34.93%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323418300.080.280.0143.7194.5985.49
HexFDEAB7081C12c5f55
Octal37535226701034154137125
Binary1111110111101010101101110100011100110110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEAB7; }

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

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

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

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

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

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

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

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