COLOR #F6CDDD

HEX: #F6CDDD
RGB: (246,205,221)

Renk bilgisi

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

RGB renk modeli

#F6CDDD color RGB value is (246,205,221).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 205 of 255 = 80%
B 221 of 255 = 87%

246
205
221

R + G + B ~ 88%. #F6CDDD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 205 + 221 = 672 (100%)
R 246 of 672 ~ 36.61%
G 205 of 672 ~ 30.51%
B 221 of 672 ~ 32.89%

%36.61
%30.51
%32.89

CMYK RENK MODELİ

#F6CDDD rengi CMYK tonu (0,17,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.67%
  • sarı tonu 10.16%
  • ana renk tonu 3.53%
CMYK:
(0,17,10,4)
C0M17Y10K4 
(0%,17%,10%,4%)
(0.00/0.17/0.10/0.04)	

CMYK yüzdeleri

%0
%16.67
%10.16
%3.53

Codes

Color #F6CDDD in popluar color models

F6CDDD
RGB246205221
HSL337°69.49%88.43%
HSB/HSV337°16.67%96.47%
CMYK0.00%16.67%10.16%
3.53%

Color #F6CDDD in popluar number systems.

HEXF6CDDD
Decimal246205221
Binary111101101100110111011101
Octal366315335

Shades and tints

Shades of #F6CDDD

#F6CDDD
(246,205,221)
#E0BBC9
(224,187,201)
#CAA9B5
(202,169,181)
#B497A1
(180,151,161)
#9E858D
(158,133,141)
#887379
(136,115,121)
#726165
(114,97,101)
#5C4F51
(92,79,81)
#463D3D
(70,61,61)
#302B29
(48,43,41)
#1A1915
(26,25,21)
#000000
(0,0,0)

Tints of #F6CDDD

#F6CDDD
(246,205,221)
#F6D1E0
(246,209,224)
#F6D5E3
(246,213,227)
#F6D9E6
(246,217,230)
#F6DDE9
(246,221,233)
#F6E1EC
(246,225,236)
#F6E5EF
(246,229,239)
#F6E9F2
(246,233,242)
#F6EDF5
(246,237,245)
#F6F1F8
(246,241,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CDDD; }

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

This text font color is #F6CDDD.


Background Color

.myBgColor { background-color: #F6CDDD; }

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

This div background color is #F6CDDD.


Border color

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

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

This div border color is #F6CDDD.


Opacity

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

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

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

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

This text has shadow with #F6CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CDDD on black background.


Color preview on white background

This text has color #F6CDDD on white background.



Black color preview on #F6CDDD background

This text has black color on #F6CDDD background.


White color preview on #F6CDDD background

This text has white color on #F6CDDD background.