COLOR #FCDDDC

HEX: #FCDDDC RGB: (252,221,220)

Color info

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

RGB color model

#FCDDDC color RGB value is (252,221,220).

RGB: (252,221,220) (99%, 87%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 221 of 255 = 87%
B 220 of 255 = 86%

252
221
220

R + G + B ~ 91%. #FCDDDC is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 221 + 220 = 693 (100%)
R 252 of 693 ~ 36.36%
G 221 of 693 ~ 31.89%
B 220 of 693 ~ 31.75'%

%36.36
%31.89
%31.75

CMYK color model

#FCDDDC color CMYK value is (0,12,13,1).

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

CMYK: (0,12,13,1)
C0M12Y13K1 (0%, 12%, 13%, 1%)
(0.00 / 0.12 / 0.13 / 0.01)

CMYK percentages

%0
%12.3
%12.7
%1.18

Codes

Color #FCDDDC in popluar color models

FC DD DC
RGB 252 221 220
HSL 84.21% 92.55%
HSB/HSV 12.70% 98.82%
CMYK 0.00% 12.30% 12.70%
1.18%

Color #FCDDDC in popluar number systems.

HEX FC DD DC
Decimal 252 221 220
Binary 11111100 11011101 11011100
Octal 374 335 334

Shades and tints

Shades of #FCDDDC

#FCDDDC
(252,221,220)
#E6C9C8
(230,201,200)
#D0B5B4
(208,181,180)
#BAA1A0
(186,161,160)
#A48D8C
(164,141,140)
#8E7978
(142,121,120)
#786564
(120,101,100)
#625150
(98,81,80)
#4C3D3C
(76,61,60)
#362928
(54,41,40)
#201514
(32,21,20)
#000000
(0,0,0)

Tints of #FCDDDC

#FCDDDC
(252,221,220)
#FCE0DF
(252,224,223)
#FCE3E2
(252,227,226)
#FCE6E5
(252,230,229)
#FCE9E8
(252,233,232)
#FCECEB
(252,236,235)
#FCEFEE
(252,239,238)
#FCF2F1
(252,242,241)
#FCF5F4
(252,245,244)
#FCF8F7
(252,248,247)
#FCFBFA
(252,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDDDC; }

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

This text font color is #FCDDDC.

Background Color

.myBgColor { background-color: #FCDDDC; }

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

This div background color is #FCDDDC.

Border color

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

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

This div border color is #FCDDDC.

Opacity

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

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

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

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

This text has shadow with #FCDDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDDDC.

Preview

Color preview on black background

This text has color #FCDDDC on black background.


Color preview on white background

This text has color #FCDDDC on white background.


Black color preview on #FCDDDC background

This text has black color on #FCDDDC background.


White color preview on #FCDDDC background

This text has white color on #FCDDDC background.


Related colors

Complementary color

Complementary color for #hex is #032223.


I love getcolorcode.com

Triadic colors

1 #DCFCDD and #DDDCFC with #FCDDDC are triadic colors.

2 #DCDDFC and #DDFCDC with #FCDDDC are triadic colors.