COLOR #F6FCFC

HEX: #F6FCFC
RGB: (246,252,252)

Color info

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

RGB color model

#F6FCFC color RGB value is (246,252,252).

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

RGB channels and saturation

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

246
252
252

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

Portions of RGB colors in percentages

R + G + B =
246 + 252 + 252 = 750 (100%)
R 246 of 750 ~ 32.8%
G 252 of 750 ~ 33.6%
B 252 of 750 ~ 33.6%

%32.8
%33.6
%33.6

CMYK color model

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

  • cyan value is 2.38%
  • magenta value is 0.00%
  • 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
%0
%1.18

Codes

Color #F6FCFC in popluar color models

F6FCFC
RGB246252252
HSL180°50.00%97.65%
HSB/HSV180°2.38%98.82%
CMYK2.38%0.00%0.00%
1.18%

Color #F6FCFC in popluar number systems.

HEXF6FCFC
Decimal246252252
Binary111101101111110011111100
Octal366374374

Shades and tints

Shades of #F6FCFC

#F6FCFC
(246,252,252)
#E0E6E6
(224,230,230)
#CAD0D0
(202,208,208)
#B4BABA
(180,186,186)
#9EA4A4
(158,164,164)
#888E8E
(136,142,142)
#727878
(114,120,120)
#5C6262
(92,98,98)
#464C4C
(70,76,76)
#303636
(48,54,54)
#1A2020
(26,32,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCFC; }

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

This text font color is #F6FCFC.


Background Color

.myBgColor { background-color: #F6FCFC; }

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

This div background color is #F6FCFC.


Border color

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

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

This div border color is #F6FCFC.


Opacity

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

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

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

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

This text has shadow with #F6FCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCFC on black background.


Color preview on white background

This text has color #F6FCFC on white background.



Black color preview on #F6FCFC background

This text has black color on #F6FCFC background.


White color preview on #F6FCFC background

This text has white color on #F6FCFC background.