COLOR #F6FDFD

HEX: #F6FDFD RGB: (246,253,253)

Color info

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

RGB color model

#F6FDFD color RGB value is (246,253,253).

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

RGB channels and saturation

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

246
253
253

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

Portions of RGB colors in percentages

R + G + B = 246 + 253 + 253 = 752 (100%)
R 246 of 752 ~ 32.71%
G 253 of 752 ~ 33.64%
B 253 of 752 ~ 33.64'%

%32.71
%33.64
%33.64

CMYK color model

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

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

Codes

Color #F6FDFD in popluar color models

F6 FD FD
RGB 246 253 253
HSL 180° 63.64% 97.84%
HSB/HSV 180° 2.77% 99.22%
CMYK 2.77% 0.00% 0.00%
0.78%

Color #F6FDFD in popluar number systems.

HEX F6 FD FD
Decimal 246 253 253
Binary 11110110 11111101 11111101
Octal 366 375 375

Shades and tints

Shades of #F6FDFD

#F6FDFD
(246,253,253)
#E0E6E6
(224,230,230)
#CACFCF
(202,207,207)
#B4B8B8
(180,184,184)
#9EA1A1
(158,161,161)
#888A8A
(136,138,138)
#727373
(114,115,115)
#5C5C5C
(92,92,92)
#464545
(70,69,69)
#302E2E
(48,46,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDFD; }

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

This text font color is #F6FDFD.

Background Color

.myBgColor { background-color: #F6FDFD; }

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

This div background color is #F6FDFD.

Border color

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

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

This div border color is #F6FDFD.

Opacity

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

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

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

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

This text has shadow with #F6FDFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FDFD.

Preview

Color preview on black background

This text has color #F6FDFD on black background.


Color preview on white background

This text has color #F6FDFD on white background.


Black color preview on #F6FDFD background

This text has black color on #F6FDFD background.


White color preview on #F6FDFD background

This text has white color on #F6FDFD background.


Related colors

Complementary color

Complementary color for #hex is #090202.


I love getcolorcode.com