COLOR #F6FEFD

HEX: #F6FEFD RGB: (246,254,253)

Color info

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

RGB color model

#F6FEFD color RGB value is (246,254,253).

RGB: (246,254,253) (96%, 100%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 254 of 255 = 100%
B 253 of 255 = 99%

246
254
253

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

Portions of RGB colors in percentages

R + G + B = 246 + 254 + 253 = 753 (100%)
R 246 of 753 ~ 32.67%
G 254 of 753 ~ 33.73%
B 253 of 753 ~ 33.6'%

%32.67
%33.73
%33.6

CMYK color model

#F6FEFD color CMYK value is (3,0,0,0).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 0.39%
  • key color value is 0.39%

CMYK: (3,0,0,0)
C3M0Y0K0 (3%, 0%, 0%, 0%)
(0.03 / 0.00 / 0.00 / 0.00)

CMYK percentages

%3.15
%0
%0.39
%0.39

Codes

Color #F6FEFD in popluar color models

F6 FE FD
RGB 246 254 253
HSL 173° 80.00% 98.04%
HSB/HSV 173° 3.15% 99.61%
CMYK 3.15% 0.00% 0.39%
0.39%

Color #F6FEFD in popluar number systems.

HEX F6 FE FD
Decimal 246 254 253
Binary 11110110 11111110 11111101
Octal 366 376 375

Shades and tints

Shades of #F6FEFD

#F6FEFD
(246,254,253)
#E0E7E6
(224,231,230)
#CAD0CF
(202,208,207)
#B4B9B8
(180,185,184)
#9EA2A1
(158,162,161)
#888B8A
(136,139,138)
#727473
(114,116,115)
#5C5D5C
(92,93,92)
#464645
(70,70,69)
#302F2E
(48,47,46)
#1A1817
(26,24,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FEFD; }

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

This text font color is #F6FEFD.

Background Color

.myBgColor { background-color: #F6FEFD; }

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

This div background color is #F6FEFD.

Border color

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

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

This div border color is #F6FEFD.

Opacity

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

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

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

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

This text has shadow with #F6FEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FEFD.

Preview

Color preview on black background

This text has color #F6FEFD on black background.


Color preview on white background

This text has color #F6FEFD on white background.


Black color preview on #F6FEFD background

This text has black color on #F6FEFD background.


White color preview on #F6FEFD background

This text has white color on #F6FEFD background.


Related colors

Complementary color

Complementary color for #hex is #090102.


I love getcolorcode.com

Triadic colors

1 #FDF6FE and #FEFDF6 with #F6FEFD are triadic colors.

2 #FDFEF6 and #FEF6FD with #F6FEFD are triadic colors.