#f2b0ce color RGB value is (15, 43, 12).
#f2b0ce hex color red value is 15, green value is 43, and blue value is 12.
Cylindrical-coordinate representations (HSL) of color #f2b0ce
hue: 114.19,
saturation: 0.56 and lightness: 0.11.
The process color (four-color CMYK) of #f2b0ce color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f2b0ce is #ff9999. Color #f2b0ce contains mainly RED.
Color spaces of #f2b0ce | Value |
---|---|
RGB | 242, 176, 206 |
HSL | 0.92, 0.72, 0.82 |
HSV | 333°, 27°, 95° |
XYZ | 63.28, 54.39, 65.54 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 10110000 | 11001110 |
Octal | 362 | 260 | 316 |
Decimal | 242 | 176 | 206 |
Hex | F2 | B0 | CE |
Shades of #f2b0ce
Tints of #f2b0ce
.mybgColor {background-color: #f2b0ce;} .myforeColor {color: #f2b0ce;} .myborderColor {border:3px solid #f2b0ce;}
<p style="color:#f2b0ce">Text here</p>
This sample text is styled with the font color #f2b0ce. 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:#f2b0ce">Div content here</div>
<div style="border:3px solid #f2b0ce">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242, 176, 206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2b0ce; } .divShadow { -moz-box-shadow: 1px 1px 3px #f2b0ce; -webkit-box-shadow: 1px 1px 3px #f2b0ce; box-shadow: 1px 1px 3px #f2b0ce; }
<p style="text-shadow: 4px 4px 2px rgba(242, 176, 206, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f2b0ce;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f2b0ce;
-webkit-box-shadow: 1px 1px 3px #f2b0ce;
box-shadow: 1px 1px 3px #f2b0ce;">Div content here</div>