color details

Color Details
#F0A6CA Color Hex

#F0A6CA color RGB value is (15, 10, 108).
#F0A6CA hex color red value is 15, green value is 10, and blue value is 108.
Cylindrical-coordinate representations (HSL) of color #F0A6CA hue: 243.06, saturation: 0.83 and lightness: 0.23.

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

Color Spaces
Color spaces of #F0A6CAValue
RGB240, 166, 202
HSL0.92, 0.71, 0.8
HSV331°, 31°, 94°
XYZ60.23, 50.07, 62.36
Base Numbers
Base Red Green Blue
Binary 11110000 10100110 11001010
Octal 360 246 312
Decimal 240 166 202
Hex F0 A6 CA

RGB Percentages for Color #F0A6CA

39.47%
27.3%
33.22%

CMYK Percentages of the Color #F0A6CA

30.83%
15.83%
5.88%
CSS Codes for Color #F0A6CA
.mybgColor {background-color: #F0A6CA;}
.myforeColor {color: #F0A6CA;}
.myborderColor {border:3px solid #F0A6CA;}
Text Font Color #F0A6CA

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(240, 166, 202, 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 #F0A6CA;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #F0A6CA
Scroll to Top