#FCF1B1

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

Shades of Banana Mania #FCF1B1

Tints of Banana Mania #FCF1B1

Color information

#FCF1B1 (or 0xFCF1B1) is unknown color: approx Banana Mania. HEX triplet: FC, F1 and B1. RGB value is (252,241,177). Sum of RGB (Red+Green+Blue) = 252+241+177=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 177 (69.53% from 255 or 26.42% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1B1 is #030E4E. Grayscale: #EDEDED. Windows color (decimal): -200271 or 11661820. OLE color: 11661820.

HSL color Cylindrical-coordinate representation of color #FCF1B1: hue angle of 51.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCF1B1 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB252241177-
CMYK00.040.300.01
HSL51.2º92.59%84.12%-
HSV(B)51.2º29.76%98.82%-
XYZ79.5486.7854.15-
YUV236.9994.14138.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 177 (69.53% from 255) = 26.42%
R=37.61%
G=35.97%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224117700.040.300.0151.292.5984.12
HexFCF1B1041E1335d54
Octal3743612610436163135124
Binary111111001111000110110001010011110111001110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1B1; }

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

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

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

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

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

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

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

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