#F5F6FB White Solid
#F5F6FB (White Solid) RGB value is (245, 246, 251).
Red value is 245, green value is 246, and blue value is 251.
Cylindrical-coordinate representations (HSL) of color #F5F6FB: hue: 230°, saturation: 42.9%, and lightness: 97.3%.
Process color (CMYK) of #F5F6FB is 2.4%, 2%, 0%, 1.6%. Web safe color equivalent of #F5F6FB is ##FFFFFF. Color #F5F6FB contains mainly WHITE.
Color Spaces
| Color spaces of #F5F6FB | Value |
|---|---|
| RGB | 245, 246, 251 |
| HSL | 230°, 42.9%, 97.3% |
| HSV / HSB | 230°, 2.4%, 98.4% |
| CMYK | 2.4%, 2%, 0%, 1.6% |
| XYZ | 88.02, 92.29, 104.42 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110101 | 11110110 | 11111011 |
| Octal | 365 | 366 | 373 |
| Decimal | 245 | 246 | 251 |
| Hex | F5 | F6 | FB |
Shades of #F5F6FB
Tints of #F5F6FB
.mybgColor { background-color: #F5F6FB; }
.myforeColor { color: #F5F6FB; }
.myborderColor { border: 3px solid #F5F6FB; }
<p style="color:#F5F6FB">Text here</p>
This sample text is styled with font color #F5F6FB. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#F5F6FB">Div content here</div>
<div style="border:3px solid #F5F6FB">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245, 246, 251, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #F5F6FB; }
.divShadow { -moz-box-shadow: 1px 1px 3px #F5F6FB;
-webkit-box-shadow: 1px 1px 3px #F5F6FB;
box-shadow: 1px 1px 3px #F5F6FB; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #F5F6FB (White Solid)
Color Overview & Profile: Color #F5F6FB, also known as White Solid, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 96% Red (245/255), 96% Green (246/255), and 98% Blue (251/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #F5F6FB translates into the CMYK subtractive color model with values of 2.4% Cyan, 2% Magenta, 0% Yellow, and 1.6% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 230°, saturation of 42.9%, and lightness of 97.3%.
Web Accessibility & Design Recommendations: When implementing #F5F6FB in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FFFFFF.
