color details

Color Details
#f2fafc Color Hex

#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
Color spaces of #f2fafcValue
RGB242, 250, 252
HSL0.53, 0.63, 0.97
HSV192°, 4°, 99°
XYZ88.37, 94.28, 105.62
Base Numbers
Base Red Green Blue
Binary 11110010 11111010 11111100
Octal 362 372 374
Decimal 242 250 252
Hex F2 FA FC

RGB Percentages for Color #f2fafc

32.53%
33.6%
33.87%

CMYK Percentages of the Color #f2fafc

3.97%
0.79%
1.18%
CSS Codes for Color #f2fafc
.mybgColor {background-color: #f2fafc;}
.myforeColor {color: #f2fafc;}
.myborderColor {border:3px solid #f2fafc;}
Text Font Color #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,

Background Color #f2fafc

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

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

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

The border color of this div is #f2fafc
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242, 250, 252, 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 #f2fafc;">Text here</p>

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

Shadow Div Box

<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>

This div box has a shadow with a specified color. #f2fafc

Scroll to Top