COLOR #F7FAFB

HEX: #F7FAFB RGB: (247,250,251)

Color info

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

RGB color model

#F7FAFB color RGB value is (247,250,251).

RGB: (247,250,251) (97%, 98%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 250 of 255 = 98%
B 251 of 255 = 98%

247
250
251

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

Portions of RGB colors in percentages

R + G + B = 247 + 250 + 251 = 748 (100%)
R 247 of 748 ~ 33.02%
G 250 of 748 ~ 33.42%
B 251 of 748 ~ 33.56'%

%33.02
%33.42
%33.56

CMYK color model

#F7FAFB color CMYK value is (2,0,0,2).

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

CMYK: (2,0,0,2)
C2M0Y0K2 (2%, 0%, 0%, 2%)
(0.02 / 0.00 / 0.00 / 0.02)

CMYK percentages

%1.59
%0.4
%0
%1.57

Codes

Color #F7FAFB in popluar color models

F7 FA FB
RGB 247 250 251
HSL 195° 33.33% 97.65%
HSB/HSV 195° 1.59% 98.43%
CMYK 1.59% 0.40% 0.00%
1.57%

Color #F7FAFB in popluar number systems.

HEX F7 FA FB
Decimal 247 250 251
Binary 11110111 11111010 11111011
Octal 367 372 373

Shades and tints

Shades of #F7FAFB

#F7FAFB
(247,250,251)
#E1E4E5
(225,228,229)
#CBCECF
(203,206,207)
#B5B8B9
(181,184,185)
#9FA2A3
(159,162,163)
#898C8D
(137,140,141)
#737677
(115,118,119)
#5D6061
(93,96,97)
#474A4B
(71,74,75)
#313435
(49,52,53)
#1B1E1F
(27,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAFB; }

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

This text font color is #F7FAFB.

Background Color

.myBgColor { background-color: #F7FAFB; }

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

This div background color is #F7FAFB.

Border color

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

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

This div border color is #F7FAFB.

Opacity

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

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

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

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

This text has shadow with #F7FAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FAFB.

Preview

Color preview on black background

This text has color #F7FAFB on black background.


Color preview on white background

This text has color #F7FAFB on white background.


Black color preview on #F7FAFB background

This text has black color on #F7FAFB background.


White color preview on #F7FAFB background

This text has white color on #F7FAFB background.


Related colors

Complementary color

Complementary color for #hex is #080504.


I love getcolorcode.com

Triadic colors

1 #FBF7FA and #FAFBF7 with #F7FAFB are triadic colors.

2 #FBFAF7 and #FAF7FB with #F7FAFB are triadic colors.