COLOR #F5FAFB

HEX: #F5FAFB
RGB: (245,250,251)

Renk bilgisi

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

RGB renk modeli

#F5FAFB color RGB value is (245,250,251).

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

RGB bağlantıları ve doygunluk

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

245
250
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 250 + 251 = 746 (100%)
R 245 of 746 ~ 32.84%
G 250 of 746 ~ 33.51%
B 251 of 746 ~ 33.65%

%32.84
%33.51
%33.65

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.39%
  • 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

%2.39
%0.4
%0
%1.57

Codes

Color #F5FAFB in popluar color models

F5FAFB
RGB245250251
HSL190°42.86%97.25%
HSB/HSV190°2.39%98.43%
CMYK2.39%0.40%0.00%
1.57%

Color #F5FAFB in popluar number systems.

HEXF5FAFB
Decimal245250251
Binary111101011111101011111011
Octal365372373

Shades and tints

Shades of #F5FAFB

#F5FAFB
(245,250,251)
#DFE4E5
(223,228,229)
#C9CECF
(201,206,207)
#B3B8B9
(179,184,185)
#9DA2A3
(157,162,163)
#878C8D
(135,140,141)
#717677
(113,118,119)
#5B6061
(91,96,97)
#454A4B
(69,74,75)
#2F3435
(47,52,53)
#191E1F
(25,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FAFB; }

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

This text font color is #F5FAFB.


Background Color

.myBgColor { background-color: #F5FAFB; }

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

This div background color is #F5FAFB.


Border color

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

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

This div border color is #F5FAFB.


Opacity

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

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

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

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

This text has shadow with #F5FAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FAFB on black background.


Color preview on white background

This text has color #F5FAFB on white background.



Black color preview on #F5FAFB background

This text has black color on #F5FAFB background.


White color preview on #F5FAFB background

This text has white color on #F5FAFB background.