#FCEDBA

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

Shades of Banana Mania #FCEDBA

Tints of Banana Mania #FCEDBA

Color information

#FCEDBA (or 0xFCEDBA) is unknown color: approx Banana Mania. HEX triplet: FC, ED and BA. RGB value is (252,237,186). Sum of RGB (Red+Green+Blue) = 252+237+186=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEDBA is #031245. Grayscale: #EBEBEB. Windows color (decimal): -201286 or 12250620. OLE color: 12250620.

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

Color convert

RGB252237186-
CMYK00.060.260.01
HSL46.36º91.67%85.88%-
HSV(B)46.36º26.19%98.82%-
XYZ79.2984.8158.65-
YUV235.6799.97139.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 237 (92.97% from 255) = 35.11%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=37.33%
G=35.11%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223718600.060.260.0146.3691.6785.88
HexFCEDBA061A12e5c56
Octal3743552720632156134126
Binary111111001110110110111010011011010110111010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEDBA; }

 p { color: rgb(252,237,186); }

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

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

 a { background-color: rgb(252,237,186); }

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

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

 span { border-color: rgb(252,237,186); }

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