COLOR #F6C3DC

HEX: #F6C3DC
RGB: (246,195,220)

Renk bilgisi

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

RGB renk modeli

#F6C3DC color RGB value is (246,195,220).

  • kırmız ton 246;
  • yeşil ton 195;
  • mavi ton 220.
RGB:
(246,195,220)
(96%,76%,86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 195 of 255 = 76%
B 220 of 255 = 86%

246
195
220

R + G + B ~ 86%. #F6C3DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 195 + 220 = 661 (100%)
R 246 of 661 ~ 37.22%
G 195 of 661 ~ 29.5%
B 220 of 661 ~ 33.28%

%37.22
%29.5
%33.28

CMYK RENK MODELİ

#F6C3DC rengi CMYK tonu (0,21,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.73%
  • sarı tonu 10.57%
  • ana renk tonu 3.53%
CMYK:
(0,21,11,4)
C0M21Y11K4 
(0%,21%,11%,4%)
(0.00/0.21/0.11/0.04)	

CMYK yüzdeleri

%0
%20.73
%10.57
%3.53

Codes

Color #F6C3DC in popluar color models

F6C3DC
RGB246195220
HSL331°73.91%86.47%
HSB/HSV331°20.73%96.47%
CMYK0.00%20.73%10.57%
3.53%

Color #F6C3DC in popluar number systems.

HEXF6C3DC
Decimal246195220
Binary111101101100001111011100
Octal366303334

Shades and tints

Shades of #F6C3DC

#F6C3DC
(246,195,220)
#E0B2C8
(224,178,200)
#CAA1B4
(202,161,180)
#B490A0
(180,144,160)
#9E7F8C
(158,127,140)
#886E78
(136,110,120)
#725D64
(114,93,100)
#5C4C50
(92,76,80)
#463B3C
(70,59,60)
#302A28
(48,42,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #F6C3DC

#F6C3DC
(246,195,220)
#F6C8DF
(246,200,223)
#F6CDE2
(246,205,226)
#F6D2E5
(246,210,229)
#F6D7E8
(246,215,232)
#F6DCEB
(246,220,235)
#F6E1EE
(246,225,238)
#F6E6F1
(246,230,241)
#F6EBF4
(246,235,244)
#F6F0F7
(246,240,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C3DC color. Also use rgb(246,195,220) instead hex code.

Text Font Color

.myTextColor { color: #F6C3DC; }

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

This text font color is #F6C3DC.


Background Color

.myBgColor { background-color: #F6C3DC; }

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

This div background color is #F6C3DC.


Border color

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

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

This div border color is #F6C3DC.


Opacity

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

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

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

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

This text has shadow with #F6C3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C3DC on black background.


Color preview on white background

This text has color #F6C3DC on white background.



Black color preview on #F6C3DC background

This text has black color on #F6C3DC background.


White color preview on #F6C3DC background

This text has white color on #F6C3DC background.