#FC5A8D color RGB value is (15, 197, 168).
#FC5A8D hex color red value is 15, green value is 197, and blue value is 168.
Cylindrical-coordinate representations (HSL) of color #FC5A8D
hue: 170.44,
saturation: 0.86 and lightness: 0.42.
The process color (four-color CMYK) of #FC5A8D color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #FC5A8D is #ff9999. Color #FC5A8D contains mainly RED.
| Color spaces of #FC5A8D | Value |
|---|---|
| RGB | 252, 90, 141 |
| HSL | 0.95, 0.96, 0.67 |
| HSV | 341°, 64°, 99° |
| XYZ | 48.61, 29.94, 28.41 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111100 | 1011010 | 10001101 |
| Octal | 374 | 132 | 215 |
| Decimal | 252 | 90 | 141 |
| Hex | FC | 5A | 8D |
Shades of #FC5A8D
Tints of #FC5A8D
.mybgColor {background-color: #FC5A8D;}
.myforeColor {color: #FC5A8D;}
.myborderColor {border:3px solid #FC5A8D;}
<p style="color:#FC5A8D">Text here</p>
This sample text is styled with the font color #FC5A8D. 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:#FC5A8D">Div content here</div>
<div style="border:3px solid #FC5A8D">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(252, 90, 141, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #FC5A8D; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #FC5A8D;
-webkit-box-shadow: 1px 1px 3px #FC5A8D;
box-shadow: 1px 1px 3px #FC5A8D; }
<p style="text-shadow: 4px 4px 2px rgba(252, 90, 141, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #FC5A8D;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #FC5A8D;
-webkit-box-shadow: 1px 1px 3px #FC5A8D;
box-shadow: 1px 1px 3px #FC5A8D;">Div content here</div>
