COLOR #F6FBFC

HEX: #F6FBFC RGB: (246,251,252)

Color info

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

RGB color model

#F6FBFC color RGB value is (246,251,252).

RGB: (246,251,252) (96%, 98%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 251 of 255 = 98%
B 252 of 255 = 99%

246
251
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 251 + 252 = 749 (100%)
R 246 of 749 ~ 32.84%
G 251 of 749 ~ 33.51%
B 252 of 749 ~ 33.64'%

%32.84
%33.51
%33.64

CMYK color model

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

  • cyan value is 2.38%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.18%

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

CMYK percentages

%2.38
%0.4
%0
%1.18

Codes

Color #F6FBFC in popluar color models

F6 FB FC
RGB 246 251 252
HSL 190° 50.00% 97.65%
HSB/HSV 190° 2.38% 98.82%
CMYK 2.38% 0.40% 0.00%
1.18%

Color #F6FBFC in popluar number systems.

HEX F6 FB FC
Decimal 246 251 252
Binary 11110110 11111011 11111100
Octal 366 373 374

Shades and tints

Shades of #F6FBFC

#F6FBFC
(246,251,252)
#E0E5E6
(224,229,230)
#CACFD0
(202,207,208)
#B4B9BA
(180,185,186)
#9EA3A4
(158,163,164)
#888D8E
(136,141,142)
#727778
(114,119,120)
#5C6162
(92,97,98)
#464B4C
(70,75,76)
#303536
(48,53,54)
#1A1F20
(26,31,32)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F6FBFC color. Also use rgb(246,251,252) instead hex code.

Text Font Color

.myTextColor { color: #F6FBFC; }

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

This text font color is #F6FBFC.

Background Color

.myBgColor { background-color: #F6FBFC; }

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

This div background color is #F6FBFC.

Border color

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

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

This div border color is #F6FBFC.

Opacity

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

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

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

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

This text has shadow with #F6FBFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FBFC.

Preview

Color preview on black background

This text has color #F6FBFC on black background.


Color preview on white background

This text has color #F6FBFC on white background.


Black color preview on #F6FBFC background

This text has black color on #F6FBFC background.


White color preview on #F6FBFC background

This text has white color on #F6FBFC background.


Related colors

Complementary color

Complementary color for #hex is #090403.


I love getcolorcode.com

Triadic colors

1 #FCF6FB and #FBFCF6 with #F6FBFC are triadic colors.

2 #FCFBF6 and #FBF6FC with #F6FBFC are triadic colors.