COLOR #F6FCFF

HEX: #F6FCFF
RGB: (246,252,255)

Renk bilgisi

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

RGB renk modeli

#F6FCFF color RGB value is (246,252,255).

  • kırmız ton 246;
  • yeşil ton 252;
  • mavi ton 255.
RGB:
(246,252,255)
(96%,99%,100%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 252 of 255 = 99%
B 255 of 255 = 100%

246
252
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 252 + 255 = 753 (100%)
R 246 of 753 ~ 32.67%
G 252 of 753 ~ 33.47%
B 255 of 753 ~ 33.86%

%32.67
%33.47
%33.86

CMYK RENK MODELİ

#F6FCFF rengi CMYK tonu (4,1,0,0).

  • camgöbeği tonu 3.53%
  • eflatun tonu 1.18%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(4,1,0,0)
C4M1Y0K0 
(4%,1%,0%,0%)
(0.04/0.01/0.00/0.00)	

CMYK yüzdeleri

%3.53
%1.18
%0
%0

Codes

Color #F6FCFF in popluar color models

F6FCFF
RGB246252255
HSL200°100.00%98.24%
HSB/HSV200°3.53%100.00%
CMYK3.53%1.18%0.00%
0.00%

Color #F6FCFF in popluar number systems.

HEXF6FCFF
Decimal246252255
Binary111101101111110011111111
Octal366374377

Shades and tints

Shades of #F6FCFF

#F6FCFF
(246,252,255)
#E0E6E8
(224,230,232)
#CAD0D1
(202,208,209)
#B4BABA
(180,186,186)
#9EA4A3
(158,164,163)
#888E8C
(136,142,140)
#727875
(114,120,117)
#5C625E
(92,98,94)
#464C47
(70,76,71)
#303630
(48,54,48)
#1A2019
(26,32,25)
#000000
(0,0,0)

CSS3 styles

Examples of css and html codes for elements with #F6FCFF color. Also use rgb(246,252,255) instead hex code.

Text Font Color

.myTextColor { color: #F6FCFF; }

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

This text font color is #F6FCFF.


Background Color

.myBgColor { background-color: #F6FCFF; }

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

This div background color is #F6FCFF.


Border color

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

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

This div border color is #F6FCFF.


Opacity

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

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

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

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

This text has shadow with #F6FCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FCFF on black background.


Color preview on white background

This text has color #F6FCFF on white background.



Black color preview on #F6FCFF background

This text has black color on #F6FCFF background.


White color preview on #F6FCFF background

This text has white color on #F6FCFF background.