COLOR #FCCDF9

HEX: #FCCDF9
RGB: (252,205,249)

Color info

#FCCDF9 contains red, green and blue colors in about the same proportion. Web safe color of #FCCDF9 is #FFCCFF (or #FCF).

RGB color model

#FCCDF9 color RGB value is (252,205,249).

  • red value is 252;
  • green value is 205;
  • blue value is 249.
RGB:
(252,205,249)
(99%,80%,98%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 249 of 255 = 98%

252
205
249

R + G + B ~ 92%. #FCCDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 205 + 249 = 706 (100%)
R 252 of 706 ~ 35.69%
G 205 of 706 ~ 29.04%
B 249 of 706 ~ 35.27%

%35.69
%29.04
%35.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 1.19%
  • key color value is 1.18%
CMYK:
(0,19,1,1)
C0M19Y1K1 
(0%,19%,1%,1%)
(0.00/0.19/0.01/0.01)	

CMYK percentages

%0
%18.65
%1.19
%1.18

Codes

Color #FCCDF9 in popluar color models

FCCDF9
RGB252205249
HSL304°88.68%89.61%
HSB/HSV304°18.65%98.82%
CMYK0.00%18.65%1.19%
1.18%

Color #FCCDF9 in popluar number systems.

HEXFCCDF9
Decimal252205249
Binary111111001100110111111001
Octal374315371

Shades and tints

Shades of #FCCDF9

#FCCDF9
(252,205,249)
#E6BBE3
(230,187,227)
#D0A9CD
(208,169,205)
#BA97B7
(186,151,183)
#A485A1
(164,133,161)
#8E738B
(142,115,139)
#786175
(120,97,117)
#624F5F
(98,79,95)
#4C3D49
(76,61,73)
#362B33
(54,43,51)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCCDF9

#FCCDF9
(252,205,249)
#FCD1F9
(252,209,249)
#FCD5F9
(252,213,249)
#FCD9F9
(252,217,249)
#FCDDF9
(252,221,249)
#FCE1F9
(252,225,249)
#FCE5F9
(252,229,249)
#FCE9F9
(252,233,249)
#FCEDF9
(252,237,249)
#FCF1F9
(252,241,249)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCDF9; }

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

This text font color is #FCCDF9.


Background Color

.myBgColor { background-color: #FCCDF9; }

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

This div background color is #FCCDF9.


Border color

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

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

This div border color is #FCCDF9.


Opacity

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

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

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

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

This text has shadow with #FCCDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCDF9 on black background.


Color preview on white background

This text has color #FCCDF9 on white background.



Black color preview on #FCCDF9 background

This text has black color on #FCCDF9 background.


White color preview on #FCCDF9 background

This text has white color on #FCCDF9 background.