COLOR #F6FDFC

HEX: #F6FDFC RGB: (246,253,252)

Color info

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

RGB color model

#F6FDFC color RGB value is (246,253,252).

RGB: (246,253,252) (96%, 99%, 99%)

RGB channels and saturation

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

246
253
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 253 + 252 = 751 (100%)
R 246 of 751 ~ 32.76%
G 253 of 751 ~ 33.69%
B 252 of 751 ~ 33.56'%

%32.76
%33.69
%33.56

CMYK color model

#F6FDFC color CMYK value is (3,0,0,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • key color value is 0.78%

CMYK: (3,0,0,1)
C3M0Y0K1 (3%, 0%, 0%, 1%)
(0.03 / 0.00 / 0.00 / 0.01)

CMYK percentages

%2.77
%0
%0.4
%0.78

Codes

Color #F6FDFC in popluar color models

F6 FD FC
RGB 246 253 252
HSL 171° 63.64% 97.84%
HSB/HSV 171° 2.77% 99.22%
CMYK 2.77% 0.00% 0.40%
0.78%

Color #F6FDFC in popluar number systems.

HEX F6 FD FC
Decimal 246 253 252
Binary 11110110 11111101 11111100
Octal 366 375 374

Shades and tints

Shades of #F6FDFC

#F6FDFC
(246,253,252)
#E0E6E6
(224,230,230)
#CACFD0
(202,207,208)
#B4B8BA
(180,184,186)
#9EA1A4
(158,161,164)
#888A8E
(136,138,142)
#727378
(114,115,120)
#5C5C62
(92,92,98)
#46454C
(70,69,76)
#302E36
(48,46,54)
#1A1720
(26,23,32)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDFC; }

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

This text font color is #F6FDFC.

Background Color

.myBgColor { background-color: #F6FDFC; }

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

This div background color is #F6FDFC.

Border color

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

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

This div border color is #F6FDFC.

Opacity

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

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

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

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

This text has shadow with #F6FDFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FDFC.

Preview

Color preview on black background

This text has color #F6FDFC on black background.


Color preview on white background

This text has color #F6FDFC on white background.


Black color preview on #F6FDFC background

This text has black color on #F6FDFC background.


White color preview on #F6FDFC background

This text has white color on #F6FDFC background.


Related colors

Complementary color

Complementary color for #hex is #090203.


I love getcolorcode.com

Triadic colors

1 #FCF6FD and #FDFCF6 with #F6FDFC are triadic colors.

2 #FCFDF6 and #FDF6FC with #F6FDFC are triadic colors.