#f8c1cd color RGB value is (15, 140, 28).
#f8c1cd hex color red value is 15, green value is 140, and blue value is 28.
Cylindrical-coordinate representations (HSL) of color #f8c1cd
hue: 126.24,
saturation: 0.81 and lightness: 0.3.
The process color (four-color CMYK) of #f8c1cd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f8c1cd is #ff9999. Color #f8c1cd contains mainly RED.
| Color spaces of #f8c1cd | Value |
|---|---|
| RGB | 248, 193, 205 |
| HSL | 0.96, 0.8, 0.86 |
| HSV | 347°, 22°, 97° |
| XYZ | 68.8, 62.51, 66.19 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111000 | 11000001 | 11001101 |
| Octal | 370 | 301 | 315 |
| Decimal | 248 | 193 | 205 |
| Hex | F8 | C1 | CD |
Shades of #f8c1cd
Tints of #f8c1cd
.mybgColor {background-color: #f8c1cd;}
.myforeColor {color: #f8c1cd;}
.myborderColor {border:3px solid #f8c1cd;}
<p style="color:#f8c1cd">Text here</p>
This sample text is styled with the font color #f8c1cd. 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:#f8c1cd">Div content here</div>
<div style="border:3px solid #f8c1cd">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(248, 193, 205, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f8c1cd; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f8c1cd;
-webkit-box-shadow: 1px 1px 3px #f8c1cd;
box-shadow: 1px 1px 3px #f8c1cd; }
<p style="text-shadow: 4px 4px 2px rgba(248, 193, 205, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f8c1cd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f8c1cd;
-webkit-box-shadow: 1px 1px 3px #f8c1cd;
box-shadow: 1px 1px 3px #f8c1cd;">Div content here</div>
