COLOR #F6C1D7

HEX: #F6C1D7
RGB: (246,193,215)

Renk bilgisi

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

RGB renk modeli

#F6C1D7 color RGB value is (246,193,215).

  • kırmız ton 246;
  • yeşil ton 193;
  • mavi ton 215.
RGB:
(246,193,215)
(96%,76%,84%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 193 of 255 = 76%
B 215 of 255 = 84%

246
193
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 193 + 215 = 654 (100%)
R 246 of 654 ~ 37.61%
G 193 of 654 ~ 29.51%
B 215 of 654 ~ 32.87%

%37.61
%29.51
%32.87

CMYK RENK MODELİ

#F6C1D7 rengi CMYK tonu (0,22,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.54%
  • sarı tonu 12.60%
  • ana renk tonu 3.53%
CMYK:
(0,22,13,4)
C0M22Y13K4 
(0%,22%,13%,4%)
(0.00/0.22/0.13/0.04)	

CMYK yüzdeleri

%0
%21.54
%12.6
%3.53

Codes

Color #F6C1D7 in popluar color models

F6C1D7
RGB246193215
HSL335°74.65%86.08%
HSB/HSV335°21.54%96.47%
CMYK0.00%21.54%12.60%
3.53%

Color #F6C1D7 in popluar number systems.

HEXF6C1D7
Decimal246193215
Binary111101101100000111010111
Octal366301327

Shades and tints

Shades of #F6C1D7

#F6C1D7
(246,193,215)
#E0B0C4
(224,176,196)
#CA9FB1
(202,159,177)
#B48E9E
(180,142,158)
#9E7D8B
(158,125,139)
#886C78
(136,108,120)
#725B65
(114,91,101)
#5C4A52
(92,74,82)
#46393F
(70,57,63)
#30282C
(48,40,44)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #F6C1D7

#F6C1D7
(246,193,215)
#F6C6DA
(246,198,218)
#F6CBDD
(246,203,221)
#F6D0E0
(246,208,224)
#F6D5E3
(246,213,227)
#F6DAE6
(246,218,230)
#F6DFE9
(246,223,233)
#F6E4EC
(246,228,236)
#F6E9EF
(246,233,239)
#F6EEF2
(246,238,242)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C1D7 color. Also use rgb(246,193,215) instead hex code.

Text Font Color

.myTextColor { color: #F6C1D7; }

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

This text font color is #F6C1D7.


Background Color

.myBgColor { background-color: #F6C1D7; }

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

This div background color is #F6C1D7.


Border color

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

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

This div border color is #F6C1D7.


Opacity

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

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

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

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

This text has shadow with #F6C1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C1D7 on black background.


Color preview on white background

This text has color #F6C1D7 on white background.



Black color preview on #F6C1D7 background

This text has black color on #F6C1D7 background.


White color preview on #F6C1D7 background

This text has white color on #F6C1D7 background.