COLOR #F6FFFB

HEX: #F6FFFB
RGB: (246,255,251)

Color info

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

RGB color model

#F6FFFB color RGB value is (246,255,251).

  • red value is 246;
  • green value is 255;
  • blue value is 251.
RGB:
(246,255,251)
(96%,100%,98%)

RGB channels and saturation

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

246
255
251

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

Portions of RGB colors in percentages

R + G + B =
246 + 255 + 251 = 752 (100%)
R 246 of 752 ~ 32.71%
G 255 of 752 ~ 33.91%
B 251 of 752 ~ 33.38%

%32.71
%33.91
%33.38

CMYK color model

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

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(4,0,2,0)
C4M0Y2K0 
(4%,0%,2%,0%)
(0.04/0.00/0.02/0.00)	

CMYK percentages

%3.53
%0
%1.57
%0

Codes

Color #F6FFFB in popluar color models

F6FFFB
RGB246255251
HSL153°100.00%98.24%
HSB/HSV153°3.53%100.00%
CMYK3.53%0.00%1.57%
0.00%

Color #F6FFFB in popluar number systems.

HEXF6FFFB
Decimal246255251
Binary111101101111111111111011
Octal366377373

Shades and tints

Shades of #F6FFFB

#F6FFFB
(246,255,251)
#E0E8E5
(224,232,229)
#CAD1CF
(202,209,207)
#B4BAB9
(180,186,185)
#9EA3A3
(158,163,163)
#888C8D
(136,140,141)
#727577
(114,117,119)
#5C5E61
(92,94,97)
#46474B
(70,71,75)
#303035
(48,48,53)
#1A191F
(26,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FFFB; }

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

This text font color is #F6FFFB.


Background Color

.myBgColor { background-color: #F6FFFB; }

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

This div background color is #F6FFFB.


Border color

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

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

This div border color is #F6FFFB.


Opacity

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

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

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

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

This text has shadow with #F6FFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FFFB on black background.


Color preview on white background

This text has color #F6FFFB on white background.



Black color preview on #F6FFFB background

This text has black color on #F6FFFB background.


White color preview on #F6FFFB background

This text has white color on #F6FFFB background.