#F8F4F1 Bright White
#F8F4F1 (Bright White) RGB value is (248, 244, 241).
Red value is 248, green value is 244, and blue value is 241.
Cylindrical-coordinate representations (HSL) of color #F8F4F1: hue: 26°, saturation: 33.3%, and lightness: 95.9%.
Process color (CMYK) of #F8F4F1 is 0%, 1.6%, 2.8%, 2.7%. Web safe color equivalent of #F8F4F1 is ##FFFFFF. Color #F8F4F1 contains mainly WHITE.
Color Spaces
| Color spaces of #F8F4F1 | Value |
|---|---|
| RGB | 248, 244, 241 |
| HSL | 26°, 33.3%, 95.9% |
| HSV / HSB | 26°, 2.8%, 97.3% |
| CMYK | 0%, 1.6%, 2.8%, 2.7% |
| XYZ | 86.94, 91.01, 96.19 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111000 | 11110100 | 11110001 |
| Octal | 370 | 364 | 361 |
| Decimal | 248 | 244 | 241 |
| Hex | F8 | F4 | F1 |
Shades of #F8F4F1
Tints of #F8F4F1
.mybgColor { background-color: #F8F4F1; }
.myforeColor { color: #F8F4F1; }
.myborderColor { border: 3px solid #F8F4F1; }
<p style="color:#F8F4F1">Text here</p>
This sample text is styled with font color #F8F4F1. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#F8F4F1">Div content here</div>
<div style="border:3px solid #F8F4F1">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248, 244, 241, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #F8F4F1; }
.divShadow { -moz-box-shadow: 1px 1px 3px #F8F4F1;
-webkit-box-shadow: 1px 1px 3px #F8F4F1;
box-shadow: 1px 1px 3px #F8F4F1; }
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 #F8F4F1 (Bright White)
Color Overview & Profile: Color #F8F4F1, also known as Bright White, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 97% Red (248/255), 96% Green (244/255), and 95% Blue (241/255). The primary color family component is WHITE.
Print & Physical Production Specs: For physical print production and offset printing setups, #F8F4F1 translates into the CMYK subtractive color model with values of 0% Cyan, 1.6% Magenta, 2.8% Yellow, and 2.7% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 26°, saturation of 33.3%, and lightness of 95.9%.
Web Accessibility & Design Recommendations: When implementing #F8F4F1 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.
