#FDEFAC

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

Shades of Banana Mania #FDEFAC

Tints of Banana Mania #FDEFAC

Color information

#FDEFAC (or 0xFDEFAC) is unknown color: approx Banana Mania. HEX triplet: FD, EF and AC. RGB value is (253,239,172). Sum of RGB (Red+Green+Blue) = 253+239+172=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 172 (67.58% from 255 or 25.90% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEFAC is #021053. Grayscale: #EBEBEB. Windows color (decimal): -135252 or 11333629. OLE color: 11333629.

HSL color Cylindrical-coordinate representation of color #FDEFAC: hue angle of 49.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 #FDEFAC is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB253239172-
CMYK00.060.320.01
HSL49.63º95.29%83.33%-
HSV(B)49.63º32.02%99.22%-
XYZ78.8285.5951.4-
YUV235.5592.14140.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 172 (67.58% from 255) = 25.90%
R=38.10%
G=35.99%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323917200.060.320.0149.6395.2983.33
HexFDEFAC06201325f53
Octal3753572540640162137123
Binary1111110111101111101011000110100000111001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEFAC; }

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

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

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

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

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

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

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

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