COLOR #F6C9CE

HEX: #F6C9CE
RGB: (246,201,206)

Renk bilgisi

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

RGB renk modeli

#F6C9CE color RGB value is (246,201,206).

  • kırmız ton 246;
  • yeşil ton 201;
  • mavi ton 206.
RGB:
(246,201,206)
(96%,79%,81%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 201 of 255 = 79%
B 206 of 255 = 81%

246
201
206

R + G + B ~ 85%. #F6C9CE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 201 + 206 = 653 (100%)
R 246 of 653 ~ 37.67%
G 201 of 653 ~ 30.78%
B 206 of 653 ~ 31.55%

%37.67
%30.78
%31.55

CMYK RENK MODELİ

#F6C9CE rengi CMYK tonu (0,18,16,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.29%
  • sarı tonu 16.26%
  • ana renk tonu 3.53%
CMYK:
(0,18,16,4)
C0M18Y16K4 
(0%,18%,16%,4%)
(0.00/0.18/0.16/0.04)	

CMYK yüzdeleri

%0
%18.29
%16.26
%3.53

Codes

Color #F6C9CE in popluar color models

F6C9CE
RGB246201206
HSL353°71.43%87.65%
HSB/HSV353°18.29%96.47%
CMYK0.00%18.29%16.26%
3.53%

Color #F6C9CE in popluar number systems.

HEXF6C9CE
Decimal246201206
Binary111101101100100111001110
Octal366311316

Shades and tints

Shades of #F6C9CE

#F6C9CE
(246,201,206)
#E0B7BC
(224,183,188)
#CAA5AA
(202,165,170)
#B49398
(180,147,152)
#9E8186
(158,129,134)
#886F74
(136,111,116)
#725D62
(114,93,98)
#5C4B50
(92,75,80)
#46393E
(70,57,62)
#30272C
(48,39,44)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #F6C9CE

#F6C9CE
(246,201,206)
#F6CDD2
(246,205,210)
#F6D1D6
(246,209,214)
#F6D5DA
(246,213,218)
#F6D9DE
(246,217,222)
#F6DDE2
(246,221,226)
#F6E1E6
(246,225,230)
#F6E5EA
(246,229,234)
#F6E9EE
(246,233,238)
#F6EDF2
(246,237,242)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C9CE color. Also use rgb(246,201,206) instead hex code.

Text Font Color

.myTextColor { color: #F6C9CE; }

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

This text font color is #F6C9CE.


Background Color

.myBgColor { background-color: #F6C9CE; }

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

This div background color is #F6C9CE.


Border color

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

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

This div border color is #F6C9CE.


Opacity

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

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

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

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

This text has shadow with #F6C9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C9CE on black background.


Color preview on white background

This text has color #F6C9CE on white background.



Black color preview on #F6C9CE background

This text has black color on #F6C9CE background.


White color preview on #F6C9CE background

This text has white color on #F6C9CE background.