COLOR #F6FCFB

HEX: #F6FCFB
RGB: (246,252,251)

Renk bilgisi

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

RGB renk modeli

#F6FCFB color RGB value is (246,252,251).

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

RGB bağlantıları ve doygunluk

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

246
252
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 252 + 251 = 749 (100%)
R 246 of 749 ~ 32.84%
G 252 of 749 ~ 33.64%
B 251 of 749 ~ 33.51%

%32.84
%33.64
%33.51

CMYK RENK MODELİ

#F6FCFB rengi CMYK tonu (2,0,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 0.00%
  • sarı tonu 0.40%
  • ana renk tonu 1.18%
CMYK:
(2,0,0,1)
C2M0Y0K1 
(2%,0%,0%,1%)
(0.02/0.00/0.00/0.01)	

CMYK yüzdeleri

%2.38
%0
%0.4
%1.18

Codes

Color #F6FCFB in popluar color models

F6FCFB
RGB246252251
HSL170°50.00%97.65%
HSB/HSV170°2.38%98.82%
CMYK2.38%0.00%0.40%
1.18%

Color #F6FCFB in popluar number systems.

HEXF6FCFB
Decimal246252251
Binary111101101111110011111011
Octal366374373

Shades and tints

Shades of #F6FCFB

#F6FCFB
(246,252,251)
#E0E6E5
(224,230,229)
#CAD0CF
(202,208,207)
#B4BAB9
(180,186,185)
#9EA4A3
(158,164,163)
#888E8D
(136,142,141)
#727877
(114,120,119)
#5C6261
(92,98,97)
#464C4B
(70,76,75)
#303635
(48,54,53)
#1A201F
(26,32,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FCFB; }

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

This text font color is #F6FCFB.


Background Color

.myBgColor { background-color: #F6FCFB; }

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

This div background color is #F6FCFB.


Border color

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

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

This div border color is #F6FCFB.


Opacity

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

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

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

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

This text has shadow with #F6FCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCFB on black background.


Color preview on white background

This text has color #F6FCFB on white background.



Black color preview on #F6FCFB background

This text has black color on #F6FCFB background.


White color preview on #F6FCFB background

This text has white color on #F6FCFB background.