#f1e8ec color RGB value is (15, 30, 142).
#f1e8ec hex color red value is 15, green value is 30, and blue value is 142.
Cylindrical-coordinate representations (HSL) of color #f1e8ec
hue: 232.91,
saturation: 0.81 and lightness: 0.31.
The process color (four-color CMYK) of #f1e8ec color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f1e8ec is #ff9999. Color #f1e8ec contains mainly RED.
| Color spaces of #f1e8ec | Value |
|---|---|
| RGB | 241, 232, 236 |
| HSL | 0.93, 0.24, 0.93 |
| HSV | 333°, 4°, 95° |
| XYZ | 80.27, 82.47, 91.03 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110001 | 11101000 | 11101100 |
| Octal | 361 | 350 | 354 |
| Decimal | 241 | 232 | 236 |
| Hex | F1 | E8 | EC |
Shades of #f1e8ec
Tints of #f1e8ec
.mybgColor {background-color: #f1e8ec;}
.myforeColor {color: #f1e8ec;}
.myborderColor {border:3px solid #f1e8ec;}
<p style="color:#f1e8ec">Text here</p>
This sample text is styled with the font color #f1e8ec. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#f1e8ec">Div content here</div>
<div style="border:3px solid #f1e8ec">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(241, 232, 236, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f1e8ec; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f1e8ec;
-webkit-box-shadow: 1px 1px 3px #f1e8ec;
box-shadow: 1px 1px 3px #f1e8ec; }
<p style="text-shadow: 4px 4px 2px rgba(241, 232, 236, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f1e8ec;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f1e8ec;
-webkit-box-shadow: 1px 1px 3px #f1e8ec;
box-shadow: 1px 1px 3px #f1e8ec;">Div content here</div>
