COLOR #F6FAFB

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

Renk bilgisi

#F6FAFB contains red, green and blue colors in about the same proportion. #F6FAFB ‘ nin web güvenlik rengi #FFFFFF (ya da #FFF) dir.

RGB renk modeli

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

  • kırmız ton 246;
  • yeşil ton 250;
  • mavi ton 251.
RGB:
(246,250,251)
(96%,98%,98%)

RGB bağlantıları ve doygunluk

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

246
250
251

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

Yüzdelerle RGB renk parçaları

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

%32.93
%33.47
%33.6

CMYK RENK MODELİ

#F6FAFB rengi CMYK tonu (2,0,0,2).

  • camgöbeği tonu 1.99%
  • eflatun tonu 0.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(2,0,0,2)
C2M0Y0K2 
(2%,0%,0%,2%)
(0.02/0.00/0.00/0.02)	

CMYK yüzdeleri

%1.99
%0.4
%0
%1.57

Codes

Color #F6FAFB in popluar color models

F6FAFB
RGB246250251
HSL192°38.46%97.45%
HSB/HSV192°1.99%98.43%
CMYK1.99%0.40%0.00%
1.57%

Color #F6FAFB in popluar number systems.

HEXF6FAFB
Decimal246250251
Binary111101101111101011111011
Octal366372373

Shades and tints

Shades of #F6FAFB

#F6FAFB
(246,250,251)
#E0E4E5
(224,228,229)
#CACECF
(202,206,207)
#B4B8B9
(180,184,185)
#9EA2A3
(158,162,163)
#888C8D
(136,140,141)
#727677
(114,118,119)
#5C6061
(92,96,97)
#464A4B
(70,74,75)
#303435
(48,52,53)
#1A1E1F
(26,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAFB; }

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

This text font color is #F6FAFB.


Background Color

.myBgColor { background-color: #F6FAFB; }

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

This div background color is #F6FAFB.


Border color

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

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

This div border color is #F6FAFB.


Opacity

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

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

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

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

This text has shadow with #F6FAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAFB on black background.


Color preview on white background

This text has color #F6FAFB on white background.



Black color preview on #F6FAFB background

This text has black color on #F6FAFB background.


White color preview on #F6FAFB background

This text has white color on #F6FAFB background.