COLOR #F7FEFB

HEX: #F7FEFB
RGB: (247,254,251)

Color info

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

RGB color model

#F7FEFB color RGB value is (247,254,251).

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

RGB channels and saturation

R 247 of 255 = 97%
G 254 of 255 = 100%
B 251 of 255 = 98%

247
254
251

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

Portions of RGB colors in percentages

R + G + B =
247 + 254 + 251 = 752 (100%)
R 247 of 752 ~ 32.85%
G 254 of 752 ~ 33.78%
B 251 of 752 ~ 33.38%

%32.85
%33.78
%33.38

CMYK color model

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

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

CMYK percentages

%2.76
%0
%1.18
%0.39

Codes

Color #F7FEFB in popluar color models

F7FEFB
RGB247254251
HSL154°77.78%98.24%
HSB/HSV154°2.76%99.61%
CMYK2.76%0.00%1.18%
0.39%

Color #F7FEFB in popluar number systems.

HEXF7FEFB
Decimal247254251
Binary111101111111111011111011
Octal367376373

Shades and tints

Shades of #F7FEFB

#F7FEFB
(247,254,251)
#E1E7E5
(225,231,229)
#CBD0CF
(203,208,207)
#B5B9B9
(181,185,185)
#9FA2A3
(159,162,163)
#898B8D
(137,139,141)
#737477
(115,116,119)
#5D5D61
(93,93,97)
#47464B
(71,70,75)
#312F35
(49,47,53)
#1B181F
(27,24,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FEFB; }

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

This text font color is #F7FEFB.


Background Color

.myBgColor { background-color: #F7FEFB; }

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

This div background color is #F7FEFB.


Border color

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

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

This div border color is #F7FEFB.


Opacity

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

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

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

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

This text has shadow with #F7FEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7FEFB on black background.


Color preview on white background

This text has color #F7FEFB on white background.



Black color preview on #F7FEFB background

This text has black color on #F7FEFB background.


White color preview on #F7FEFB background

This text has white color on #F7FEFB background.