color details

Color Details
#f5fbfd Color Hex

#f5fbfd color RGB value is (15, 95, 191).
#f5fbfd hex color red value is 15, green value is 95, and blue value is 191.
Cylindrical-coordinate representations (HSL) of color #f5fbfd hue: 212.73, saturation: 0.85 and lightness: 0.4.

The process color (four-color CMYK) of #f5fbfd color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f5fbfd is #ff9999. Color #f5fbfd contains mainly RED.

Color Spaces
Color spaces of #f5fbfdValue
RGB245, 251, 253
HSL0.54, 0.67, 0.98
HSV195°, 3°, 99°
XYZ89.88, 95.5, 106.61
Base Numbers
Base Red Green Blue
Binary 11110101 11111011 11111101
Octal 365 373 375
Decimal 245 251 253
Hex F5 FB FD

RGB Percentages for Color #f5fbfd

32.71%
33.51%
33.78%

CMYK Percentages of the Color #f5fbfd

3.16%
0.79%
0.78%
CSS Codes for Color #f5fbfd
.mybgColor {background-color: #f5fbfd;}
.myforeColor {color: #f5fbfd;}
.myborderColor {border:3px solid #f5fbfd;}
Text Font Color #f5fbfd

<p style="color:#f5fbfd">Text here</p>

This sample text is styled with the font color #f5fbfd. 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 #f5fbfd

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

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

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

The border color of this div is #f5fbfd
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(245, 251, 253, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #f5fbfd;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #f5fbfd;
-webkit-box-shadow: 1px 1px 3px #f5fbfd;
box-shadow: 1px 1px 3px #f5fbfd;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245, 251, 253, 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 #f5fbfd;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #f5fbfd; -webkit-box-shadow: 1px 1px 3px #f5fbfd; box-shadow: 1px 1px 3px #f5fbfd;">Div content here</div>

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

Scroll to Top