COLOR #F5FCFB

HEX: #F5FCFB
RGB: (245,252,251)

Renk bilgisi

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

RGB renk modeli

#F5FCFB color RGB value is (245,252,251).

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

RGB bağlantıları ve doygunluk

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

245
252
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
245 + 252 + 251 = 748 (100%)
R 245 of 748 ~ 32.75%
G 252 of 748 ~ 33.69%
B 251 of 748 ~ 33.56%

%32.75
%33.69
%33.56

CMYK RENK MODELİ

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

  • camgöbeği tonu 2.78%
  • eflatun tonu 0.00%
  • sarı tonu 0.40%
  • ana renk tonu 1.18%
CMYK:
(3,0,0,1)
C3M0Y0K1 
(3%,0%,0%,1%)
(0.03/0.00/0.00/0.01)	

CMYK yüzdeleri

%2.78
%0
%0.4
%1.18

Codes

Color #F5FCFB in popluar color models

F5FCFB
RGB245252251
HSL171°53.85%97.45%
HSB/HSV171°2.78%98.82%
CMYK2.78%0.00%0.40%
1.18%

Color #F5FCFB in popluar number systems.

HEXF5FCFB
Decimal245252251
Binary111101011111110011111011
Octal365374373

Shades and tints

Shades of #F5FCFB

#F5FCFB
(245,252,251)
#DFE6E5
(223,230,229)
#C9D0CF
(201,208,207)
#B3BAB9
(179,186,185)
#9DA4A3
(157,164,163)
#878E8D
(135,142,141)
#717877
(113,120,119)
#5B6261
(91,98,97)
#454C4B
(69,76,75)
#2F3635
(47,54,53)
#19201F
(25,32,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FCFB; }

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

This text font color is #F5FCFB.


Background Color

.myBgColor { background-color: #F5FCFB; }

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

This div background color is #F5FCFB.


Border color

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

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

This div border color is #F5FCFB.


Opacity

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

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

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

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

This text has shadow with #F5FCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FCFB on black background.


Color preview on white background

This text has color #F5FCFB on white background.



Black color preview on #F5FCFB background

This text has black color on #F5FCFB background.


White color preview on #F5FCFB background

This text has white color on #F5FCFB background.