COLOR #FCC0D7

HEX: #FCC0D7
RGB: (252,192,215)

Color info

#FCC0D7 contains mainly red and blue colors. Web safe color of #FCC0D7 is #FFCCCC (or #FCC).

RGB color model

#FCC0D7 color RGB value is (252,192,215).

  • red value is 252;
  • green value is 192;
  • blue value is 215.
RGB:
(252,192,215)
(99%,75%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 192 of 255 = 75%
B 215 of 255 = 84%

252
192
215

R + G + B ~ 86%. #FCC0D7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 192 + 215 = 659 (100%)
R 252 of 659 ~ 38.24%
G 192 of 659 ~ 29.14%
B 215 of 659 ~ 32.63%

%38.24
%29.14
%32.63

CMYK color model

#FCC0D7 color CMYK value is (0,24,15,1).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(0,24,15,1)
C0M24Y15K1 
(0%,24%,15%,1%)
(0.00/0.24/0.15/0.01)	

CMYK percentages

%0
%23.81
%14.68
%1.18

Codes

Color #FCC0D7 in popluar color models

FCC0D7
RGB252192215
HSL337°90.91%87.06%
HSB/HSV337°23.81%98.82%
CMYK0.00%23.81%14.68%
1.18%

Color #FCC0D7 in popluar number systems.

HEXFCC0D7
Decimal252192215
Binary111111001100000011010111
Octal374300327

Shades and tints

Shades of #FCC0D7

#FCC0D7
(252,192,215)
#E6AFC4
(230,175,196)
#D09EB1
(208,158,177)
#BA8D9E
(186,141,158)
#A47C8B
(164,124,139)
#8E6B78
(142,107,120)
#785A65
(120,90,101)
#624952
(98,73,82)
#4C383F
(76,56,63)
#36272C
(54,39,44)
#201619
(32,22,25)
#000000
(0,0,0)

Tints of #FCC0D7

#FCC0D7
(252,192,215)
#FCC5DA
(252,197,218)
#FCCADD
(252,202,221)
#FCCFE0
(252,207,224)
#FCD4E3
(252,212,227)
#FCD9E6
(252,217,230)
#FCDEE9
(252,222,233)
#FCE3EC
(252,227,236)
#FCE8EF
(252,232,239)
#FCEDF2
(252,237,242)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC0D7 color. Also use rgb(252,192,215) instead hex code.

Text Font Color

.myTextColor { color: #FCC0D7; }

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

This text font color is #FCC0D7.


Background Color

.myBgColor { background-color: #FCC0D7; }

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

This div background color is #FCC0D7.


Border color

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

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

This div border color is #FCC0D7.


Opacity

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

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

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

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

This text has shadow with #FCC0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC0D7 on black background.


Color preview on white background

This text has color #FCC0D7 on white background.



Black color preview on #FCC0D7 background

This text has black color on #FCC0D7 background.


White color preview on #FCC0D7 background

This text has white color on #FCC0D7 background.