The CSS solution is to style the outer container with the background color, this is called a fake (faux) bakcground.
Like this:
#iconsHolder {
background-color: #DDD;
}
This method (in this case at least) guarantees the background is the same for all.