COLOR #F6FBFB

HEX: #F6FBFB
RGB: (246,251,251)

Color info

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

RGB color model

#F6FBFB color RGB value is (246,251,251).

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

RGB channels and saturation

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

246
251
251

R + G + B ~ 97%. #F6FBFB is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 251 + 251 = 748 (100%)
R 246 of 748 ~ 32.89%
G 251 of 748 ~ 33.56%
B 251 of 748 ~ 33.56%

%32.89
%33.56
%33.56

CMYK color model

#F6FBFB color CMYK value is (2,0,0,2).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,0,0,2)
C2M0Y0K2 
(2%,0%,0%,2%)
(0.02/0.00/0.00/0.02)	

CMYK percentages

%1.99
%0
%0
%1.57

Codes

Color #F6FBFB in popluar color models

F6FBFB
RGB246251251
HSL180°38.46%97.45%
HSB/HSV180°1.99%98.43%
CMYK1.99%0.00%0.00%
1.57%

Color #F6FBFB in popluar number systems.

HEXF6FBFB
Decimal246251251
Binary111101101111101111111011
Octal366373373

Shades and tints

Shades of #F6FBFB

#F6FBFB
(246,251,251)
#E0E5E5
(224,229,229)
#CACFCF
(202,207,207)
#B4B9B9
(180,185,185)
#9EA3A3
(158,163,163)
#888D8D
(136,141,141)
#727777
(114,119,119)
#5C6161
(92,97,97)
#464B4B
(70,75,75)
#303535
(48,53,53)
#1A1F1F
(26,31,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FBFB; }

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

This text font color is #F6FBFB.


Background Color

.myBgColor { background-color: #F6FBFB; }

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

This div background color is #F6FBFB.


Border color

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

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

This div border color is #F6FBFB.


Opacity

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

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

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

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

This text has shadow with #F6FBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FBFB on black background.


Color preview on white background

This text has color #F6FBFB on white background.



Black color preview on #F6FBFB background

This text has black color on #F6FBFB background.


White color preview on #F6FBFB background

This text has white color on #F6FBFB background.