COLOR #F6FCFA

HEX: #F6FCFA
RGB: (246,252,250)

Color info

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

RGB color model

#F6FCFA color RGB value is (246,252,250).

  • red value is 246;
  • green value is 252;
  • blue value is 250.
RGB:
(246,252,250)
(96%,99%,98%)

RGB channels and saturation

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

246
252
250

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

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 250 = 748 (100%)
R 246 of 748 ~ 32.89%
G 252 of 748 ~ 33.69%
B 250 of 748 ~ 33.42%

%32.89
%33.69
%33.42

CMYK color model

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

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(2,0,1,1)
C2M0Y1K1 
(2%,0%,1%,1%)
(0.02/0.00/0.01/0.01)	

CMYK percentages

%2.38
%0
%0.79
%1.18

Codes

Color #F6FCFA in popluar color models

F6FCFA
RGB246252250
HSL160°50.00%97.65%
HSB/HSV160°2.38%98.82%
CMYK2.38%0.00%0.79%
1.18%

Color #F6FCFA in popluar number systems.

HEXF6FCFA
Decimal246252250
Binary111101101111110011111010
Octal366374372

Shades and tints

Shades of #F6FCFA

#F6FCFA
(246,252,250)
#E0E6E4
(224,230,228)
#CAD0CE
(202,208,206)
#B4BAB8
(180,186,184)
#9EA4A2
(158,164,162)
#888E8C
(136,142,140)
#727876
(114,120,118)
#5C6260
(92,98,96)
#464C4A
(70,76,74)
#303634
(48,54,52)
#1A201E
(26,32,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCFA; }

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

This text font color is #F6FCFA.


Background Color

.myBgColor { background-color: #F6FCFA; }

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

This div background color is #F6FCFA.


Border color

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

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

This div border color is #F6FCFA.


Opacity

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

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

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

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

This text has shadow with #F6FCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCFA on black background.


Color preview on white background

This text has color #F6FCFA on white background.



Black color preview on #F6FCFA background

This text has black color on #F6FCFA background.


White color preview on #F6FCFA background

This text has white color on #F6FCFA background.