COLOR #FCC2DC

HEX: #FCC2DC
RGB: (252,194,220)

Color info

#FCC2DC contains red, green and blue colors in about the same proportion. Web safe color of #FCC2DC is #FFCCCC (or #FCC).

RGB color model

#FCC2DC color RGB value is (252,194,220).

  • red value is 252;
  • green value is 194;
  • blue value is 220.
RGB:
(252,194,220)
(99%,76%,86%)

RGB channels and saturation

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

252
194
220

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

Portions of RGB colors in percentages

R + G + B =
252 + 194 + 220 = 666 (100%)
R 252 of 666 ~ 37.84%
G 194 of 666 ~ 29.13%
B 220 of 666 ~ 33.03%

%37.84
%29.13
%33.03

CMYK color model

#FCC2DC color CMYK value is (0,23,13,1).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,23,13,1)
C0M23Y13K1 
(0%,23%,13%,1%)
(0.00/0.23/0.13/0.01)	

CMYK percentages

%0
%23.02
%12.7
%1.18

Codes

Color #FCC2DC in popluar color models

FCC2DC
RGB252194220
HSL333°90.63%87.45%
HSB/HSV333°23.02%98.82%
CMYK0.00%23.02%12.70%
1.18%

Color #FCC2DC in popluar number systems.

HEXFCC2DC
Decimal252194220
Binary111111001100001011011100
Octal374302334

Shades and tints

Shades of #FCC2DC

#FCC2DC
(252,194,220)
#E6B1C8
(230,177,200)
#D0A0B4
(208,160,180)
#BA8FA0
(186,143,160)
#A47E8C
(164,126,140)
#8E6D78
(142,109,120)
#785C64
(120,92,100)
#624B50
(98,75,80)
#4C3A3C
(76,58,60)
#362928
(54,41,40)
#201814
(32,24,20)
#000000
(0,0,0)

Tints of #FCC2DC

#FCC2DC
(252,194,220)
#FCC7DF
(252,199,223)
#FCCCE2
(252,204,226)
#FCD1E5
(252,209,229)
#FCD6E8
(252,214,232)
#FCDBEB
(252,219,235)
#FCE0EE
(252,224,238)
#FCE5F1
(252,229,241)
#FCEAF4
(252,234,244)
#FCEFF7
(252,239,247)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC2DC; }

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

This text font color is #FCC2DC.


Background Color

.myBgColor { background-color: #FCC2DC; }

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

This div background color is #FCC2DC.


Border color

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

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

This div border color is #FCC2DC.


Opacity

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

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

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

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

This text has shadow with #FCC2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC2DC on black background.


Color preview on white background

This text has color #FCC2DC on white background.



Black color preview on #FCC2DC background

This text has black color on #FCC2DC background.


White color preview on #FCC2DC background

This text has white color on #FCC2DC background.