#f2fafc color RGB value is (15, 47, 175).
#f2fafc hex color red value is 15, green value is 47, and blue value is 175.
Cylindrical-coordinate representations (HSL) of color #f2fafc
hue: 228,
saturation: 0.84 and lightness: 0.37.
The process color (four-color CMYK) of #f2fafc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f2fafc is #ff9999. Color #f2fafc contains mainly RED.
| Color spaces of #f2fafc | Value |
|---|---|
| RGB | 242, 250, 252 |
| HSL | 0.53, 0.63, 0.97 |
| HSV | 192°, 4°, 99° |
| XYZ | 88.37, 94.28, 105.62 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110010 | 11111010 | 11111100 |
| Octal | 362 | 372 | 374 |
| Decimal | 242 | 250 | 252 |
| Hex | F2 | FA | FC |
Shades of #f2fafc
Tints of #f2fafc
.mybgColor {background-color: #f2fafc;}
.myforeColor {color: #f2fafc;}
.myborderColor {border:3px solid #f2fafc;}
<p style="color:#f2fafc">Text here</p>
This sample text is styled with the font color #f2fafc. 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:#f2fafc">Div content here</div>
<div style="border:3px solid #f2fafc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(242, 250, 252, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f2fafc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f2fafc;
-webkit-box-shadow: 1px 1px 3px #f2fafc;
box-shadow: 1px 1px 3px #f2fafc; }
<p style="text-shadow: 4px 4px 2px rgba(242, 250, 252, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f2fafc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f2fafc;
-webkit-box-shadow: 1px 1px 3px #f2fafc;
box-shadow: 1px 1px 3px #f2fafc;">Div content here</div>
