Background colour for entire site.

If you want to change the background color for the whole site, just leave all the individual metabox background colour settings blank and then add this custom css to theme options / general / custom css :) and choose the colour you wish to use.

.inner-container {
    background: #fbfcfd;
}

Cheers!