COLOR #F2FAFB

HEX: #F2FAFB RGB: (242,250,251)

Color info

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

RGB color model

#F2FAFB color RGB value is (242,250,251).

RGB: (242,250,251) (95%, 98%, 98%)

RGB channels and saturation

R 242 of 255 = 95%
G 250 of 255 = 98%
B 251 of 255 = 98%

242
250
251

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

Portions of RGB colors in percentages

R + G + B = 242 + 250 + 251 = 743 (100%)
R 242 of 743 ~ 32.57%
G 250 of 743 ~ 33.65%
B 251 of 743 ~ 33.78'%

%32.57
%33.65
%33.78

CMYK color model

#F2FAFB color CMYK value is (4,0,0,2).

  • cyan value is 3.59%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (4,0,0,2)
C4M0Y0K2 (4%, 0%, 0%, 2%)
(0.04 / 0.00 / 0.00 / 0.02)

CMYK percentages

%3.59
%0.4
%0
%1.57

Codes

Color #F2FAFB in popluar color models

F2 FA FB
RGB 242 250 251
HSL 187° 52.94% 96.67%
HSB/HSV 187° 3.59% 98.43%
CMYK 3.59% 0.40% 0.00%
1.57%

Color #F2FAFB in popluar number systems.

HEX F2 FA FB
Decimal 242 250 251
Binary 11110010 11111010 11111011
Octal 362 372 373

Shades and tints

Shades of #F2FAFB

#F2FAFB
(242,250,251)
#DCE4E5
(220,228,229)
#C6CECF
(198,206,207)
#B0B8B9
(176,184,185)
#9AA2A3
(154,162,163)
#848C8D
(132,140,141)
#6E7677
(110,118,119)
#586061
(88,96,97)
#424A4B
(66,74,75)
#2C3435
(44,52,53)
#161E1F
(22,30,31)
#000000
(0,0,0)

Tints of #F2FAFB

#F2FAFB
(242,250,251)
#F3FAFB
(243,250,251)
#F4FAFB
(244,250,251)
#F5FAFB
(245,250,251)
#F6FAFB
(246,250,251)
#F7FAFB
(247,250,251)
#F8FAFB
(248,250,251)
#F9FAFB
(249,250,251)
#FAFAFB
(250,250,251)
#FBFAFB
(251,250,251)
#FCFAFB
(252,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2FAFB; }

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

This text font color is #F2FAFB.

Background Color

.myBgColor { background-color: #F2FAFB; }

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

This div background color is #F2FAFB.

Border color

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

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

This div border color is #F2FAFB.

Opacity

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

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

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

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

This text has shadow with #F2FAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2FAFB.

Preview

Color preview on black background

This text has color #F2FAFB on black background.


Color preview on white background

This text has color #F2FAFB on white background.


Black color preview on #F2FAFB background

This text has black color on #F2FAFB background.


White color preview on #F2FAFB background

This text has white color on #F2FAFB background.


Related colors

Complementary color

Complementary color for #hex is #0D0504.


I love getcolorcode.com

Triadic colors

1 #FBF2FA and #FAFBF2 with #F2FAFB are triadic colors.

2 #FBFAF2 and #FAF2FB with #F2FAFB are triadic colors.