How to type custom backcolor on csharp winform

Code Example - How to type custom backcolor on csharp winform

                
                        this.BackColor = Color.FromArgb(255, 232, 232); // this should be pink-ish