#f0c6ef color RGB value is (15, 12, 110).
#f0c6ef hex color red value is 15, green value is 12, and blue value is 110.
Cylindrical-coordinate representations (HSL) of color #f0c6ef
hue: 241.84,
saturation: 0.8 and lightness: 0.24.
The process color (four-color CMYK) of #f0c6ef color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f0c6ef is #ff9999. Color #f0c6ef contains mainly RED.
| Color spaces of #f0c6ef | Value |
|---|---|
| RGB | 240, 198, 239 |
| HSL | 0.84, 0.58, 0.86 |
| HSV | 301°, 18°, 94° |
| XYZ | 71.71, 65.15, 90.44 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110000 | 11000110 | 11101111 |
| Octal | 360 | 306 | 357 |
| Decimal | 240 | 198 | 239 |
| Hex | F0 | C6 | EF |
Shades of #f0c6ef
Tints of #f0c6ef
.mybgColor {background-color: #f0c6ef;}
.myforeColor {color: #f0c6ef;}
.myborderColor {border:3px solid #f0c6ef;}
<p style="color:#f0c6ef">Text here</p>
This sample text is styled with the font color #f0c6ef. 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:#f0c6ef">Div content here</div>
<div style="border:3px solid #f0c6ef">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(240, 198, 239, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f0c6ef; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f0c6ef;
-webkit-box-shadow: 1px 1px 3px #f0c6ef;
box-shadow: 1px 1px 3px #f0c6ef; }
<p style="text-shadow: 4px 4px 2px rgba(240, 198, 239, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f0c6ef;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f0c6ef;
-webkit-box-shadow: 1px 1px 3px #f0c6ef;
box-shadow: 1px 1px 3px #f0c6ef;">Div content here</div>
