COLOR #F6F8FA

HEX: #F6F8FA RGB: (246,248,250)

Color info

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

RGB color model

#F6F8FA color RGB value is (246,248,250).

RGB: (246,248,250) (96%, 97%, 98%)

RGB channels and saturation

R 246 of 255 = 96%
G 248 of 255 = 97%
B 250 of 255 = 98%

246
248
250

R + G + B ~ 97%. #F6F8FA is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 248 + 250 = 744 (100%)
R 246 of 744 ~ 33.06%
G 248 of 744 ~ 33.33%
B 250 of 744 ~ 33.6'%

%33.06
%33.33
%33.6

CMYK color model

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

  • cyan value is 1.60%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%

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

CMYK percentages

%1.6
%0.8
%0
%1.96

Codes

Color #F6F8FA in popluar color models

F6 F8 FA
RGB 246 248 250
HSL 210° 28.57% 97.25%
HSB/HSV 210° 1.60% 98.04%
CMYK 1.60% 0.80% 0.00%
1.96%

Color #F6F8FA in popluar number systems.

HEX F6 F8 FA
Decimal 246 248 250
Binary 11110110 11111000 11111010
Octal 366 370 372

Shades and tints

Shades of #F6F8FA

#F6F8FA
(246,248,250)
#E0E2E4
(224,226,228)
#CACCCE
(202,204,206)
#B4B6B8
(180,182,184)
#9EA0A2
(158,160,162)
#888A8C
(136,138,140)
#727476
(114,116,118)
#5C5E60
(92,94,96)
#46484A
(70,72,74)
#303234
(48,50,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F6F8FA color. Also use rgb(246,248,250) instead hex code.

Text Font Color

.myTextColor { color: #F6F8FA; }

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

This text font color is #F6F8FA.

Background Color

.myBgColor { background-color: #F6F8FA; }

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

This div background color is #F6F8FA.

Border color

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

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

This div border color is #F6F8FA.

Opacity

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

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

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

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

This text has shadow with #F6F8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F8FA.

Preview

Color preview on black background

This text has color #F6F8FA on black background.


Color preview on white background

This text has color #F6F8FA on white background.


Black color preview on #F6F8FA background

This text has black color on #F6F8FA background.


White color preview on #F6F8FA background

This text has white color on #F6F8FA background.


Related colors

Complementary color

Complementary color for #hex is #090705.


I love getcolorcode.com

Triadic colors

1 #FAF6F8 and #F8FAF6 with #F6F8FA are triadic colors.

2 #FAF8F6 and #F8F6FA with #F6F8FA are triadic colors.