COLOR #FCC8D6

HEX: #FCC8D6
RGB: (252,200,214)

Color info

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

RGB color model

#FCC8D6 color RGB value is (252,200,214).

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

RGB channels and saturation

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

252
200
214

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

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 214 = 666 (100%)
R 252 of 666 ~ 37.84%
G 200 of 666 ~ 30.03%
B 214 of 666 ~ 32.13%

%37.84
%30.03
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • 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
%20.63
%15.08
%1.18

Codes

Color #FCC8D6 in popluar color models

FCC8D6
RGB252200214
HSL344°89.66%88.63%
HSB/HSV344°20.63%98.82%
CMYK0.00%20.63%15.08%
1.18%

Color #FCC8D6 in popluar number systems.

HEXFCC8D6
Decimal252200214
Binary111111001100100011010110
Octal374310326

Shades and tints

Shades of #FCC8D6

#FCC8D6
(252,200,214)
#E6B6C3
(230,182,195)
#D0A4B0
(208,164,176)
#BA929D
(186,146,157)
#A4808A
(164,128,138)
#8E6E77
(142,110,119)
#785C64
(120,92,100)
#624A51
(98,74,81)
#4C383E
(76,56,62)
#36262B
(54,38,43)
#201418
(32,20,24)
#000000
(0,0,0)

Tints of #FCC8D6

#FCC8D6
(252,200,214)
#FCCDD9
(252,205,217)
#FCD2DC
(252,210,220)
#FCD7DF
(252,215,223)
#FCDCE2
(252,220,226)
#FCE1E5
(252,225,229)
#FCE6E8
(252,230,232)
#FCEBEB
(252,235,235)
#FCF0EE
(252,240,238)
#FCF5F1
(252,245,241)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8D6; }

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

This text font color is #FCC8D6.


Background Color

.myBgColor { background-color: #FCC8D6; }

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

This div background color is #FCC8D6.


Border color

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

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

This div border color is #FCC8D6.


Opacity

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

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

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

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

This text has shadow with #FCC8D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8D6 on black background.


Color preview on white background

This text has color #FCC8D6 on white background.



Black color preview on #FCC8D6 background

This text has black color on #FCC8D6 background.


White color preview on #FCC8D6 background

This text has white color on #FCC8D6 background.