#FDE8AB

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

Shades of Banana Mania #FDE8AB

Tints of Banana Mania #FDE8AB

Color information

#FDE8AB (or 0xFDE8AB) is unknown color: approx Banana Mania. HEX triplet: FD, E8 and AB. RGB value is (253,232,171). Sum of RGB (Red+Green+Blue) = 253+232+171=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 171 (67.19% from 255 or 26.07% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8AB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8AB is #021754. Grayscale: #E7E7E7. Windows color (decimal): -137045 or 11266301. OLE color: 11266301.

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

Color convert

RGB253232171-
CMYK00.080.320.01
HSL44.63º95.35%83.14%-
HSV(B)44.63º32.41%99.22%-
XYZ76.7281.5450.22-
YUV231.3293.96143.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 171 (67.19% from 255) = 26.07%
R=38.57%
G=35.37%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323217100.080.320.0144.6395.3583.14
HexFDE8AB082012d5f53
Octal37535025301040155137123
Binary11111101111010001010101101000100000110110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8AB; }

 p { color: rgb(253,232,171); }

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

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

 a { background-color: rgb(253,232,171); }

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

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

 span { border-color: rgb(253,232,171); }

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