COLOR #FCC8DB

HEX: #FCC8DB
RGB: (252,200,219)

Color info

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

RGB color model

#FCC8DB color RGB value is (252,200,219).

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

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 219 of 255 = 86%

252
200
219

R + G + B ~ 88%. #FCC8DB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 200 + 219 = 671 (100%)
R 252 of 671 ~ 37.56%
G 200 of 671 ~ 29.81%
B 219 of 671 ~ 32.64%

%37.56
%29.81
%32.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(0,21,13,1)
C0M21Y13K1 
(0%,21%,13%,1%)
(0.00/0.21/0.13/0.01)	

CMYK percentages

%0
%20.63
%13.1
%1.18

Codes

Color #FCC8DB in popluar color models

FCC8DB
RGB252200219
HSL338°89.66%88.63%
HSB/HSV338°20.63%98.82%
CMYK0.00%20.63%13.10%
1.18%

Color #FCC8DB in popluar number systems.

HEXFCC8DB
Decimal252200219
Binary111111001100100011011011
Octal374310333

Shades and tints

Shades of #FCC8DB

#FCC8DB
(252,200,219)
#E6B6C8
(230,182,200)
#D0A4B5
(208,164,181)
#BA92A2
(186,146,162)
#A4808F
(164,128,143)
#8E6E7C
(142,110,124)
#785C69
(120,92,105)
#624A56
(98,74,86)
#4C3843
(76,56,67)
#362630
(54,38,48)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FCC8DB

#FCC8DB
(252,200,219)
#FCCDDE
(252,205,222)
#FCD2E1
(252,210,225)
#FCD7E4
(252,215,228)
#FCDCE7
(252,220,231)
#FCE1EA
(252,225,234)
#FCE6ED
(252,230,237)
#FCEBF0
(252,235,240)
#FCF0F3
(252,240,243)
#FCF5F6
(252,245,246)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8DB; }

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

This text font color is #FCC8DB.


Background Color

.myBgColor { background-color: #FCC8DB; }

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

This div background color is #FCC8DB.


Border color

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

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

This div border color is #FCC8DB.


Opacity

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

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

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

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

This text has shadow with #FCC8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8DB on black background.


Color preview on white background

This text has color #FCC8DB on white background.



Black color preview on #FCC8DB background

This text has black color on #FCC8DB background.


White color preview on #FCC8DB background

This text has white color on #FCC8DB background.