ColorConverter cv = new ColorConverter();
string bg = "#FFF3F7";
Color color = (Color)cv.ConvertFromString(bg);
this.button2.BackColor = color;
string bg = "#FFF3F7";
Color color = (Color)cv.ConvertFromString(bg);
this.button2.BackColor = color;