COLOR #F6FEFB

HEX: #F6FEFB
RGB: (246,254,251)

Color info

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

RGB color model

#F6FEFB color RGB value is (246,254,251).

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

RGB channels and saturation

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

246
254
251

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

Portions of RGB colors in percentages

R + G + B =
246 + 254 + 251 = 751 (100%)
R 246 of 751 ~ 32.76%
G 254 of 751 ~ 33.82%
B 251 of 751 ~ 33.42%

%32.76
%33.82
%33.42

CMYK color model

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

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(3,0,1,0)
C3M0Y1K0 
(3%,0%,1%,0%)
(0.03/0.00/0.01/0.00)	

CMYK percentages

%3.15
%0
%1.18
%0.39

Codes

Color #F6FEFB in popluar color models

F6FEFB
RGB246254251
HSL158°80.00%98.04%
HSB/HSV158°3.15%99.61%
CMYK3.15%0.00%1.18%
0.39%

Color #F6FEFB in popluar number systems.

HEXF6FEFB
Decimal246254251
Binary111101101111111011111011
Octal366376373

Shades and tints

Shades of #F6FEFB

#F6FEFB
(246,254,251)
#E0E7E5
(224,231,229)
#CAD0CF
(202,208,207)
#B4B9B9
(180,185,185)
#9EA2A3
(158,162,163)
#888B8D
(136,139,141)
#727477
(114,116,119)
#5C5D61
(92,93,97)
#46464B
(70,70,75)
#302F35
(48,47,53)
#1A181F
(26,24,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FEFB; }

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

This text font color is #F6FEFB.


Background Color

.myBgColor { background-color: #F6FEFB; }

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

This div background color is #F6FEFB.


Border color

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

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

This div border color is #F6FEFB.


Opacity

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

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

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

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

This text has shadow with #F6FEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FEFB on black background.


Color preview on white background

This text has color #F6FEFB on white background.



Black color preview on #F6FEFB background

This text has black color on #F6FEFB background.


White color preview on #F6FEFB background

This text has white color on #F6FEFB background.