COLOR #F6F9FF

HEX: #F6F9FF RGB: (246,249,255)

Color info

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

RGB color model

#F6F9FF color RGB value is (246,249,255).

RGB: (246,249,255) (96%, 98%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 249 of 255 = 98%
B 255 of 255 = 100%

246
249
255

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

Portions of RGB colors in percentages

R + G + B = 246 + 249 + 255 = 750 (100%)
R 246 of 750 ~ 32.8%
G 249 of 750 ~ 33.2%
B 255 of 750 ~ 34'%

%32.8
%33.2
%34

CMYK color model

#F6F9FF color CMYK value is (4,2,0,0).

  • cyan value is 3.53%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,2,0,0)
C4M2Y0K0 (4%, 2%, 0%, 0%)
(0.04 / 0.02 / 0.00 / 0.00)

CMYK percentages

%3.53
%2.35
%0
%0

Codes

Color #F6F9FF in popluar color models

F6 F9 FF
RGB 246 249 255
HSL 220° 100.00% 98.24%
HSB/HSV 220° 3.53% 100.00%
CMYK 3.53% 2.35% 0.00%
0.00%

Color #F6F9FF in popluar number systems.

HEX F6 F9 FF
Decimal 246 249 255
Binary 11110110 11111001 11111111
Octal 366 371 377

Shades and tints

Shades of #F6F9FF

#F6F9FF
(246,249,255)
#E0E3E8
(224,227,232)
#CACDD1
(202,205,209)
#B4B7BA
(180,183,186)
#9EA1A3
(158,161,163)
#888B8C
(136,139,140)
#727575
(114,117,117)
#5C5F5E
(92,95,94)
#464947
(70,73,71)
#303330
(48,51,48)
#1A1D19
(26,29,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F9FF; }

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

This text font color is #F6F9FF.

Background Color

.myBgColor { background-color: #F6F9FF; }

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

This div background color is #F6F9FF.

Border color

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

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

This div border color is #F6F9FF.

Opacity

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

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

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

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

This text has shadow with #F6F9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F9FF.

Preview

Color preview on black background

This text has color #F6F9FF on black background.


Color preview on white background

This text has color #F6F9FF on white background.


Black color preview on #F6F9FF background

This text has black color on #F6F9FF background.


White color preview on #F6F9FF background

This text has white color on #F6F9FF background.


Related colors

Complementary color

Complementary color for #hex is #090600.


I love getcolorcode.com

Triadic colors

1 #FFF6F9 and #F9FFF6 with #F6F9FF are triadic colors.

2 #FFF9F6 and #F9F6FF with #F6F9FF are triadic colors.