COLOR #F6FFFC

HEX: #F6FFFC RGB: (246,255,252)

Color info

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

RGB color model

#F6FFFC color RGB value is (246,255,252).

RGB: (246,255,252) (96%, 100%, 99%)

RGB channels and saturation

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

246
255
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 255 + 252 = 753 (100%)
R 246 of 753 ~ 32.67%
G 255 of 753 ~ 33.86%
B 252 of 753 ~ 33.47'%

%32.67
%33.86
%33.47

CMYK color model

#F6FFFC color CMYK value is (4,0,1,0).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.00%
CMYK: (4,0,1,0) C4M0Y1K0 (4%,0%,1%,0%) (0.04/0.00/0.01/0.00) 

CMYK percentages

%3.53
%0
%1.18
%0

Codes

Color #F6FFFC in popluar color models

F6 FF FC
RGB 246 255 252
HSL 160° 100.00% 98.24%
HSB/HSV 160° 3.53% 100.00%
CMYK 3.53% 0.00% 1.18%
0.00%

Color #F6FFFC in popluar number systems.

HEX F6 FF FC
Decimal 246 255 252
Binary 11110110 11111111 11111100
Octal 366 377 374

Shades and tints

Shades of #F6FFFC

#F6FFFC
(246,255,252)
#E0E8E6
(224,232,230)
#CAD1D0
(202,209,208)
#B4BABA
(180,186,186)
#9EA3A4
(158,163,164)
#888C8E
(136,140,142)
#727578
(114,117,120)
#5C5E62
(92,94,98)
#46474C
(70,71,76)
#303036
(48,48,54)
#1A1920
(26,25,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FFFC; }

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

This text font color is #F6FFFC.

Background Color

.myBgColor { background-color: #F6FFFC; }

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

This div background color is #F6FFFC.

Border color

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

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

This div border color is #F6FFFC.

Opacity

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

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

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

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

This text has shadow with #F6FFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FFFC.

Preview

Color preview on black background

This text has color #F6FFFC on black background.


Color preview on white background

This text has color #F6FFFC on white background.


Black color preview on #F6FFFC background

This text has black color on #F6FFFC background.


White color preview on #F6FFFC background

This text has white color on #F6FFFC background.


Related colors

Complementary color

Complementary color for #hex is #090003.


I love getcolorcode.com

Triadic colors

1 #FCF6FF and #FFFCF6 with #F6FFFC are triadic colors.

2 #FCFFF6 and #FFF6FC with #F6FFFC are triadic colors.