COLOR #F6FAF9

HEX: #F6FAF9
RGB: (246,250,249)

Renk bilgisi

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

RGB renk modeli

#F6FAF9 color RGB value is (246,250,249).

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

RGB bağlantıları ve doygunluk

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

246
250
249

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 250 + 249 = 745 (100%)
R 246 of 745 ~ 33.02%
G 250 of 745 ~ 33.56%
B 249 of 745 ~ 33.42%

%33.02
%33.56
%33.42

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%1.6
%0
%0.4
%1.96

Codes

Color #F6FAF9 in popluar color models

F6FAF9
RGB246250249
HSL165°28.57%97.25%
HSB/HSV165°1.60%98.04%
CMYK1.60%0.00%0.40%
1.96%

Color #F6FAF9 in popluar number systems.

HEXF6FAF9
Decimal246250249
Binary111101101111101011111001
Octal366372371

Shades and tints

Shades of #F6FAF9

#F6FAF9
(246,250,249)
#E0E4E3
(224,228,227)
#CACECD
(202,206,205)
#B4B8B7
(180,184,183)
#9EA2A1
(158,162,161)
#888C8B
(136,140,139)
#727675
(114,118,117)
#5C605F
(92,96,95)
#464A49
(70,74,73)
#303433
(48,52,51)
#1A1E1D
(26,30,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FAF9; }

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

This text font color is #F6FAF9.


Background Color

.myBgColor { background-color: #F6FAF9; }

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

This div background color is #F6FAF9.


Border color

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

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

This div border color is #F6FAF9.


Opacity

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

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

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

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

This text has shadow with #F6FAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FAF9 on black background.


Color preview on white background

This text has color #F6FAF9 on white background.



Black color preview on #F6FAF9 background

This text has black color on #F6FAF9 background.


White color preview on #F6FAF9 background

This text has white color on #F6FAF9 background.