how to change the background color in css

CSS
body {
  background-color: lightblue;
}
 /* Use the following code: */
html {background-color: #fefefe;} 
/* You can change the hexedecimal code to RGB, RGBA, name & more colors!*/
Source

Also in CSS: