COLOR #FCC5DC

HEX: #FCC5DC
RGB: (252,197,220)

Color info

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

RGB color model

#FCC5DC color RGB value is (252,197,220).

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

RGB channels and saturation

R 252 of 255 = 99%
G 197 of 255 = 77%
B 220 of 255 = 86%

252
197
220

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

Portions of RGB colors in percentages

R + G + B =
252 + 197 + 220 = 669 (100%)
R 252 of 669 ~ 37.67%
G 197 of 669 ~ 29.45%
B 220 of 669 ~ 32.88%

%37.67
%29.45
%32.88

CMYK color model

#FCC5DC color CMYK value is (0,22,13,1).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(0,22,13,1)
C0M22Y13K1 
(0%,22%,13%,1%)
(0.00/0.22/0.13/0.01)	

CMYK percentages

%0
%21.83
%12.7
%1.18

Codes

Color #FCC5DC in popluar color models

FCC5DC
RGB252197220
HSL335°90.16%88.04%
HSB/HSV335°21.83%98.82%
CMYK0.00%21.83%12.70%
1.18%

Color #FCC5DC in popluar number systems.

HEXFCC5DC
Decimal252197220
Binary111111001100010111011100
Octal374305334

Shades and tints

Shades of #FCC5DC

#FCC5DC
(252,197,220)
#E6B4C8
(230,180,200)
#D0A3B4
(208,163,180)
#BA92A0
(186,146,160)
#A4818C
(164,129,140)
#8E7078
(142,112,120)
#785F64
(120,95,100)
#624E50
(98,78,80)
#4C3D3C
(76,61,60)
#362C28
(54,44,40)
#201B14
(32,27,20)
#000000
(0,0,0)

Tints of #FCC5DC

#FCC5DC
(252,197,220)
#FCCADF
(252,202,223)
#FCCFE2
(252,207,226)
#FCD4E5
(252,212,229)
#FCD9E8
(252,217,232)
#FCDEEB
(252,222,235)
#FCE3EE
(252,227,238)
#FCE8F1
(252,232,241)
#FCEDF4
(252,237,244)
#FCF2F7
(252,242,247)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5DC; }

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

This text font color is #FCC5DC.


Background Color

.myBgColor { background-color: #FCC5DC; }

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

This div background color is #FCC5DC.


Border color

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

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

This div border color is #FCC5DC.


Opacity

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

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

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

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

This text has shadow with #FCC5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5DC on black background.


Color preview on white background

This text has color #FCC5DC on white background.



Black color preview on #FCC5DC background

This text has black color on #FCC5DC background.


White color preview on #FCC5DC background

This text has white color on #FCC5DC background.