#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 of #F0A6CA | Value |
---|---|
RGB | 240, 166, 202 |
HSL | 0.92, 0.71, 0.8 |
HSV | 331°, 31°, 94° |
XYZ | 60.23, 50.07, 62.36 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10100110 | 11001010 |
Octal | 360 | 246 | 312 |
Decimal | 240 | 166 | 202 |
Hex | F0 | A6 | CA |
Shades of #F0A6CA
Tints of #F0A6CA
.mybgColor {background-color: #F0A6CA;} .myforeColor {color: #F0A6CA;} .myborderColor {border:3px solid #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,
<div style="background-color:#F0A6CA">Div content here</div>
<div style="border:3px solid #F0A6CA">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(240, 166, 202, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F0A6CA;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>