COLOR #FCC7C8

HEX: #FCC7C8 RGB: (252,199,200)

Color info

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

RGB color model

#FCC7C8 color RGB value is (252,199,200).

RGB: (252,199,200) (99%, 78%, 78%)

RGB channels and saturation

R 252 of 255 = 99%
G 199 of 255 = 78%
B 200 of 255 = 78%

252
199
200

R + G + B ~ 85%. #FCC7C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 199 + 200 = 651 (100%)
R 252 of 651 ~ 38.71%
G 199 of 651 ~ 30.57%
B 200 of 651 ~ 30.72'%

%38.71
%30.57
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 20.63%
  • key color value is 1.18%
CMYK: (0,21,21,1) C0M21Y21K1 (0%,21%,21%,1%) (0.00/0.21/0.21/0.01) 

CMYK percentages

%0
%21.03
%20.63
%1.18

Codes

Color #FCC7C8 in popluar color models

FC C7 C8
RGB 252 199 200
HSL 359° 89.83% 88.43%
HSB/HSV 359° 21.03% 98.82%
CMYK 0.00% 21.03% 20.63%
1.18%

Color #FCC7C8 in popluar number systems.

HEX FC C7 C8
Decimal 252 199 200
Binary 11111100 11000111 11001000
Octal 374 307 310

Shades and tints

Shades of #FCC7C8

#FCC7C8
(252,199,200)
#E6B5B6
(230,181,182)
#D0A3A4
(208,163,164)
#BA9192
(186,145,146)
#A47F80
(164,127,128)
#8E6D6E
(142,109,110)
#785B5C
(120,91,92)
#62494A
(98,73,74)
#4C3738
(76,55,56)
#362526
(54,37,38)
#201314
(32,19,20)
#000000
(0,0,0)

Tints of #FCC7C8

#FCC7C8
(252,199,200)
#FCCCCD
(252,204,205)
#FCD1D2
(252,209,210)
#FCD6D7
(252,214,215)
#FCDBDC
(252,219,220)
#FCE0E1
(252,224,225)
#FCE5E6
(252,229,230)
#FCEAEB
(252,234,235)
#FCEFF0
(252,239,240)
#FCF4F5
(252,244,245)
#FCF9FA
(252,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC7C8; }

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

This text font color is #FCC7C8.

Background Color

.myBgColor { background-color: #FCC7C8; }

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

This div background color is #FCC7C8.

Border color

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

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

This div border color is #FCC7C8.

Opacity

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

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

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

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

This text has shadow with #FCC7C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC7C8.

Preview

Color preview on black background

This text has color #FCC7C8 on black background.


Color preview on white background

This text has color #FCC7C8 on white background.


Black color preview on #FCC7C8 background

This text has black color on #FCC7C8 background.


White color preview on #FCC7C8 background

This text has white color on #FCC7C8 background.


Related colors

Complementary color

Complementary color for #hex is #033837.


I love getcolorcode.com

Triadic colors

1 #C8FCC7 and #C7C8FC with #FCC7C8 are triadic colors.

2 #C8C7FC and #C7FCC8 with #FCC7C8 are triadic colors.