COLOR #F6FBFA

HEX: #F6FBFA
RGB: (246,251,250)

Color info

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

RGB color model

#F6FBFA color RGB value is (246,251,250).

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

RGB channels and saturation

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

246
251
250

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

Portions of RGB colors in percentages

R + G + B =
246 + 251 + 250 = 747 (100%)
R 246 of 747 ~ 32.93%
G 251 of 747 ~ 33.6%
B 250 of 747 ~ 33.47%

%32.93
%33.6
%33.47

CMYK color model

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

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 0.40%
  • 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.4
%1.57

Codes

Color #F6FBFA in popluar color models

F6FBFA
RGB246251250
HSL168°38.46%97.45%
HSB/HSV168°1.99%98.43%
CMYK1.99%0.00%0.40%
1.57%

Color #F6FBFA in popluar number systems.

HEXF6FBFA
Decimal246251250
Binary111101101111101111111010
Octal366373372

Shades and tints

Shades of #F6FBFA

#F6FBFA
(246,251,250)
#E0E5E4
(224,229,228)
#CACFCE
(202,207,206)
#B4B9B8
(180,185,184)
#9EA3A2
(158,163,162)
#888D8C
(136,141,140)
#727776
(114,119,118)
#5C6160
(92,97,96)
#464B4A
(70,75,74)
#303534
(48,53,52)
#1A1F1E
(26,31,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FBFA; }

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

This text font color is #F6FBFA.


Background Color

.myBgColor { background-color: #F6FBFA; }

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

This div background color is #F6FBFA.


Border color

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

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

This div border color is #F6FBFA.


Opacity

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

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

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

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

This text has shadow with #F6FBFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FBFA on black background.


Color preview on white background

This text has color #F6FBFA on white background.



Black color preview on #F6FBFA background

This text has black color on #F6FBFA background.


White color preview on #F6FBFA background

This text has white color on #F6FBFA background.