COLOR #F6F5FB

HEX: #F6F5FB
RGB: (246,245,251)

Renk bilgisi

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

RGB renk modeli

#F6F5FB color RGB value is (246,245,251).

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

RGB bağlantıları ve doygunluk

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

246
245
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 245 + 251 = 742 (100%)
R 246 of 742 ~ 33.15%
G 245 of 742 ~ 33.02%
B 251 of 742 ~ 33.83%

%33.15
%33.02
%33.83

CMYK RENK MODELİ

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

  • camgöbeği tonu 1.99%
  • eflatun tonu 2.39%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(2,2,0,2)
C2M2Y0K2 
(2%,2%,0%,2%)
(0.02/0.02/0.00/0.02)	

CMYK yüzdeleri

%1.99
%2.39
%0
%1.57

Codes

Color #F6F5FB in popluar color models

F6F5FB
RGB246245251
HSL250°42.86%97.25%
HSB/HSV250°2.39%98.43%
CMYK1.99%2.39%0.00%
1.57%

Color #F6F5FB in popluar number systems.

HEXF6F5FB
Decimal246245251
Binary111101101111010111111011
Octal366365373

Shades and tints

Shades of #F6F5FB

#F6F5FB
(246,245,251)
#E0DFE5
(224,223,229)
#CAC9CF
(202,201,207)
#B4B3B9
(180,179,185)
#9E9DA3
(158,157,163)
#88878D
(136,135,141)
#727177
(114,113,119)
#5C5B61
(92,91,97)
#46454B
(70,69,75)
#302F35
(48,47,53)
#1A191F
(26,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F5FB; }

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

This text font color is #F6F5FB.


Background Color

.myBgColor { background-color: #F6F5FB; }

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

This div background color is #F6F5FB.


Border color

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

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

This div border color is #F6F5FB.


Opacity

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

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

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

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

This text has shadow with #F6F5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F5FB on black background.


Color preview on white background

This text has color #F6F5FB on white background.



Black color preview on #F6F5FB background

This text has black color on #F6F5FB background.


White color preview on #F6F5FB background

This text has white color on #F6F5FB background.