COLOR #F2F8FA

HEX: #F2F8FA
RGB: (242,248,250)

Color info

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

RGB color model

#F2F8FA color RGB value is (242,248,250).

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

RGB channels and saturation

R 242 of 255 = 95%
G 248 of 255 = 97%
B 250 of 255 = 98%

242
248
250

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

Portions of RGB colors in percentages

R + G + B =
242 + 248 + 250 = 740 (100%)
R 242 of 740 ~ 32.7%
G 248 of 740 ~ 33.51%
B 250 of 740 ~ 33.78%

%32.7
%33.51
%33.78

CMYK color model

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

  • cyan value is 3.20%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(3,1,0,2)
C3M1Y0K2 
(3%,1%,0%,2%)
(0.03/0.01/0.00/0.02)	

CMYK percentages

%3.2
%0.8
%0
%1.96

Codes

Color #F2F8FA in popluar color models

F2F8FA
RGB242248250
HSL195°44.44%96.47%
HSB/HSV195°3.20%98.04%
CMYK3.20%0.80%0.00%
1.96%

Color #F2F8FA in popluar number systems.

HEXF2F8FA
Decimal242248250
Binary111100101111100011111010
Octal362370372

Shades and tints

Shades of #F2F8FA

#F2F8FA
(242,248,250)
#DCE2E4
(220,226,228)
#C6CCCE
(198,204,206)
#B0B6B8
(176,182,184)
#9AA0A2
(154,160,162)
#848A8C
(132,138,140)
#6E7476
(110,116,118)
#585E60
(88,94,96)
#42484A
(66,72,74)
#2C3234
(44,50,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #F2F8FA

#F2F8FA
(242,248,250)
#F3F8FA
(243,248,250)
#F4F8FA
(244,248,250)
#F5F8FA
(245,248,250)
#F6F8FA
(246,248,250)
#F7F8FA
(247,248,250)
#F8F8FA
(248,248,250)
#F9F8FA
(249,248,250)
#FAF8FA
(250,248,250)
#FBF8FA
(251,248,250)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F8FA; }

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

This text font color is #F2F8FA.


Background Color

.myBgColor { background-color: #F2F8FA; }

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

This div background color is #F2F8FA.


Border color

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

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

This div border color is #F2F8FA.


Opacity

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

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

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

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

This text has shadow with #F2F8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2F8FA on black background.


Color preview on white background

This text has color #F2F8FA on white background.



Black color preview on #F2F8FA background

This text has black color on #F2F8FA background.


White color preview on #F2F8FA background

This text has white color on #F2F8FA background.