COLOR #F6FDFB

HEX: #F6FDFB
RGB: (246,253,251)

Renk bilgisi

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

RGB renk modeli

#F6FDFB color RGB value is (246,253,251).

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

RGB bağlantıları ve doygunluk

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

246
253
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 253 + 251 = 750 (100%)
R 246 of 750 ~ 32.8%
G 253 of 750 ~ 33.73%
B 251 of 750 ~ 33.47%

%32.8
%33.73
%33.47

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%2.77
%0
%0.79
%0.78

Codes

Color #F6FDFB in popluar color models

F6FDFB
RGB246253251
HSL163°63.64%97.84%
HSB/HSV163°2.77%99.22%
CMYK2.77%0.00%0.79%
0.78%

Color #F6FDFB in popluar number systems.

HEXF6FDFB
Decimal246253251
Binary111101101111110111111011
Octal366375373

Shades and tints

Shades of #F6FDFB

#F6FDFB
(246,253,251)
#E0E6E5
(224,230,229)
#CACFCF
(202,207,207)
#B4B8B9
(180,184,185)
#9EA1A3
(158,161,163)
#888A8D
(136,138,141)
#727377
(114,115,119)
#5C5C61
(92,92,97)
#46454B
(70,69,75)
#302E35
(48,46,53)
#1A171F
(26,23,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDFB; }

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

This text font color is #F6FDFB.


Background Color

.myBgColor { background-color: #F6FDFB; }

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

This div background color is #F6FDFB.


Border color

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

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

This div border color is #F6FDFB.


Opacity

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

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

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

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

This text has shadow with #F6FDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDFB on black background.


Color preview on white background

This text has color #F6FDFB on white background.



Black color preview on #F6FDFB background

This text has black color on #F6FDFB background.


White color preview on #F6FDFB background

This text has white color on #F6FDFB background.