COLOR #FCD9F8

HEX: #FCD9F8
RGB: (252,217,248)

Color info

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

RGB color model

#FCD9F8 color RGB value is (252,217,248).

  • red value is 252;
  • green value is 217;
  • blue value is 248.
RGB:
(252,217,248)
(99%,85%,97%)

RGB channels and saturation

R 252 of 255 = 99%
G 217 of 255 = 85%
B 248 of 255 = 97%

252
217
248

R + G + B ~ 94%. #FCD9F8 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 217 + 248 = 717 (100%)
R 252 of 717 ~ 35.15%
G 217 of 717 ~ 30.26%
B 248 of 717 ~ 34.59%

%35.15
%30.26
%34.59

CMYK color model

#FCD9F8 color CMYK value is (0,14,2,1).

  • cyan value is 0.00%
  • magenta value is 13.89%
  • yellow value is 1.59%
  • key color value is 1.18%
CMYK:
(0,14,2,1)
C0M14Y2K1 
(0%,14%,2%,1%)
(0.00/0.14/0.02/0.01)	

CMYK percentages

%0
%13.89
%1.59
%1.18

Codes

Color #FCD9F8 in popluar color models

FCD9F8
RGB252217248
HSL307°85.37%91.96%
HSB/HSV307°13.89%98.82%
CMYK0.00%13.89%1.59%
1.18%

Color #FCD9F8 in popluar number systems.

HEXFCD9F8
Decimal252217248
Binary111111001101100111111000
Octal374331370

Shades and tints

Shades of #FCD9F8

#FCD9F8
(252,217,248)
#E6C6E2
(230,198,226)
#D0B3CC
(208,179,204)
#BAA0B6
(186,160,182)
#A48DA0
(164,141,160)
#8E7A8A
(142,122,138)
#786774
(120,103,116)
#62545E
(98,84,94)
#4C4148
(76,65,72)
#362E32
(54,46,50)
#201B1C
(32,27,28)
#000000
(0,0,0)

Tints of #FCD9F8

#FCD9F8
(252,217,248)
#FCDCF8
(252,220,248)
#FCDFF8
(252,223,248)
#FCE2F8
(252,226,248)
#FCE5F8
(252,229,248)
#FCE8F8
(252,232,248)
#FCEBF8
(252,235,248)
#FCEEF8
(252,238,248)
#FCF1F8
(252,241,248)
#FCF4F8
(252,244,248)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCD9F8 color. Also use rgb(252,217,248) instead hex code.

Text Font Color

.myTextColor { color: #FCD9F8; }

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

This text font color is #FCD9F8.


Background Color

.myBgColor { background-color: #FCD9F8; }

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

This div background color is #FCD9F8.


Border color

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

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

This div border color is #FCD9F8.


Opacity

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

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

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

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

This text has shadow with #FCD9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCD9F8 on black background.


Color preview on white background

This text has color #FCD9F8 on white background.



Black color preview on #FCD9F8 background

This text has black color on #FCD9F8 background.


White color preview on #FCD9F8 background

This text has white color on #FCD9F8 background.