css white rgba code example
Example 1: rgba red color
rgb(255,0,0) /*red*/ Hex #FF0000
Example 2: rgba white color
rgb(255,255,255) /*white*/ Hex #FFFFFF
Example 3: rgba green color
rgb(0,128,0) /*green*/ Hex #008000
rgb(255,0,0) /*red*/ Hex #FF0000
rgb(255,255,255) /*white*/ Hex #FFFFFF
rgb(0,128,0) /*green*/ Hex #008000