color details

Color Details
#f5a0ce Color Hex

#f5a0ce color RGB value is (15, 90, 12).
#f5a0ce hex color red value is 15, green value is 90, and blue value is 12.
Cylindrical-coordinate representations (HSL) of color #f5a0ce hue: 117.69, saturation: 0.76 and lightness: 0.2.

The process color (four-color CMYK) of #f5a0ce color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f5a0ce is #ff9999. Color #f5a0ce contains mainly RED.

Color Spaces
Color spaces of #f5a0ceValue
RGB245, 160, 206
HSL0.91, 0.81, 0.79
HSV328°, 35°, 96°
XYZ61.37, 49.01, 64.61
Base Numbers
Base Red Green Blue
Binary 11110101 10100000 11001110
Octal 365 240 316
Decimal 245 160 206
Hex F5 A0 CE

RGB Percentages for Color #f5a0ce

40.1%
26.19%
33.72%

CMYK Percentages of the Color #f5a0ce

34.69%
15.92%
3.92%
CSS Codes for Color #f5a0ce
.mybgColor {background-color: #f5a0ce;}
.myforeColor {color: #f5a0ce;}
.myborderColor {border:3px solid #f5a0ce;}
Text Font Color #f5a0ce

<p style="color:#f5a0ce">Text here</p>

This sample text is styled with the font color #f5a0ce. 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 #f5a0ce

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

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

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

The border color of this div is #f5a0ce
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(245, 160, 206, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #f5a0ce;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #f5a0ce;
-webkit-box-shadow: 1px 1px 3px #f5a0ce;
box-shadow: 1px 1px 3px #f5a0ce;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245, 160, 206, 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 #f5a0ce;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #f5a0ce; -webkit-box-shadow: 1px 1px 3px #f5a0ce; box-shadow: 1px 1px 3px #f5a0ce;">Div content here</div>

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

Scroll to Top