#FDEFAE

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

Shades of Banana Mania #FDEFAE

Tints of Banana Mania #FDEFAE

Color information

#FDEFAE (or 0xFDEFAE) is unknown color: approx Banana Mania. HEX triplet: FD, EF and AE. RGB value is (253,239,174). Sum of RGB (Red+Green+Blue) = 253+239+174=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 239 (93.75% from 255 or 35.89% from 666); Blue value is 174 (68.36% from 255 or 26.13% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAE is #021051. Grayscale: #ECECEC. Windows color (decimal): -135250 or 11464701. OLE color: 11464701.

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

Color convert

RGB253239174-
CMYK00.060.310.01
HSL49.37º95.18%83.73%-
HSV(B)49.37º31.23%99.22%-
XYZ79.0185.6752.42-
YUV235.7893.14140.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.99%
GREEN value IS 239 (93.75% from 255) = 35.89%
BLUE value IS 174 (68.36% from 255) = 26.13%
R=37.99%
G=35.89%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323917400.060.310.0149.3795.1883.73
HexFDEFAE061F1315f54
Octal3753572560637161137124
Binary111111011110111110101110011011111111000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFAE; }

 p { color: rgb(253,239,174); }

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

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

 a { background-color: rgb(253,239,174); }

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

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

 span { border-color: rgb(253,239,174); }

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