rgba(255,255,255,0) code example
Example 1: background color cs rgba
#p1 {background-color:rgba(255,0,0,0.3);}
Example 2: rgb 255,255,255
Tints of White #FFFFFF
RGB value is (255,255,255).
#p1 {background-color:rgba(255,0,0,0.3);}
Tints of White #FFFFFF
RGB value is (255,255,255).