#FDE8B0

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

Shades of Banana Mania #FDE8B0

Tints of Banana Mania #FDE8B0

Color information

#FDE8B0 (or 0xFDE8B0) is unknown color: approx Banana Mania. HEX triplet: FD, E8 and B0. RGB value is (253,232,176). Sum of RGB (Red+Green+Blue) = 253+232+176=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 176 (69.14% from 255 or 26.63% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE8B0 is #02174F. Grayscale: #E8E8E8. Windows color (decimal): -137040 or 11593981. OLE color: 11593981.

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

Color convert

RGB253232176-
CMYK00.080.300.01
HSL43.64º95.06%84.12%-
HSV(B)43.64º30.43%99.22%-
XYZ77.281.7352.78-
YUV231.996.46143.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.28%
GREEN value IS 232 (91.02% from 255) = 35.10%
BLUE value IS 176 (69.14% from 255) = 26.63%
R=38.28%
G=35.10%
B=26.63%

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
Decimal25323217600.080.300.0143.6495.0684.12
HexFDE8B0081E12c5f54
Octal37535026001036154137124
Binary1111110111101000101100000100011110110110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE8B0; }

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

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

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

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

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

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

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

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