COLOR #FCC6CD

HEX: #FCC6CD RGB: (252,198,205)

Color info

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

RGB color model

#FCC6CD color RGB value is (252,198,205).

RGB: (252,198,205) (99%, 78%, 80%)

RGB channels and saturation

R 252 of 255 = 99%
G 198 of 255 = 78%
B 205 of 255 = 80%

252
198
205

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

Portions of RGB colors in percentages

R + G + B = 252 + 198 + 205 = 655 (100%)
R 252 of 655 ~ 38.47%
G 198 of 655 ~ 30.23%
B 205 of 655 ~ 31.3'%

%38.47
%30.23
%31.3

CMYK color model

#FCC6CD color CMYK value is (0,21,19,1).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 18.65%
  • key color value is 1.18%

CMYK: (0,21,19,1)
C0M21Y19K1 (0%, 21%, 19%, 1%)
(0.00 / 0.21 / 0.19 / 0.01)

CMYK percentages

%0
%21.43
%18.65
%1.18

Codes

Color #FCC6CD in popluar color models

FC C6 CD
RGB 252 198 205
HSL 352° 90.00% 88.24%
HSB/HSV 352° 21.43% 98.82%
CMYK 0.00% 21.43% 18.65%
1.18%

Color #FCC6CD in popluar number systems.

HEX FC C6 CD
Decimal 252 198 205
Binary 11111100 11000110 11001101
Octal 374 306 315

Shades and tints

Shades of #FCC6CD

#FCC6CD
(252,198,205)
#E6B4BB
(230,180,187)
#D0A2A9
(208,162,169)
#BA9097
(186,144,151)
#A47E85
(164,126,133)
#8E6C73
(142,108,115)
#785A61
(120,90,97)
#62484F
(98,72,79)
#4C363D
(76,54,61)
#36242B
(54,36,43)
#201219
(32,18,25)
#000000
(0,0,0)

Tints of #FCC6CD

#FCC6CD
(252,198,205)
#FCCBD1
(252,203,209)
#FCD0D5
(252,208,213)
#FCD5D9
(252,213,217)
#FCDADD
(252,218,221)
#FCDFE1
(252,223,225)
#FCE4E5
(252,228,229)
#FCE9E9
(252,233,233)
#FCEEED
(252,238,237)
#FCF3F1
(252,243,241)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC6CD; }

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

This text font color is #FCC6CD.

Background Color

.myBgColor { background-color: #FCC6CD; }

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

This div background color is #FCC6CD.

Border color

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

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

This div border color is #FCC6CD.

Opacity

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

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

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

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

This text has shadow with #FCC6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC6CD.

Preview

Color preview on black background

This text has color #FCC6CD on black background.


Color preview on white background

This text has color #FCC6CD on white background.


Black color preview on #FCC6CD background

This text has black color on #FCC6CD background.


White color preview on #FCC6CD background

This text has white color on #FCC6CD background.


Related colors

Complementary color

Complementary color for #hex is #033932.


I love getcolorcode.com

Triadic colors

1 #CDFCC6 and #C6CDFC with #FCC6CD are triadic colors.

2 #CDC6FC and #C6FCCD with #FCC6CD are triadic colors.