#F7C8DA color RGB value is (15, 124, 141).
#F7C8DA hex color red value is 15, green value is 124, and blue value is 141.
Cylindrical-coordinate representations (HSL) of color #F7C8DA
hue: 188.1,
saturation: 0.81 and lightness: 0.31.
The process color (four-color CMYK) of #F7C8DA color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F7C8DA is #ff9999. Color #F7C8DA contains mainly RED.
Color spaces of #F7C8DA | Value |
---|---|
RGB | 247, 200, 218 |
HSL | 0.94, 0.75, 0.88 |
HSV | 337°, 19°, 97° |
XYZ | 71.67, 66.15, 75.31 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11001000 | 11011010 |
Octal | 367 | 310 | 332 |
Decimal | 247 | 200 | 218 |
Hex | F7 | C8 | DA |
Shades of #F7C8DA
Tints of #F7C8DA
.mybgColor {background-color: #F7C8DA;} .myforeColor {color: #F7C8DA;} .myborderColor {border:3px solid #F7C8DA;}
<p style="color:#F7C8DA">Text here</p>
This sample text is styled with the font color #F7C8DA. 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:#F7C8DA">Div content here</div>
<div style="border:3px solid #F7C8DA">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247, 200, 218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #F7C8DA; } .divShadow { -moz-box-shadow: 1px 1px 3px #F7C8DA; -webkit-box-shadow: 1px 1px 3px #F7C8DA; box-shadow: 1px 1px 3px #F7C8DA; }
<p style="text-shadow: 4px 4px 2px rgba(247, 200, 218, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F7C8DA;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F7C8DA;
-webkit-box-shadow: 1px 1px 3px #F7C8DA;
box-shadow: 1px 1px 3px #F7C8DA;">Div content here</div>