COLOR #F7FDFB

HEX: #F7FDFB RGB: (247,253,251)

Color info

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

RGB color model

#F7FDFB color RGB value is (247,253,251).

RGB: (247,253,251) (97%, 99%, 98%)

RGB channels and saturation

R 247 of 255 = 97%
G 253 of 255 = 99%
B 251 of 255 = 98%

247
253
251

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

Portions of RGB colors in percentages

R + G + B = 247 + 253 + 251 = 751 (100%)
R 247 of 751 ~ 32.89%
G 253 of 751 ~ 33.69%
B 251 of 751 ~ 33.42'%

%32.89
%33.69
%33.42

CMYK color model

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

  • cyan value is 2.37%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 0.78%

CMYK: (2,0,1,1)
C2M0Y1K1 (2%, 0%, 1%, 1%)
(0.02 / 0.00 / 0.01 / 0.01)

CMYK percentages

%2.37
%0
%0.79
%0.78

Codes

Color #F7FDFB in popluar color models

F7 FD FB
RGB 247 253 251
HSL 160° 60.00% 98.04%
HSB/HSV 160° 2.37% 99.22%
CMYK 2.37% 0.00% 0.79%
0.78%

Color #F7FDFB in popluar number systems.

HEX F7 FD FB
Decimal 247 253 251
Binary 11110111 11111101 11111011
Octal 367 375 373

Shades and tints

Shades of #F7FDFB

#F7FDFB
(247,253,251)
#E1E6E5
(225,230,229)
#CBCFCF
(203,207,207)
#B5B8B9
(181,184,185)
#9FA1A3
(159,161,163)
#898A8D
(137,138,141)
#737377
(115,115,119)
#5D5C61
(93,92,97)
#47454B
(71,69,75)
#312E35
(49,46,53)
#1B171F
(27,23,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FDFB; }

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

This text font color is #F7FDFB.

Background Color

.myBgColor { background-color: #F7FDFB; }

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

This div background color is #F7FDFB.

Border color

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

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

This div border color is #F7FDFB.

Opacity

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

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

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

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

This text has shadow with #F7FDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FDFB.

Preview

Color preview on black background

This text has color #F7FDFB on black background.


Color preview on white background

This text has color #F7FDFB on white background.


Black color preview on #F7FDFB background

This text has black color on #F7FDFB background.


White color preview on #F7FDFB background

This text has white color on #F7FDFB background.


Related colors

Complementary color

Complementary color for #hex is #080204.


I love getcolorcode.com

Triadic colors

1 #FBF7FD and #FDFBF7 with #F7FDFB are triadic colors.

2 #FBFDF7 and #FDF7FB with #F7FDFB are triadic colors.