COLOR #F7FCFE

HEX: #F7FCFE
RGB: (247,252,254)

Color info

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

RGB color model

#F7FCFE color RGB value is (247,252,254).

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

RGB channels and saturation

R 247 of 255 = 97%
G 252 of 255 = 99%
B 254 of 255 = 100%

247
252
254

R + G + B ~ 99%. #F7FCFE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 252 + 254 = 753 (100%)
R 247 of 753 ~ 32.8%
G 252 of 753 ~ 33.47%
B 254 of 753 ~ 33.73%

%32.8
%33.47
%33.73

CMYK color model

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

  • cyan value is 2.76%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,1,0,0)
C3M1Y0K0 
(3%,1%,0%,0%)
(0.03/0.01/0.00/0.00)	

CMYK percentages

%2.76
%0.79
%0
%0.39

Codes

Color #F7FCFE in popluar color models

F7FCFE
RGB247252254
HSL197°77.78%98.24%
HSB/HSV197°2.76%99.61%
CMYK2.76%0.79%0.00%
0.39%

Color #F7FCFE in popluar number systems.

HEXF7FCFE
Decimal247252254
Binary111101111111110011111110
Octal367374376

Shades and tints

Shades of #F7FCFE

#F7FCFE
(247,252,254)
#E1E6E7
(225,230,231)
#CBD0D0
(203,208,208)
#B5BAB9
(181,186,185)
#9FA4A2
(159,164,162)
#898E8B
(137,142,139)
#737874
(115,120,116)
#5D625D
(93,98,93)
#474C46
(71,76,70)
#31362F
(49,54,47)
#1B2018
(27,32,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FCFE; }

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

This text font color is #F7FCFE.


Background Color

.myBgColor { background-color: #F7FCFE; }

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

This div background color is #F7FCFE.


Border color

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

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

This div border color is #F7FCFE.


Opacity

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

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

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

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

This text has shadow with #F7FCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FCFE on black background.


Color preview on white background

This text has color #F7FCFE on white background.



Black color preview on #F7FCFE background

This text has black color on #F7FCFE background.


White color preview on #F7FCFE background

This text has white color on #F7FCFE background.