COLOR #FCC8D8

HEX: #FCC8D8
RGB: (252,200,216)

Color info

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

RGB color model

#FCC8D8 color RGB value is (252,200,216).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 216 of 255 = 85%

252
200
216

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

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 216 = 668 (100%)
R 252 of 668 ~ 37.72%
G 200 of 668 ~ 29.94%
B 216 of 668 ~ 32.34%

%37.72
%29.94
%32.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 14.29%
  • key color value is 1.18%
CMYK:
(0,21,14,1)
C0M21Y14K1 
(0%,21%,14%,1%)
(0.00/0.21/0.14/0.01)	

CMYK percentages

%0
%20.63
%14.29
%1.18

Codes

Color #FCC8D8 in popluar color models

FCC8D8
RGB252200216
HSL342°89.66%88.63%
HSB/HSV342°20.63%98.82%
CMYK0.00%20.63%14.29%
1.18%

Color #FCC8D8 in popluar number systems.

HEXFCC8D8
Decimal252200216
Binary111111001100100011011000
Octal374310330

Shades and tints

Shades of #FCC8D8

#FCC8D8
(252,200,216)
#E6B6C5
(230,182,197)
#D0A4B2
(208,164,178)
#BA929F
(186,146,159)
#A4808C
(164,128,140)
#8E6E79
(142,110,121)
#785C66
(120,92,102)
#624A53
(98,74,83)
#4C3840
(76,56,64)
#36262D
(54,38,45)
#20141A
(32,20,26)
#000000
(0,0,0)

Tints of #FCC8D8

#FCC8D8
(252,200,216)
#FCCDDB
(252,205,219)
#FCD2DE
(252,210,222)
#FCD7E1
(252,215,225)
#FCDCE4
(252,220,228)
#FCE1E7
(252,225,231)
#FCE6EA
(252,230,234)
#FCEBED
(252,235,237)
#FCF0F0
(252,240,240)
#FCF5F3
(252,245,243)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8D8; }

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

This text font color is #FCC8D8.


Background Color

.myBgColor { background-color: #FCC8D8; }

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

This div background color is #FCC8D8.


Border color

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

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

This div border color is #FCC8D8.


Opacity

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

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

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

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

This text has shadow with #FCC8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8D8 on black background.


Color preview on white background

This text has color #FCC8D8 on white background.



Black color preview on #FCC8D8 background

This text has black color on #FCC8D8 background.


White color preview on #FCC8D8 background

This text has white color on #FCC8D8 background.