#FCF1B6

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

Shades of Banana Mania #FCF1B6

Tints of Banana Mania #FCF1B6

Color information

#FCF1B6 (or 0xFCF1B6) is unknown color: approx Banana Mania. HEX triplet: FC, F1 and B6. RGB value is (252,241,182). Sum of RGB (Red+Green+Blue) = 252+241+182=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 182 (71.48% from 255 or 26.96% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1B6 is #030E49. Grayscale: #EDEDED. Windows color (decimal): -200266 or 11989500. OLE color: 11989500.

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

Color convert

RGB252241182-
CMYK00.040.280.01
HSL50.57º92.11%85.1%-
HSV(B)50.57º27.78%98.82%-
XYZ80.0486.9856.83-
YUV237.5696.64138.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 182 (71.48% from 255) = 26.96%
R=37.33%
G=35.70%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224118200.040.280.0150.5792.1185.1
HexFCF1B6041C1335c55
Octal3743612660434163134125
Binary111111001111000110110110010011100111001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1B6; }

 p { color: rgb(252,241,182); }

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

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

 a { background-color: rgb(252,241,182); }

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

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

 span { border-color: rgb(252,241,182); }

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