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