COLOR #FCC1DC

HEX: #FCC1DC
RGB: (252,193,220)

Renk bilgisi

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

RGB renk modeli

#FCC1DC color RGB value is (252,193,220).

  • kırmız ton 252;
  • yeşil ton 193;
  • mavi ton 220.
RGB:
(252,193,220)
(99%,76%,86%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 193 of 255 = 76%
B 220 of 255 = 86%

252
193
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 193 + 220 = 665 (100%)
R 252 of 665 ~ 37.89%
G 193 of 665 ~ 29.02%
B 220 of 665 ~ 33.08%

%37.89
%29.02
%33.08

CMYK RENK MODELİ

#FCC1DC rengi CMYK tonu (0,23,13,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.41%
  • sarı tonu 12.70%
  • ana renk tonu 1.18%
CMYK:
(0,23,13,1)
C0M23Y13K1 
(0%,23%,13%,1%)
(0.00/0.23/0.13/0.01)	

CMYK yüzdeleri

%0
%23.41
%12.7
%1.18

Codes

Color #FCC1DC in popluar color models

FCC1DC
RGB252193220
HSL333°90.77%87.25%
HSB/HSV333°23.41%98.82%
CMYK0.00%23.41%12.70%
1.18%

Color #FCC1DC in popluar number systems.

HEXFCC1DC
Decimal252193220
Binary111111001100000111011100
Octal374301334

Shades and tints

Shades of #FCC1DC

#FCC1DC
(252,193,220)
#E6B0C8
(230,176,200)
#D09FB4
(208,159,180)
#BA8EA0
(186,142,160)
#A47D8C
(164,125,140)
#8E6C78
(142,108,120)
#785B64
(120,91,100)
#624A50
(98,74,80)
#4C393C
(76,57,60)
#362828
(54,40,40)
#201714
(32,23,20)
#000000
(0,0,0)

Tints of #FCC1DC

#FCC1DC
(252,193,220)
#FCC6DF
(252,198,223)
#FCCBE2
(252,203,226)
#FCD0E5
(252,208,229)
#FCD5E8
(252,213,232)
#FCDAEB
(252,218,235)
#FCDFEE
(252,223,238)
#FCE4F1
(252,228,241)
#FCE9F4
(252,233,244)
#FCEEF7
(252,238,247)
#FCF3FA
(252,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC1DC color. Also use rgb(252,193,220) instead hex code.

Text Font Color

.myTextColor { color: #FCC1DC; }

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

This text font color is #FCC1DC.


Background Color

.myBgColor { background-color: #FCC1DC; }

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

This div background color is #FCC1DC.


Border color

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

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

This div border color is #FCC1DC.


Opacity

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

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

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

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

This text has shadow with #FCC1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC1DC on black background.


Color preview on white background

This text has color #FCC1DC on white background.



Black color preview on #FCC1DC background

This text has black color on #FCC1DC background.


White color preview on #FCC1DC background

This text has white color on #FCC1DC background.