COLOR #F5FAFC

HEX: #F5FAFC
RGB: (245,250,252)

Color info

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

RGB color model

#F5FAFC color RGB value is (245,250,252).

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

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 252 of 255 = 99%

245
250
252

R + G + B ~ 98%. #F5FAFC is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 252 = 747 (100%)
R 245 of 747 ~ 32.8%
G 250 of 747 ~ 33.47%
B 252 of 747 ~ 33.73%

%32.8
%33.47
%33.73

CMYK color model

#F5FAFC color CMYK value is (3,1,0,1).

  • cyan value is 2.78%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(3,1,0,1)
C3M1Y0K1 
(3%,1%,0%,1%)
(0.03/0.01/0.00/0.01)	

CMYK percentages

%2.78
%0.79
%0
%1.18

Codes

Color #F5FAFC in popluar color models

F5FAFC
RGB245250252
HSL197°53.85%97.45%
HSB/HSV197°2.78%98.82%
CMYK2.78%0.79%0.00%
1.18%

Color #F5FAFC in popluar number systems.

HEXF5FAFC
Decimal245250252
Binary111101011111101011111100
Octal365372374

Shades and tints

Shades of #F5FAFC

#F5FAFC
(245,250,252)
#DFE4E6
(223,228,230)
#C9CED0
(201,206,208)
#B3B8BA
(179,184,186)
#9DA2A4
(157,162,164)
#878C8E
(135,140,142)
#717678
(113,118,120)
#5B6062
(91,96,98)
#454A4C
(69,74,76)
#2F3436
(47,52,54)
#191E20
(25,30,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FAFC; }

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

This text font color is #F5FAFC.


Background Color

.myBgColor { background-color: #F5FAFC; }

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

This div background color is #F5FAFC.


Border color

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

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

This div border color is #F5FAFC.


Opacity

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

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

Text with #F5FAFC 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 #F5FAFC;}

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

This text has shadow with #F5FAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FAFC on black background.


Color preview on white background

This text has color #F5FAFC on white background.



Black color preview on #F5FAFC background

This text has black color on #F5FAFC background.


White color preview on #F5FAFC background

This text has white color on #F5FAFC background.