TextBox1.BackColor = "#F2F0E1
代替
TextBox1.BackColor = System.Drawing.White
TextBox1.BackColor = System.Drawing.ColorTranslator.FromHtml("#F2F0E1");