COLOR #FCDAEE

HEX: #FCDAEE
RGB: (252,218,238)

Color info

#FCDAEE contains red, green and blue colors in about the same proportion. Web safe color of #FCDAEE is #FFCCFF (or #FCF).

RGB color model

#FCDAEE color RGB value is (252,218,238).

  • red value is 252;
  • green value is 218;
  • blue value is 238.
RGB:
(252,218,238)
(99%,85%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 238 of 255 = 93%

252
218
238

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

Portions of RGB colors in percentages

R + G + B =
252 + 218 + 238 = 708 (100%)
R 252 of 708 ~ 35.59%
G 218 of 708 ~ 30.79%
B 238 of 708 ~ 33.62%

%35.59
%30.79
%33.62

CMYK color model

#FCDAEE color CMYK value is (0,13,6,1).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(0,13,6,1)
C0M13Y6K1 
(0%,13%,6%,1%)
(0.00/0.13/0.06/0.01)	

CMYK percentages

%0
%13.49
%5.56
%1.18

Codes

Color #FCDAEE in popluar color models

FCDAEE
RGB252218238
HSL325°85.00%92.16%
HSB/HSV325°13.49%98.82%
CMYK0.00%13.49%5.56%
1.18%

Color #FCDAEE in popluar number systems.

HEXFCDAEE
Decimal252218238
Binary111111001101101011101110
Octal374332356

Shades and tints

Shades of #FCDAEE

#FCDAEE
(252,218,238)
#E6C7D9
(230,199,217)
#D0B4C4
(208,180,196)
#BAA1AF
(186,161,175)
#A48E9A
(164,142,154)
#8E7B85
(142,123,133)
#786870
(120,104,112)
#62555B
(98,85,91)
#4C4246
(76,66,70)
#362F31
(54,47,49)
#201C1C
(32,28,28)
#000000
(0,0,0)

Tints of #FCDAEE

#FCDAEE
(252,218,238)
#FCDDEF
(252,221,239)
#FCE0F0
(252,224,240)
#FCE3F1
(252,227,241)
#FCE6F2
(252,230,242)
#FCE9F3
(252,233,243)
#FCECF4
(252,236,244)
#FCEFF5
(252,239,245)
#FCF2F6
(252,242,246)
#FCF5F7
(252,245,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDAEE; }

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

This text font color is #FCDAEE.


Background Color

.myBgColor { background-color: #FCDAEE; }

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

This div background color is #FCDAEE.


Border color

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

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

This div border color is #FCDAEE.


Opacity

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

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

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

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

This text has shadow with #FCDAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDAEE on black background.


Color preview on white background

This text has color #FCDAEE on white background.



Black color preview on #FCDAEE background

This text has black color on #FCDAEE background.


White color preview on #FCDAEE background

This text has white color on #FCDAEE background.