CSS Color Background

Anti-Flash White

Pure CSS color background: #F2F3F4. Use this solid color for personal and commercial creative projects.

Preview

Anti-Flash White solid color background preview (#F2F3F4)

Color value: #F2F3F4

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #F2F3F4; }

HTML Code

<section class="hero anti-flash-white-bg"> <h2>Your content</h2> </section> <style> .anti-flash-white-bg { background-color: #F2F3F4; } </style>