COLOR #FCDEE2

HEX: #FCDEE2
RGB: (252,222,226)

Color info

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

RGB color model

#FCDEE2 color RGB value is (252,222,226).

  • red value is 252;
  • green value is 222;
  • blue value is 226.
RGB:
(252,222,226)
(99%,87%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 226 of 255 = 89%

252
222
226

R + G + B ~ 92%. #FCDEE2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 222 + 226 = 700 (100%)
R 252 of 700 ~ 36%
G 222 of 700 ~ 31.71%
B 226 of 700 ~ 32.29%

%36
%31.71
%32.29

CMYK color model

#FCDEE2 color CMYK value is (0,12,10,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,12,10,1)
C0M12Y10K1 
(0%,12%,10%,1%)
(0.00/0.12/0.10/0.01)	

CMYK percentages

%0
%11.9
%10.32
%1.18

Codes

Color #FCDEE2 in popluar color models

FCDEE2
RGB252222226
HSL352°83.33%92.94%
HSB/HSV352°11.90%98.82%
CMYK0.00%11.90%10.32%
1.18%

Color #FCDEE2 in popluar number systems.

HEXFCDEE2
Decimal252222226
Binary111111001101111011100010
Octal374336342

Shades and tints

Shades of #FCDEE2

#FCDEE2
(252,222,226)
#E6CACE
(230,202,206)
#D0B6BA
(208,182,186)
#BAA2A6
(186,162,166)
#A48E92
(164,142,146)
#8E7A7E
(142,122,126)
#78666A
(120,102,106)
#625256
(98,82,86)
#4C3E42
(76,62,66)
#362A2E
(54,42,46)
#20161A
(32,22,26)
#000000
(0,0,0)

Tints of #FCDEE2

#FCDEE2
(252,222,226)
#FCE1E4
(252,225,228)
#FCE4E6
(252,228,230)
#FCE7E8
(252,231,232)
#FCEAEA
(252,234,234)
#FCEDEC
(252,237,236)
#FCF0EE
(252,240,238)
#FCF3F0
(252,243,240)
#FCF6F2
(252,246,242)
#FCF9F4
(252,249,244)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDEE2; }

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

This text font color is #FCDEE2.


Background Color

.myBgColor { background-color: #FCDEE2; }

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

This div background color is #FCDEE2.


Border color

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

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

This div border color is #FCDEE2.


Opacity

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

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

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

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

This text has shadow with #FCDEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDEE2 on black background.


Color preview on white background

This text has color #FCDEE2 on white background.



Black color preview on #FCDEE2 background

This text has black color on #FCDEE2 background.


White color preview on #FCDEE2 background

This text has white color on #FCDEE2 background.