COLOR #FCC7D6

HEX: #FCC7D6
RGB: (252,199,214)

Color info

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

RGB color model

#FCC7D6 color RGB value is (252,199,214).

  • red value is 252;
  • green value is 199;
  • blue value is 214.
RGB:
(252,199,214)
(99%,78%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 199 of 255 = 78%
B 214 of 255 = 84%

252
199
214

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

Portions of RGB colors in percentages

R + G + B =
252 + 199 + 214 = 665 (100%)
R 252 of 665 ~ 37.89%
G 199 of 665 ~ 29.92%
B 214 of 665 ~ 32.18%

%37.89
%29.92
%32.18

CMYK color model

#FCC7D6 color CMYK value is (0,21,15,1).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(0,21,15,1)
C0M21Y15K1 
(0%,21%,15%,1%)
(0.00/0.21/0.15/0.01)	

CMYK percentages

%0
%21.03
%15.08
%1.18

Codes

Color #FCC7D6 in popluar color models

FCC7D6
RGB252199214
HSL343°89.83%88.43%
HSB/HSV343°21.03%98.82%
CMYK0.00%21.03%15.08%
1.18%

Color #FCC7D6 in popluar number systems.

HEXFCC7D6
Decimal252199214
Binary111111001100011111010110
Octal374307326

Shades and tints

Shades of #FCC7D6

#FCC7D6
(252,199,214)
#E6B5C3
(230,181,195)
#D0A3B0
(208,163,176)
#BA919D
(186,145,157)
#A47F8A
(164,127,138)
#8E6D77
(142,109,119)
#785B64
(120,91,100)
#624951
(98,73,81)
#4C373E
(76,55,62)
#36252B
(54,37,43)
#201318
(32,19,24)
#000000
(0,0,0)

Tints of #FCC7D6

#FCC7D6
(252,199,214)
#FCCCD9
(252,204,217)
#FCD1DC
(252,209,220)
#FCD6DF
(252,214,223)
#FCDBE2
(252,219,226)
#FCE0E5
(252,224,229)
#FCE5E8
(252,229,232)
#FCEAEB
(252,234,235)
#FCEFEE
(252,239,238)
#FCF4F1
(252,244,241)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC7D6 color. Also use rgb(252,199,214) instead hex code.

Text Font Color

.myTextColor { color: #FCC7D6; }

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

This text font color is #FCC7D6.


Background Color

.myBgColor { background-color: #FCC7D6; }

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

This div background color is #FCC7D6.


Border color

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

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

This div border color is #FCC7D6.


Opacity

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

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

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

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

This text has shadow with #FCC7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC7D6 on black background.


Color preview on white background

This text has color #FCC7D6 on white background.



Black color preview on #FCC7D6 background

This text has black color on #FCC7D6 background.


White color preview on #FCC7D6 background

This text has white color on #FCC7D6 background.