COLOR #F7FAF8

HEX: #F7FAF8
RGB: (247,250,248)

Color info

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

RGB color model

#F7FAF8 color RGB value is (247,250,248).

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

RGB channels and saturation

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

247
250
248

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

Portions of RGB colors in percentages

R + G + B =
247 + 250 + 248 = 745 (100%)
R 247 of 745 ~ 33.15%
G 250 of 745 ~ 33.56%
B 248 of 745 ~ 33.29%

%33.15
%33.56
%33.29

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(1,0,1,2)
C1M0Y1K2 
(1%,0%,1%,2%)
(0.01/0.00/0.01/0.02)	

CMYK percentages

%1.2
%0
%0.8
%1.96

Codes

Color #F7FAF8 in popluar color models

F7FAF8
RGB247250248
HSL140°23.08%97.45%
HSB/HSV140°1.20%98.04%
CMYK1.20%0.00%0.80%
1.96%

Color #F7FAF8 in popluar number systems.

HEXF7FAF8
Decimal247250248
Binary111101111111101011111000
Octal367372370

Shades and tints

Shades of #F7FAF8

#F7FAF8
(247,250,248)
#E1E4E2
(225,228,226)
#CBCECC
(203,206,204)
#B5B8B6
(181,184,182)
#9FA2A0
(159,162,160)
#898C8A
(137,140,138)
#737674
(115,118,116)
#5D605E
(93,96,94)
#474A48
(71,74,72)
#313432
(49,52,50)
#1B1E1C
(27,30,28)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAF8; }

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

This text font color is #F7FAF8.


Background Color

.myBgColor { background-color: #F7FAF8; }

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

This div background color is #F7FAF8.


Border color

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

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

This div border color is #F7FAF8.


Opacity

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

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

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

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

This text has shadow with #F7FAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FAF8 on black background.


Color preview on white background

This text has color #F7FAF8 on white background.



Black color preview on #F7FAF8 background

This text has black color on #F7FAF8 background.


White color preview on #F7FAF8 background

This text has white color on #F7FAF8 background.