#FDE6B0

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

Shades of Banana Mania #FDE6B0

Tints of Banana Mania #FDE6B0

Color information

#FDE6B0 (or 0xFDE6B0) is unknown color: approx Banana Mania. HEX triplet: FD, E6 and B0. RGB value is (253,230,176). Sum of RGB (Red+Green+Blue) = 253+230+176=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 230 (90.23% from 255 or 34.90% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE6B0 is #02194F. Grayscale: #E6E6E6. Windows color (decimal): -137552 or 11593469. OLE color: 11593469.

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

Color convert

RGB253230176-
CMYK00.090.300.01
HSL42.08º95.06%84.12%-
HSV(B)42.08º30.43%99.22%-
XYZ76.6480.6152.59-
YUV230.7297.12143.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.39%
GREEN value IS 230 (90.23% from 255) = 34.90%
BLUE value IS 176 (69.14% from 255) = 26.71%
R=38.39%
G=34.90%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323017600.090.300.0142.0895.0684.12
HexFDE6B0091E12a5f54
Octal37534626001136152137124
Binary1111110111100110101100000100111110110101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE6B0; }

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

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

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

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

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

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

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

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