COLOR #FCDDD8

HEX: #FCDDD8 RGB: (252,221,216)

Color info

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

RGB color model

#FCDDD8 color RGB value is (252,221,216).

RGB: (252,221,216) (99%, 87%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 216 of 255 = 85%

252
221
216

R + G + B ~ 90%. #FCDDD8 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 216 = 689 (100%)
R 252 of 689 ~ 36.57%
G 221 of 689 ~ 32.08%
B 216 of 689 ~ 31.35'%

%36.57
%32.08
%31.35

CMYK color model

#FCDDD8 color CMYK value is (0,12,14,1).

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

CMYK: (0,12,14,1)
C0M12Y14K1 (0%, 12%, 14%, 1%)
(0.00 / 0.12 / 0.14 / 0.01)

CMYK percentages

%0
%12.3
%14.29
%1.18

Codes

Color #FCDDD8 in popluar color models

FC DD D8
RGB 252 221 216
HSL 85.71% 91.76%
HSB/HSV 14.29% 98.82%
CMYK 0.00% 12.30% 14.29%
1.18%

Color #FCDDD8 in popluar number systems.

HEX FC DD D8
Decimal 252 221 216
Binary 11111100 11011101 11011000
Octal 374 335 330

Shades and tints

Shades of #FCDDD8

#FCDDD8
(252,221,216)
#E6C9C5
(230,201,197)
#D0B5B2
(208,181,178)
#BAA19F
(186,161,159)
#A48D8C
(164,141,140)
#8E7979
(142,121,121)
#786566
(120,101,102)
#625153
(98,81,83)
#4C3D40
(76,61,64)
#36292D
(54,41,45)
#20151A
(32,21,26)
#000000
(0,0,0)

Tints of #FCDDD8

#FCDDD8
(252,221,216)
#FCE0DB
(252,224,219)
#FCE3DE
(252,227,222)
#FCE6E1
(252,230,225)
#FCE9E4
(252,233,228)
#FCECE7
(252,236,231)
#FCEFEA
(252,239,234)
#FCF2ED
(252,242,237)
#FCF5F0
(252,245,240)
#FCF8F3
(252,248,243)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDD8; }

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

This text font color is #FCDDD8.

Background Color

.myBgColor { background-color: #FCDDD8; }

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

This div background color is #FCDDD8.

Border color

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

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

This div border color is #FCDDD8.

Opacity

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

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

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

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

This text has shadow with #FCDDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDD8.

Preview

Color preview on black background

This text has color #FCDDD8 on black background.


Color preview on white background

This text has color #FCDDD8 on white background.


Black color preview on #FCDDD8 background

This text has black color on #FCDDD8 background.


White color preview on #FCDDD8 background

This text has white color on #FCDDD8 background.


Related colors

Complementary color

Complementary color for #hex is #032227.


I love getcolorcode.com

Triadic colors

1 #D8FCDD and #DDD8FC with #FCDDD8 are triadic colors.

2 #D8DDFC and #DDFCD8 with #FCDDD8 are triadic colors.