COLOR #F5F8FA

HEX: #F5F8FA
RGB: (245,248,250)

Color info

#F5F8FA contains red, green and blue colors in about the same proportion. Web safe color of #F5F8FA is #FFFFFF (or #FFF).

RGB color model

#F5F8FA color RGB value is (245,248,250).

  • red value is 245;
  • green value is 248;
  • blue value is 250.
RGB:
(245,248,250)
(96%,97%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 248 of 255 = 97%
B 250 of 255 = 98%

245
248
250

R + G + B ~ 97%. #F5F8FA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 248 + 250 = 743 (100%)
R 245 of 743 ~ 32.97%
G 248 of 743 ~ 33.38%
B 250 of 743 ~ 33.65%

%32.97
%33.38
%33.65

CMYK color model

#F5F8FA color CMYK value is (2,1,0,2).

  • cyan value is 2.00%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,1,0,2)
C2M1Y0K2 
(2%,1%,0%,2%)
(0.02/0.01/0.00/0.02)	

CMYK percentages

%2
%0.8
%0
%1.96

Codes

Color #F5F8FA in popluar color models

F5F8FA
RGB245248250
HSL204°33.33%97.06%
HSB/HSV204°2.00%98.04%
CMYK2.00%0.80%0.00%
1.96%

Color #F5F8FA in popluar number systems.

HEXF5F8FA
Decimal245248250
Binary111101011111100011111010
Octal365370372

Shades and tints

Shades of #F5F8FA

#F5F8FA
(245,248,250)
#DFE2E4
(223,226,228)
#C9CCCE
(201,204,206)
#B3B6B8
(179,182,184)
#9DA0A2
(157,160,162)
#878A8C
(135,138,140)
#717476
(113,116,118)
#5B5E60
(91,94,96)
#45484A
(69,72,74)
#2F3234
(47,50,52)
#191C1E
(25,28,30)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F5F8FA color. Also use rgb(245,248,250) instead hex code.

Text Font Color

.myTextColor { color: #F5F8FA; }

<p style="color:#F5F8FA">This sample text font color is #F5F8FA.</p>

This text font color is #F5F8FA.


Background Color

.myBgColor { background-color: #F5F8FA; }

<div style="background-color:#F5F8FA">Inner text</div>

This div background color is #F5F8FA.


Border color

.myBorderColor { border: 1px solid #F5F8FA; }

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

This div border color is #F5F8FA.


Opacity

.myOpacity80 { color: #F5F8FA; opacity: 0.8; }

<p style="color:#F5F8FA;opacity:0.8;">80%</p>

Text with #F5F8FA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F5F8FA;}

<p style="text-shadow: 3px 3px 1px #F5F8FA">Text here.</p>

This text has shadow with #F5F8FA color.

.textShadow {text-shadow: 3px 3px 1px #F5F8FA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F5F8FA, 5px 5px 20px red">Text here.</p>

This text has shadow with #F5F8FA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F5F8FA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F5F8FA, Direction=45, Strength=4)">Text</p>

This text has shadow with #F5F8FA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F5F8FA;
  -webkit-box-shadow:	1px 1px 3px 2px #F5F8FA;
  box-shadow:		1px 1px 3px 2px #F5F8FA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5F8FA;
-webkit-box-shadow: 1px 1px 3px 2px #F5F8FA;
box-shadow:1px 1px 3px 2px #F5F8FA;">
Div content here</div>
This div box has shadow with color #F5F8FA.

Preview

Color preview on black background

This text has color #F5F8FA on black background.


Color preview on white background

This text has color #F5F8FA on white background.



Black color preview on #F5F8FA background

This text has black color on #F5F8FA background.


White color preview on #F5F8FA background

This text has white color on #F5F8FA background.