#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 of #f5fbfd | Value |
---|---|
RGB | 245, 251, 253 |
HSL | 0.54, 0.67, 0.98 |
HSV | 195°, 3°, 99° |
XYZ | 89.88, 95.5, 106.61 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11111011 | 11111101 |
Octal | 365 | 373 | 375 |
Decimal | 245 | 251 | 253 |
Hex | F5 | FB | FD |
Shades of #f5fbfd
Tints of #f5fbfd
.mybgColor {background-color: #f5fbfd;} .myforeColor {color: #f5fbfd;} .myborderColor {border:3px solid #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,
<div style="background-color:#f5fbfd">Div content here</div>
<div style="border:3px solid #f5fbfd">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(245, 251, 253, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f5fbfd;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>