#F5F7F8 Cascading White
#F5F7F8 (Cascading White) RGB value is (245, 247, 248).
Red value is 245, green value is 247, and blue value is 248.
Cylindrical-coordinate representations (HSL) of color #F5F7F8: hue: 200°, saturation: 17.6%, and lightness: 96.7%.
Process color (CMYK) of #F5F7F8 is 1.2%, 0.4%, 0%, 2.7%. Web safe color equivalent of #F5F7F8 is ##FFFFFF. Color #F5F7F8 contains mainly WHITE.
Color Spaces
| Color spaces of #F5F7F8 | Value |
|---|---|
| RGB | 245, 247, 248 |
| HSL | 200°, 17.6%, 96.7% |
| HSV / HSB | 200°, 1.2%, 97.3% |
| CMYK | 1.2%, 0.4%, 0%, 2.7% |
| XYZ | 87.86, 92.71, 102.06 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110101 | 11110111 | 11111000 |
| Octal | 365 | 367 | 370 |
| Decimal | 245 | 247 | 248 |
| Hex | F5 | F7 | F8 |
Shades of #F5F7F8
Tints of #F5F7F8
.mybgColor { background-color: #F5F7F8; }
.myforeColor { color: #F5F7F8; }
.myborderColor { border: 3px solid #F5F7F8; }
<p style="color:#F5F7F8">Text here</p>
This sample text is styled with font color #F5F7F8. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#F5F7F8">Div content here</div>
<div style="border:3px solid #F5F7F8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245, 247, 248, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #F5F7F8; }
.divShadow { -moz-box-shadow: 1px 1px 3px #F5F7F8;
-webkit-box-shadow: 1px 1px 3px #F5F7F8;
box-shadow: 1px 1px 3px #F5F7F8; }
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 #F5F7F8 (Cascading White)
Color Overview & Profile: Color #F5F7F8, also known as Cascading White, 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), 97% Green (247/255), and 97% Blue (248/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #F5F7F8 translates into the CMYK subtractive color model with values of 1.2% Cyan, 0.4% Magenta, 0% Yellow, and 2.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 200°, saturation of 17.6%, and lightness of 96.7%.
Web Accessibility & Design Recommendations: When implementing #F5F7F8 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.
