COLOR #F7FCFA

HEX: #F7FCFA
RGB: (247,252,250)

Color info

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

RGB color model

#F7FCFA color RGB value is (247,252,250).

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

RGB channels and saturation

R 247 of 255 = 97%
G 252 of 255 = 99%
B 250 of 255 = 98%

247
252
250

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

Portions of RGB colors in percentages

R + G + B =
247 + 252 + 250 = 749 (100%)
R 247 of 749 ~ 32.98%
G 252 of 749 ~ 33.64%
B 250 of 749 ~ 33.38%

%32.98
%33.64
%33.38

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(2,0,1,1)
C2M0Y1K1 
(2%,0%,1%,1%)
(0.02/0.00/0.01/0.01)	

CMYK percentages

%1.98
%0
%0.79
%1.18

Codes

Color #F7FCFA in popluar color models

F7FCFA
RGB247252250
HSL156°45.45%97.84%
HSB/HSV156°1.98%98.82%
CMYK1.98%0.00%0.79%
1.18%

Color #F7FCFA in popluar number systems.

HEXF7FCFA
Decimal247252250
Binary111101111111110011111010
Octal367374372

Shades and tints

Shades of #F7FCFA

#F7FCFA
(247,252,250)
#E1E6E4
(225,230,228)
#CBD0CE
(203,208,206)
#B5BAB8
(181,186,184)
#9FA4A2
(159,164,162)
#898E8C
(137,142,140)
#737876
(115,120,118)
#5D6260
(93,98,96)
#474C4A
(71,76,74)
#313634
(49,54,52)
#1B201E
(27,32,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FCFA; }

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

This text font color is #F7FCFA.


Background Color

.myBgColor { background-color: #F7FCFA; }

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

This div background color is #F7FCFA.


Border color

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

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

This div border color is #F7FCFA.


Opacity

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

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

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

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

This text has shadow with #F7FCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FCFA on black background.


Color preview on white background

This text has color #F7FCFA on white background.



Black color preview on #F7FCFA background

This text has black color on #F7FCFA background.


White color preview on #F7FCFA background

This text has white color on #F7FCFA background.