COLOR #F7FAFF

HEX: #F7FAFF RGB: (247,250,255)

Color info

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

RGB color model

#F7FAFF color RGB value is (247,250,255).

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

RGB channels and saturation

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

247
250
255

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

Portions of RGB colors in percentages

R + G + B = 247 + 250 + 255 = 752 (100%)
R 247 of 752 ~ 32.85%
G 250 of 752 ~ 33.24%
B 255 of 752 ~ 33.91'%

%32.85
%33.24
%33.91

CMYK color model

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

  • cyan value is 3.14%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (3,2,0,0)
C3M2Y0K0 (3%, 2%, 0%, 0%)
(0.03 / 0.02 / 0.00 / 0.00)

CMYK percentages

%3.14
%1.96
%0
%0

Codes

Color #F7FAFF in popluar color models

F7 FA FF
RGB 247 250 255
HSL 218° 100.00% 98.43%
HSB/HSV 218° 3.14% 100.00%
CMYK 3.14% 1.96% 0.00%
0.00%

Color #F7FAFF in popluar number systems.

HEX F7 FA FF
Decimal 247 250 255
Binary 11110111 11111010 11111111
Octal 367 372 377

Shades and tints

Shades of #F7FAFF

#F7FAFF
(247,250,255)
#E1E4E8
(225,228,232)
#CBCED1
(203,206,209)
#B5B8BA
(181,184,186)
#9FA2A3
(159,162,163)
#898C8C
(137,140,140)
#737675
(115,118,117)
#5D605E
(93,96,94)
#474A47
(71,74,71)
#313430
(49,52,48)
#1B1E19
(27,30,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7FAFF; }

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

This text font color is #F7FAFF.

Background Color

.myBgColor { background-color: #F7FAFF; }

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

This div background color is #F7FAFF.

Border color

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

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

This div border color is #F7FAFF.

Opacity

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

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

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

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

This text has shadow with #F7FAFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7FAFF.

Preview

Color preview on black background

This text has color #F7FAFF on black background.


Color preview on white background

This text has color #F7FAFF on white background.


Black color preview on #F7FAFF background

This text has black color on #F7FAFF background.


White color preview on #F7FAFF background

This text has white color on #F7FAFF background.


Related colors

Complementary color

Complementary color for #hex is #080500.


I love getcolorcode.com

Triadic colors

1 #FFF7FA and #FAFFF7 with #F7FAFF are triadic colors.

2 #FFFAF7 and #FAF7FF with #F7FAFF are triadic colors.