Dim c As System.Drawing.Color = System.Drawing.ColorTranslator.FromHtml("#F5F7F8")Dim strHtmlColor As String = System.Drawing.ColorTranslator.ToHtml(c)