COLOR #F6C6EC

HEX: #F6C6EC
RGB: (246,198,236)

Renk bilgisi

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

RGB renk modeli

#F6C6EC color RGB value is (246,198,236).

  • kırmız ton 246;
  • yeşil ton 198;
  • mavi ton 236.
RGB:
(246,198,236)
(96%,78%,93%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 198 of 255 = 78%
B 236 of 255 = 93%

246
198
236

R + G + B ~ 89%. #F6C6EC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 198 + 236 = 680 (100%)
R 246 of 680 ~ 36.18%
G 198 of 680 ~ 29.12%
B 236 of 680 ~ 34.71%

%36.18
%29.12
%34.71

CMYK RENK MODELİ

#F6C6EC rengi CMYK tonu (0,20,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.51%
  • sarı tonu 4.07%
  • ana renk tonu 3.53%
CMYK:
(0,20,4,4)
C0M20Y4K4 
(0%,20%,4%,4%)
(0.00/0.20/0.04/0.04)	

CMYK yüzdeleri

%0
%19.51
%4.07
%3.53

Codes

Color #F6C6EC in popluar color models

F6C6EC
RGB246198236
HSL313°72.73%87.06%
HSB/HSV313°19.51%96.47%
CMYK0.00%19.51%4.07%
3.53%

Color #F6C6EC in popluar number systems.

HEXF6C6EC
Decimal246198236
Binary111101101100011011101100
Octal366306354

Shades and tints

Shades of #F6C6EC

#F6C6EC
(246,198,236)
#E0B4D7
(224,180,215)
#CAA2C2
(202,162,194)
#B490AD
(180,144,173)
#9E7E98
(158,126,152)
#886C83
(136,108,131)
#725A6E
(114,90,110)
#5C4859
(92,72,89)
#463644
(70,54,68)
#30242F
(48,36,47)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #F6C6EC

#F6C6EC
(246,198,236)
#F6CBED
(246,203,237)
#F6D0EE
(246,208,238)
#F6D5EF
(246,213,239)
#F6DAF0
(246,218,240)
#F6DFF1
(246,223,241)
#F6E4F2
(246,228,242)
#F6E9F3
(246,233,243)
#F6EEF4
(246,238,244)
#F6F3F5
(246,243,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C6EC color. Also use rgb(246,198,236) instead hex code.

Text Font Color

.myTextColor { color: #F6C6EC; }

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

This text font color is #F6C6EC.


Background Color

.myBgColor { background-color: #F6C6EC; }

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

This div background color is #F6C6EC.


Border color

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

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

This div border color is #F6C6EC.


Opacity

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

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

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

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

This text has shadow with #F6C6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6EC on black background.


Color preview on white background

This text has color #F6C6EC on white background.



Black color preview on #F6C6EC background

This text has black color on #F6C6EC background.


White color preview on #F6C6EC background

This text has white color on #F6C6EC background.