I assume that iframe occupies a smaller part of your site. In this case, I would advise you to just use a div with the same iframe size and load that div into the corresponding background color.
OR: include the style property in the iframe page source:
<head>
<style>body {background-color:#COLOR}</style>
</head>
source
share