color details

Color Details
#FC5A8D Color Hex

#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
Color spaces of #FC5A8DValue
RGB252, 90, 141
HSL0.95, 0.96, 0.67
HSV341°, 64°, 99°
XYZ48.61, 29.94, 28.41
Base Numbers
Base Red Green Blue
Binary 11111100 1011010 10001101
Octal 374 132 215
Decimal 252 90 141
Hex FC 5A 8D

RGB Percentages for Color #FC5A8D

52.17%
18.63%
29.19%

CMYK Percentages of the Color #FC5A8D

64.29%
44.05%
1.18%
CSS Codes for Color #FC5A8D
.mybgColor {background-color: #FC5A8D;}
.myforeColor {color: #FC5A8D;}
.myborderColor {border:3px solid #FC5A8D;}
Text Font Color #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,

Background Color #FC5A8D

<div style="background-color:#FC5A8D">Div content here</div>

The background color of this div is #FC5A8D
Border Color #FC5A8D

<div style="border:3px solid #FC5A8D">Div here</div>

The border color of this div is #FC5A8D
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252, 90, 141, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #FC5A8D;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #FC5A8D

Scroll to Top