COLOR #FCDEDA

HEX: #FCDEDA RGB: (252,222,218)

Color info

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

RGB color model

#FCDEDA color RGB value is (252,222,218).

RGB: (252,222,218) (99%, 87%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 218 of 255 = 85%

252
222
218

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

Portions of RGB colors in percentages

R + G + B = 252 + 222 + 218 = 692 (100%)
R 252 of 692 ~ 36.42%
G 222 of 692 ~ 32.08%
B 218 of 692 ~ 31.5'%

%36.42
%32.08
%31.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 13.49%
  • 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
%11.9
%13.49
%1.18

Codes

Color #FCDEDA in popluar color models

FC DE DA
RGB 252 222 218
HSL 85.00% 92.16%
HSB/HSV 13.49% 98.82%
CMYK 0.00% 11.90% 13.49%
1.18%

Color #FCDEDA in popluar number systems.

HEX FC DE DA
Decimal 252 222 218
Binary 11111100 11011110 11011010
Octal 374 336 332

Shades and tints

Shades of #FCDEDA

#FCDEDA
(252,222,218)
#E6CAC7
(230,202,199)
#D0B6B4
(208,182,180)
#BAA2A1
(186,162,161)
#A48E8E
(164,142,142)
#8E7A7B
(142,122,123)
#786668
(120,102,104)
#625255
(98,82,85)
#4C3E42
(76,62,66)
#362A2F
(54,42,47)
#20161C
(32,22,28)
#000000
(0,0,0)

Tints of #FCDEDA

#FCDEDA
(252,222,218)
#FCE1DD
(252,225,221)
#FCE4E0
(252,228,224)
#FCE7E3
(252,231,227)
#FCEAE6
(252,234,230)
#FCEDE9
(252,237,233)
#FCF0EC
(252,240,236)
#FCF3EF
(252,243,239)
#FCF6F2
(252,246,242)
#FCF9F5
(252,249,245)
#FCFCF8
(252,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDEDA color. Also use rgb(252,222,218) instead hex code.

Text Font Color

.myTextColor { color: #FCDEDA; }

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

This text font color is #FCDEDA.

Background Color

.myBgColor { background-color: #FCDEDA; }

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

This div background color is #FCDEDA.

Border color

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

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

This div border color is #FCDEDA.

Opacity

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

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

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

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

This text has shadow with #FCDEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDEDA.

Preview

Color preview on black background

This text has color #FCDEDA on black background.


Color preview on white background

This text has color #FCDEDA on white background.


Black color preview on #FCDEDA background

This text has black color on #FCDEDA background.


White color preview on #FCDEDA background

This text has white color on #FCDEDA background.


Related colors

Complementary color

Complementary color for #hex is #032125.


I love getcolorcode.com

Triadic colors

1 #DAFCDE and #DEDAFC with #FCDEDA are triadic colors.

2 #DADEFC and #DEFCDA with #FCDEDA are triadic colors.