#fc6b98 color RGB value is (15, 198, 185).
#fc6b98 hex color red value is 15, green value is 198, and blue value is 185.
Cylindrical-coordinate representations (HSL) of color #fc6b98
hue: 175.74,
saturation: 0.86 and lightness: 0.42.
The process color (four-color CMYK) of #fc6b98 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fc6b98 is #ff9999. Color #fc6b98 contains mainly RED.
| Color spaces of #fc6b98 | Value |
|---|---|
| RGB | 252, 107, 152 |
| HSL | 0.95, 0.96, 0.7 |
| HSV | 341°, 58°, 99° |
| XYZ | 51.07, 33.48, 33.47 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111100 | 1101011 | 10011000 |
| Octal | 374 | 153 | 230 |
| Decimal | 252 | 107 | 152 |
| Hex | FC | 6B | 98 |
Shades of #fc6b98
Tints of #fc6b98
.mybgColor {background-color: #fc6b98;}
.myforeColor {color: #fc6b98;}
.myborderColor {border:3px solid #fc6b98;}
<p style="color:#fc6b98">Text here</p>
This sample text is styled with the font color #fc6b98. 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:#fc6b98">Div content here</div>
<div style="border:3px solid #fc6b98">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(252, 107, 152, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fc6b98; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #fc6b98;
-webkit-box-shadow: 1px 1px 3px #fc6b98;
box-shadow: 1px 1px 3px #fc6b98; }
<p style="text-shadow: 4px 4px 2px rgba(252, 107, 152, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #fc6b98;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #fc6b98;
-webkit-box-shadow: 1px 1px 3px #fc6b98;
box-shadow: 1px 1px 3px #fc6b98;">Div content here</div>
