COLOR #F6CDD5

HEX: #F6CDD5
RGB: (246,205,213)

Renk bilgisi

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

RGB renk modeli

#F6CDD5 color RGB value is (246,205,213).

  • kırmız ton 246;
  • yeşil ton 205;
  • mavi ton 213.
RGB:
(246,205,213)
(96%,80%,84%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 205 of 255 = 80%
B 213 of 255 = 84%

246
205
213

R + G + B ~ 87%. #F6CDD5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 205 + 213 = 664 (100%)
R 246 of 664 ~ 37.05%
G 205 of 664 ~ 30.87%
B 213 of 664 ~ 32.08%

%37.05
%30.87
%32.08

CMYK RENK MODELİ

#F6CDD5 rengi CMYK tonu (0,17,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 13.41%
  • ana renk tonu 3.53%
CMYK:
(0,17,13,4)
C0M17Y13K4 
(0%,17%,13%,4%)
(0.00/0.17/0.13/0.04)	

CMYK yüzdeleri

%0
%16.67
%13.41
%3.53

Codes

Color #F6CDD5 in popluar color models

F6CDD5
RGB246205213
HSL348°69.49%88.43%
HSB/HSV348°16.67%96.47%
CMYK0.00%16.67%13.41%
3.53%

Color #F6CDD5 in popluar number systems.

HEXF6CDD5
Decimal246205213
Binary111101101100110111010101
Octal366315325

Shades and tints

Shades of #F6CDD5

#F6CDD5
(246,205,213)
#E0BBC2
(224,187,194)
#CAA9AF
(202,169,175)
#B4979C
(180,151,156)
#9E8589
(158,133,137)
#887376
(136,115,118)
#726163
(114,97,99)
#5C4F50
(92,79,80)
#463D3D
(70,61,61)
#302B2A
(48,43,42)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6CDD5

#F6CDD5
(246,205,213)
#F6D1D8
(246,209,216)
#F6D5DB
(246,213,219)
#F6D9DE
(246,217,222)
#F6DDE1
(246,221,225)
#F6E1E4
(246,225,228)
#F6E5E7
(246,229,231)
#F6E9EA
(246,233,234)
#F6EDED
(246,237,237)
#F6F1F0
(246,241,240)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CDD5 color. Also use rgb(246,205,213) instead hex code.

Text Font Color

.myTextColor { color: #F6CDD5; }

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

This text font color is #F6CDD5.


Background Color

.myBgColor { background-color: #F6CDD5; }

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

This div background color is #F6CDD5.


Border color

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

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

This div border color is #F6CDD5.


Opacity

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

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

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

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

This text has shadow with #F6CDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CDD5 on black background.


Color preview on white background

This text has color #F6CDD5 on white background.



Black color preview on #F6CDD5 background

This text has black color on #F6CDD5 background.


White color preview on #F6CDD5 background

This text has white color on #F6CDD5 background.