#FCEBAC

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

Shades of Banana Mania #FCEBAC

Tints of Banana Mania #FCEBAC

Color information

#FCEBAC (or 0xFCEBAC) is unknown color: approx Banana Mania. HEX triplet: FC, EB and AC. RGB value is (252,235,172). Sum of RGB (Red+Green+Blue) = 252+235+172=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEBAC is #031453. Grayscale: #E9E9E9. Windows color (decimal): -201812 or 11332604. OLE color: 11332604.

HSL color Cylindrical-coordinate representation of color #FCEBAC: hue angle of 47.25º degrees, saturation: 0.93, 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 #FCEBAC is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB252235172-
CMYK00.070.320.01
HSL47.25º93.02%83.14%-
HSV(B)47.25º31.75%98.82%-
XYZ77.383.0950.99-
YUV232.993.63141.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.24%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 172 (67.58% from 255) = 26.10%
R=38.24%
G=35.66%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223517200.070.320.0147.2593.0283.14
HexFCEBAC072012f5d53
Octal3743532540740157135123
Binary1111110011101011101011000111100000110111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBAC; }

 p { color: rgb(252,235,172); }

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

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

 a { background-color: rgb(252,235,172); }

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

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

 span { border-color: rgb(252,235,172); }

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