COLOR #F6FFFD

HEX: #F6FFFD RGB: (246,255,253)

Color info

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

RGB color model

#F6FFFD color RGB value is (246,255,253).

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

RGB channels and saturation

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

246
255
253

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

Portions of RGB colors in percentages

R + G + B = 246 + 255 + 253 = 754 (100%)
R 246 of 754 ~ 32.63%
G 255 of 754 ~ 33.82%
B 253 of 754 ~ 33.55'%

%32.63
%33.82
%33.55

CMYK color model

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

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • 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
%0.78
%0

Codes

Color #F6FFFD in popluar color models

F6 FF FD
RGB 246 255 253
HSL 167° 100.00% 98.24%
HSB/HSV 167° 3.53% 100.00%
CMYK 3.53% 0.00% 0.78%
0.00%

Color #F6FFFD in popluar number systems.

HEX F6 FF FD
Decimal 246 255 253
Binary 11110110 11111111 11111101
Octal 366 377 375

Shades and tints

Shades of #F6FFFD

#F6FFFD
(246,255,253)
#E0E8E6
(224,232,230)
#CAD1CF
(202,209,207)
#B4BAB8
(180,186,184)
#9EA3A1
(158,163,161)
#888C8A
(136,140,138)
#727573
(114,117,115)
#5C5E5C
(92,94,92)
#464745
(70,71,69)
#30302E
(48,48,46)
#1A1917
(26,25,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FFFD; }

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

This text font color is #F6FFFD.

Background Color

.myBgColor { background-color: #F6FFFD; }

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

This div background color is #F6FFFD.

Border color

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

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

This div border color is #F6FFFD.

Opacity

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

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

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

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

This text has shadow with #F6FFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FFFD.

Preview

Color preview on black background

This text has color #F6FFFD on black background.


Color preview on white background

This text has color #F6FFFD on white background.


Black color preview on #F6FFFD background

This text has black color on #F6FFFD background.


White color preview on #F6FFFD background

This text has white color on #F6FFFD background.


Related colors

Complementary color

Complementary color for #hex is #090002.


I love getcolorcode.com

Triadic colors

1 #FDF6FF and #FFFDF6 with #F6FFFD are triadic colors.

2 #FDFFF6 and #FFF6FD with #F6FFFD are triadic colors.