COLOR #FCDBDF

HEX: #FCDBDF
RGB: (252,219,223)

Color info

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

RGB color model

#FCDBDF color RGB value is (252,219,223).

  • red value is 252;
  • green value is 219;
  • blue value is 223.
RGB:
(252,219,223)
(99%,86%,87%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 223 of 255 = 87%

252
219
223

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

Portions of RGB colors in percentages

R + G + B =
252 + 219 + 223 = 694 (100%)
R 252 of 694 ~ 36.31%
G 219 of 694 ~ 31.56%
B 223 of 694 ~ 32.13%

%36.31
%31.56
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 11.51%
  • key color value is 1.18%
CMYK:
(0,13,12,1)
C0M13Y12K1 
(0%,13%,12%,1%)
(0.00/0.13/0.12/0.01)	

CMYK percentages

%0
%13.1
%11.51
%1.18

Codes

Color #FCDBDF in popluar color models

FCDBDF
RGB252219223
HSL353°84.62%92.35%
HSB/HSV353°13.10%98.82%
CMYK0.00%13.10%11.51%
1.18%

Color #FCDBDF in popluar number systems.

HEXFCDBDF
Decimal252219223
Binary111111001101101111011111
Octal374333337

Shades and tints

Shades of #FCDBDF

#FCDBDF
(252,219,223)
#E6C8CB
(230,200,203)
#D0B5B7
(208,181,183)
#BAA2A3
(186,162,163)
#A48F8F
(164,143,143)
#8E7C7B
(142,124,123)
#786967
(120,105,103)
#625653
(98,86,83)
#4C433F
(76,67,63)
#36302B
(54,48,43)
#201D17
(32,29,23)
#000000
(0,0,0)

Tints of #FCDBDF

#FCDBDF
(252,219,223)
#FCDEE1
(252,222,225)
#FCE1E3
(252,225,227)
#FCE4E5
(252,228,229)
#FCE7E7
(252,231,231)
#FCEAE9
(252,234,233)
#FCEDEB
(252,237,235)
#FCF0ED
(252,240,237)
#FCF3EF
(252,243,239)
#FCF6F1
(252,246,241)
#FCF9F3
(252,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDBDF color. Also use rgb(252,219,223) instead hex code.

Text Font Color

.myTextColor { color: #FCDBDF; }

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

This text font color is #FCDBDF.


Background Color

.myBgColor { background-color: #FCDBDF; }

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

This div background color is #FCDBDF.


Border color

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

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

This div border color is #FCDBDF.


Opacity

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

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

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

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

This text has shadow with #FCDBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDBDF on black background.


Color preview on white background

This text has color #FCDBDF on white background.



Black color preview on #FCDBDF background

This text has black color on #FCDBDF background.


White color preview on #FCDBDF background

This text has white color on #FCDBDF background.