COLOR #FCC7CE

HEX: #FCC7CE RGB: (252,199,206)

Color info

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

RGB color model

#FCC7CE color RGB value is (252,199,206).

RGB: (252,199,206) (99%, 78%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 199 of 255 = 78%
B 206 of 255 = 81%

252
199
206

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

Portions of RGB colors in percentages

R + G + B = 252 + 199 + 206 = 657 (100%)
R 252 of 657 ~ 38.36%
G 199 of 657 ~ 30.29%
B 206 of 657 ~ 31.35'%

%38.36
%30.29
%31.35

CMYK color model

#FCC7CE color CMYK value is (0,21,18,1).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (0,21,18,1)
C0M21Y18K1 (0%, 21%, 18%, 1%)
(0.00 / 0.21 / 0.18 / 0.01)

CMYK percentages

%0
%21.03
%18.25
%1.18

Codes

Color #FCC7CE in popluar color models

FC C7 CE
RGB 252 199 206
HSL 352° 89.83% 88.43%
HSB/HSV 352° 21.03% 98.82%
CMYK 0.00% 21.03% 18.25%
1.18%

Color #FCC7CE in popluar number systems.

HEX FC C7 CE
Decimal 252 199 206
Binary 11111100 11000111 11001110
Octal 374 307 316

Shades and tints

Shades of #FCC7CE

#FCC7CE
(252,199,206)
#E6B5BC
(230,181,188)
#D0A3AA
(208,163,170)
#BA9198
(186,145,152)
#A47F86
(164,127,134)
#8E6D74
(142,109,116)
#785B62
(120,91,98)
#624950
(98,73,80)
#4C373E
(76,55,62)
#36252C
(54,37,44)
#20131A
(32,19,26)
#000000
(0,0,0)

Tints of #FCC7CE

#FCC7CE
(252,199,206)
#FCCCD2
(252,204,210)
#FCD1D6
(252,209,214)
#FCD6DA
(252,214,218)
#FCDBDE
(252,219,222)
#FCE0E2
(252,224,226)
#FCE5E6
(252,229,230)
#FCEAEA
(252,234,234)
#FCEFEE
(252,239,238)
#FCF4F2
(252,244,242)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC7CE; }

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

This text font color is #FCC7CE.

Background Color

.myBgColor { background-color: #FCC7CE; }

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

This div background color is #FCC7CE.

Border color

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

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

This div border color is #FCC7CE.

Opacity

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

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

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

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

This text has shadow with #FCC7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC7CE.

Preview

Color preview on black background

This text has color #FCC7CE on black background.


Color preview on white background

This text has color #FCC7CE on white background.


Black color preview on #FCC7CE background

This text has black color on #FCC7CE background.


White color preview on #FCC7CE background

This text has white color on #FCC7CE background.


Related colors

Complementary color

Complementary color for #hex is #033831.


I love getcolorcode.com

Triadic colors

1 #CEFCC7 and #C7CEFC with #FCC7CE are triadic colors.

2 #CEC7FC and #C7FCCE with #FCC7CE are triadic colors.