COLOR #FCC6CE

HEX: #FCC6CE RGB: (252,198,206)

Color info

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

RGB color model

#FCC6CE color RGB value is (252,198,206).

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

RGB channels and saturation

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

252
198
206

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

Portions of RGB colors in percentages

R + G + B = 252 + 198 + 206 = 656 (100%)
R 252 of 656 ~ 38.41%
G 198 of 656 ~ 30.18%
B 206 of 656 ~ 31.4'%

%38.41
%30.18
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.43%
  • 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.43
%18.25
%1.18

Codes

Color #FCC6CE in popluar color models

FC C6 CE
RGB 252 198 206
HSL 351° 90.00% 88.24%
HSB/HSV 351° 21.43% 98.82%
CMYK 0.00% 21.43% 18.25%
1.18%

Color #FCC6CE in popluar number systems.

HEX FC C6 CE
Decimal 252 198 206
Binary 11111100 11000110 11001110
Octal 374 306 316

Shades and tints

Shades of #FCC6CE

#FCC6CE
(252,198,206)
#E6B4BC
(230,180,188)
#D0A2AA
(208,162,170)
#BA9098
(186,144,152)
#A47E86
(164,126,134)
#8E6C74
(142,108,116)
#785A62
(120,90,98)
#624850
(98,72,80)
#4C363E
(76,54,62)
#36242C
(54,36,44)
#20121A
(32,18,26)
#000000
(0,0,0)

Tints of #FCC6CE

#FCC6CE
(252,198,206)
#FCCBD2
(252,203,210)
#FCD0D6
(252,208,214)
#FCD5DA
(252,213,218)
#FCDADE
(252,218,222)
#FCDFE2
(252,223,226)
#FCE4E6
(252,228,230)
#FCE9EA
(252,233,234)
#FCEEEE
(252,238,238)
#FCF3F2
(252,243,242)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC6CE; }

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

This text font color is #FCC6CE.

Background Color

.myBgColor { background-color: #FCC6CE; }

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

This div background color is #FCC6CE.

Border color

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

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

This div border color is #FCC6CE.

Opacity

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

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

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

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

This text has shadow with #FCC6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC6CE.

Preview

Color preview on black background

This text has color #FCC6CE on black background.


Color preview on white background

This text has color #FCC6CE on white background.


Black color preview on #FCC6CE background

This text has black color on #FCC6CE background.


White color preview on #FCC6CE background

This text has white color on #FCC6CE background.


Related colors

Complementary color

Complementary color for #hex is #033931.


I love getcolorcode.com

Triadic colors

1 #CEFCC6 and #C6CEFC with #FCC6CE are triadic colors.

2 #CEC6FC and #C6FCCE with #FCC6CE are triadic colors.