COLOR #F6FAFD

HEX: #F6FAFD
RGB: (246,250,253)

Renk bilgisi

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

RGB renk modeli

#F6FAFD color RGB value is (246,250,253).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 250 of 255 = 98%
B 253 of 255 = 99%

246
250
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 250 + 253 = 749 (100%)
R 246 of 749 ~ 32.84%
G 250 of 749 ~ 33.38%
B 253 of 749 ~ 33.78%

%32.84
%33.38
%33.78

CMYK RENK MODELİ

#F6FAFD rengi CMYK tonu (3,1,0,1).

  • camgöbeği tonu 2.77%
  • eflatun tonu 1.19%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(3,1,0,1)
C3M1Y0K1 
(3%,1%,0%,1%)
(0.03/0.01/0.00/0.01)	

CMYK yüzdeleri

%2.77
%1.19
%0
%0.78

Codes

Color #F6FAFD in popluar color models

F6FAFD
RGB246250253
HSL206°63.64%97.84%
HSB/HSV206°2.77%99.22%
CMYK2.77%1.19%0.00%
0.78%

Color #F6FAFD in popluar number systems.

HEXF6FAFD
Decimal246250253
Binary111101101111101011111101
Octal366372375

Shades and tints

Shades of #F6FAFD

#F6FAFD
(246,250,253)
#E0E4E6
(224,228,230)
#CACECF
(202,206,207)
#B4B8B8
(180,184,184)
#9EA2A1
(158,162,161)
#888C8A
(136,140,138)
#727673
(114,118,115)
#5C605C
(92,96,92)
#464A45
(70,74,69)
#30342E
(48,52,46)
#1A1E17
(26,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAFD; }

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

This text font color is #F6FAFD.


Background Color

.myBgColor { background-color: #F6FAFD; }

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

This div background color is #F6FAFD.


Border color

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

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

This div border color is #F6FAFD.


Opacity

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

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

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

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

This text has shadow with #F6FAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAFD on black background.


Color preview on white background

This text has color #F6FAFD on white background.



Black color preview on #F6FAFD background

This text has black color on #F6FAFD background.


White color preview on #F6FAFD background

This text has white color on #F6FAFD background.