COLOR #FCDDF5

HEX: #FCDDF5 RGB: (252,221,245)

Color info

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

RGB color model

#FCDDF5 color RGB value is (252,221,245).

RGB: (252,221,245) (99%, 87%, 96%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 245 of 255 = 96%

252
221
245

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

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 245 = 718 (100%)
R 252 of 718 ~ 35.1%
G 221 of 718 ~ 30.78%
B 245 of 718 ~ 34.12'%

%35.1
%30.78
%34.12

CMYK color model

#FCDDF5 color CMYK value is (0,12,3,1).

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

CMYK: (0,12,3,1)
C0M12Y3K1 (0%, 12%, 3%, 1%)
(0.00 / 0.12 / 0.03 / 0.01)

CMYK percentages

%0
%12.3
%2.78
%1.18

Codes

Color #FCDDF5 in popluar color models

FC DD F5
RGB 252 221 245
HSL 314° 83.78% 92.75%
HSB/HSV 314° 12.30% 98.82%
CMYK 0.00% 12.30% 2.78%
1.18%

Color #FCDDF5 in popluar number systems.

HEX FC DD F5
Decimal 252 221 245
Binary 11111100 11011101 11110101
Octal 374 335 365

Shades and tints

Shades of #FCDDF5

#FCDDF5
(252,221,245)
#E6C9DF
(230,201,223)
#D0B5C9
(208,181,201)
#BAA1B3
(186,161,179)
#A48D9D
(164,141,157)
#8E7987
(142,121,135)
#786571
(120,101,113)
#62515B
(98,81,91)
#4C3D45
(76,61,69)
#36292F
(54,41,47)
#201519
(32,21,25)
#000000
(0,0,0)

Tints of #FCDDF5

#FCDDF5
(252,221,245)
#FCE0F5
(252,224,245)
#FCE3F5
(252,227,245)
#FCE6F5
(252,230,245)
#FCE9F5
(252,233,245)
#FCECF5
(252,236,245)
#FCEFF5
(252,239,245)
#FCF2F5
(252,242,245)
#FCF5F5
(252,245,245)
#FCF8F5
(252,248,245)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDF5; }

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

This text font color is #FCDDF5.

Background Color

.myBgColor { background-color: #FCDDF5; }

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

This div background color is #FCDDF5.

Border color

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

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

This div border color is #FCDDF5.

Opacity

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

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

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

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

This text has shadow with #FCDDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDF5.

Preview

Color preview on black background

This text has color #FCDDF5 on black background.


Color preview on white background

This text has color #FCDDF5 on white background.


Black color preview on #FCDDF5 background

This text has black color on #FCDDF5 background.


White color preview on #FCDDF5 background

This text has white color on #FCDDF5 background.


Related colors

Complementary color

Complementary color for #hex is #03220A.


I love getcolorcode.com

Triadic colors

1 #F5FCDD and #DDF5FC with #FCDDF5 are triadic colors.

2 #F5DDFC and #DDFCF5 with #FCDDF5 are triadic colors.