COLOR #F2FAFD

HEX: #F2FAFD
RGB: (242,250,253)

Color info

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

RGB color model

#F2FAFD color RGB value is (242,250,253).

  • red value is 242;
  • green value is 250;
  • blue value is 253.
RGB:
(242,250,253)
(95%,98%,99%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 253 of 255 = 99%

242
250
253

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

Portions of RGB colors in percentages

R + G + B =
242 + 250 + 253 = 745 (100%)
R 242 of 745 ~ 32.48%
G 250 of 745 ~ 33.56%
B 253 of 745 ~ 33.96%

%32.48
%33.56
%33.96

CMYK color model

#F2FAFD color CMYK value is (4,1,0,1).

  • cyan value is 4.35%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(4,1,0,1)
C4M1Y0K1 
(4%,1%,0%,1%)
(0.04/0.01/0.00/0.01)	

CMYK percentages

%4.35
%1.19
%0
%0.78

Codes

Color #F2FAFD in popluar color models

F2FAFD
RGB242250253
HSL196°73.33%97.06%
HSB/HSV196°4.35%99.22%
CMYK4.35%1.19%0.00%
0.78%

Color #F2FAFD in popluar number systems.

HEXF2FAFD
Decimal242250253
Binary111100101111101011111101
Octal362372375

Shades and tints

Shades of #F2FAFD

#F2FAFD
(242,250,253)
#DCE4E6
(220,228,230)
#C6CECF
(198,206,207)
#B0B8B8
(176,184,184)
#9AA2A1
(154,162,161)
#848C8A
(132,140,138)
#6E7673
(110,118,115)
#58605C
(88,96,92)
#424A45
(66,74,69)
#2C342E
(44,52,46)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #F2FAFD

#F2FAFD
(242,250,253)
#F3FAFD
(243,250,253)
#F4FAFD
(244,250,253)
#F5FAFD
(245,250,253)
#F6FAFD
(246,250,253)
#F7FAFD
(247,250,253)
#F8FAFD
(248,250,253)
#F9FAFD
(249,250,253)
#FAFAFD
(250,250,253)
#FBFAFD
(251,250,253)
#FCFAFD
(252,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2FAFD color. Also use rgb(242,250,253) instead hex code.

Text Font Color

.myTextColor { color: #F2FAFD; }

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

This text font color is #F2FAFD.


Background Color

.myBgColor { background-color: #F2FAFD; }

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

This div background color is #F2FAFD.


Border color

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

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

This div border color is #F2FAFD.


Opacity

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

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

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

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

This text has shadow with #F2FAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2FAFD on black background.


Color preview on white background

This text has color #F2FAFD on white background.



Black color preview on #F2FAFD background

This text has black color on #F2FAFD background.


White color preview on #F2FAFD background

This text has white color on #F2FAFD background.