COLOR #F7FFFB

HEX: #F7FFFB RGB: (247,255,251)

Color info

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

RGB color model

#F7FFFB color RGB value is (247,255,251).

RGB: (247,255,251) (97%, 100%, 98%)

RGB channels and saturation

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

247
255
251

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

Portions of RGB colors in percentages

R + G + B = 247 + 255 + 251 = 753 (100%)
R 247 of 753 ~ 32.8%
G 255 of 753 ~ 33.86%
B 251 of 753 ~ 33.33'%

%32.8
%33.86
%33.33

CMYK color model

#F7FFFB color CMYK value is (3,0,2,0).

  • cyan value is 3.14%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK: (3,0,2,0) C3M0Y2K0 (3%,0%,2%,0%) (0.03/0.00/0.02/0.00) 

CMYK percentages

%3.14
%0
%1.57
%0

Codes

Color #F7FFFB in popluar color models

F7 FF FB
RGB 247 255 251
HSL 150° 100.00% 98.43%
HSB/HSV 150° 3.14% 100.00%
CMYK 3.14% 0.00% 1.57%
0.00%

Color #F7FFFB in popluar number systems.

HEX F7 FF FB
Decimal 247 255 251
Binary 11110111 11111111 11111011
Octal 367 377 373

Shades and tints

Shades of #F7FFFB

#F7FFFB
(247,255,251)
#E1E8E5
(225,232,229)
#CBD1CF
(203,209,207)
#B5BAB9
(181,186,185)
#9FA3A3
(159,163,163)
#898C8D
(137,140,141)
#737577
(115,117,119)
#5D5E61
(93,94,97)
#47474B
(71,71,75)
#313035
(49,48,53)
#1B191F
(27,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FFFB; }

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

This text font color is #F7FFFB.

Background Color

.myBgColor { background-color: #F7FFFB; }

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

This div background color is #F7FFFB.

Border color

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

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

This div border color is #F7FFFB.

Opacity

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

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

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

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

This text has shadow with #F7FFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FFFB.

Preview

Color preview on black background

This text has color #F7FFFB on black background.


Color preview on white background

This text has color #F7FFFB on white background.


Black color preview on #F7FFFB background

This text has black color on #F7FFFB background.


White color preview on #F7FFFB background

This text has white color on #F7FFFB background.


Related colors

Complementary color

Complementary color for #hex is #080004.


I love getcolorcode.com

Triadic colors

1 #FBF7FF and #FFFBF7 with #F7FFFB are triadic colors.

2 #FBFFF7 and #FFF7FB with #F7FFFB are triadic colors.