COLOR #FCC1E0

HEX: #FCC1E0 RGB: (252,193,224)

Color info

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

RGB color model

#FCC1E0 color RGB value is (252,193,224).

RGB: (252,193,224) (99%, 76%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 193 of 255 = 76%
B 224 of 255 = 88%

252
193
224

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

Portions of RGB colors in percentages

R + G + B = 252 + 193 + 224 = 669 (100%)
R 252 of 669 ~ 37.67%
G 193 of 669 ~ 28.85%
B 224 of 669 ~ 33.48'%

%37.67
%28.85
%33.48

CMYK color model

#FCC1E0 color CMYK value is (0,23,11,1).

  • cyan value is 0.00%
  • magenta value is 23.41%
  • yellow value is 11.11%
  • key color value is 1.18%

CMYK: (0,23,11,1)
C0M23Y11K1 (0%, 23%, 11%, 1%)
(0.00 / 0.23 / 0.11 / 0.01)

CMYK percentages

%0
%23.41
%11.11
%1.18

Codes

Color #FCC1E0 in popluar color models

FC C1 E0
RGB 252 193 224
HSL 328° 90.77% 87.25%
HSB/HSV 328° 23.41% 98.82%
CMYK 0.00% 23.41% 11.11%
1.18%

Color #FCC1E0 in popluar number systems.

HEX FC C1 E0
Decimal 252 193 224
Binary 11111100 11000001 11100000
Octal 374 301 340

Shades and tints

Shades of #FCC1E0

#FCC1E0
(252,193,224)
#E6B0CC
(230,176,204)
#D09FB8
(208,159,184)
#BA8EA4
(186,142,164)
#A47D90
(164,125,144)
#8E6C7C
(142,108,124)
#785B68
(120,91,104)
#624A54
(98,74,84)
#4C3940
(76,57,64)
#36282C
(54,40,44)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCC1E0

#FCC1E0
(252,193,224)
#FCC6E2
(252,198,226)
#FCCBE4
(252,203,228)
#FCD0E6
(252,208,230)
#FCD5E8
(252,213,232)
#FCDAEA
(252,218,234)
#FCDFEC
(252,223,236)
#FCE4EE
(252,228,238)
#FCE9F0
(252,233,240)
#FCEEF2
(252,238,242)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC1E0; }

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

This text font color is #FCC1E0.

Background Color

.myBgColor { background-color: #FCC1E0; }

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

This div background color is #FCC1E0.

Border color

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

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

This div border color is #FCC1E0.

Opacity

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

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

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

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

This text has shadow with #FCC1E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC1E0.

Preview

Color preview on black background

This text has color #FCC1E0 on black background.


Color preview on white background

This text has color #FCC1E0 on white background.


Black color preview on #FCC1E0 background

This text has black color on #FCC1E0 background.


White color preview on #FCC1E0 background

This text has white color on #FCC1E0 background.


Related colors

Complementary color

Complementary color for #hex is #033E1F.


I love getcolorcode.com

Triadic colors

1 #E0FCC1 and #C1E0FC with #FCC1E0 are triadic colors.

2 #E0C1FC and #C1FCE0 with #FCC1E0 are triadic colors.