COLOR #FCDDF8

HEX: #FCDDF8 RGB: (252,221,248)

Color info

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

RGB color model

#FCDDF8 color RGB value is (252,221,248).

RGB: (252,221,248) (99%, 87%, 97%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 248 of 255 = 97%

252
221
248

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

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 248 = 721 (100%)
R 252 of 721 ~ 34.95%
G 221 of 721 ~ 30.65%
B 248 of 721 ~ 34.4'%

%34.95
%30.65
%34.4

CMYK color model

#FCDDF8 color CMYK value is (0,12,2,1).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 1.59%
  • key color value is 1.18%

CMYK: (0,12,2,1)
C0M12Y2K1 (0%, 12%, 2%, 1%)
(0.00 / 0.12 / 0.02 / 0.01)

CMYK percentages

%0
%12.3
%1.59
%1.18

Codes

Color #FCDDF8 in popluar color models

FC DD F8
RGB 252 221 248
HSL 308° 83.78% 92.75%
HSB/HSV 308° 12.30% 98.82%
CMYK 0.00% 12.30% 1.59%
1.18%

Color #FCDDF8 in popluar number systems.

HEX FC DD F8
Decimal 252 221 248
Binary 11111100 11011101 11111000
Octal 374 335 370

Shades and tints

Shades of #FCDDF8

#FCDDF8
(252,221,248)
#E6C9E2
(230,201,226)
#D0B5CC
(208,181,204)
#BAA1B6
(186,161,182)
#A48DA0
(164,141,160)
#8E798A
(142,121,138)
#786574
(120,101,116)
#62515E
(98,81,94)
#4C3D48
(76,61,72)
#362932
(54,41,50)
#20151C
(32,21,28)
#000000
(0,0,0)

Tints of #FCDDF8

#FCDDF8
(252,221,248)
#FCE0F8
(252,224,248)
#FCE3F8
(252,227,248)
#FCE6F8
(252,230,248)
#FCE9F8
(252,233,248)
#FCECF8
(252,236,248)
#FCEFF8
(252,239,248)
#FCF2F8
(252,242,248)
#FCF5F8
(252,245,248)
#FCF8F8
(252,248,248)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDF8; }

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

This text font color is #FCDDF8.

Background Color

.myBgColor { background-color: #FCDDF8; }

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

This div background color is #FCDDF8.

Border color

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

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

This div border color is #FCDDF8.

Opacity

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

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

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

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

This text has shadow with #FCDDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDF8.

Preview

Color preview on black background

This text has color #FCDDF8 on black background.


Color preview on white background

This text has color #FCDDF8 on white background.


Black color preview on #FCDDF8 background

This text has black color on #FCDDF8 background.


White color preview on #FCDDF8 background

This text has white color on #FCDDF8 background.


Related colors

Complementary color

Complementary color for #hex is #032207.


I love getcolorcode.com

Triadic colors

1 #F8FCDD and #DDF8FC with #FCDDF8 are triadic colors.

2 #F8DDFC and #DDFCF8 with #FCDDF8 are triadic colors.