COLOR #FCDFEA

HEX: #FCDFEA
RGB: (252,223,234)

Color info

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

RGB color model

#FCDFEA color RGB value is (252,223,234).

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

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 234 of 255 = 92%

252
223
234

R + G + B ~ 93%. #FCDFEA is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 223 + 234 = 709 (100%)
R 252 of 709 ~ 35.54%
G 223 of 709 ~ 31.45%
B 234 of 709 ~ 33%

%35.54
%31.45
%33

CMYK color model

#FCDFEA color CMYK value is (0,12,7,1).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 7.14%
  • key color value is 1.18%
CMYK:
(0,12,7,1)
C0M12Y7K1 
(0%,12%,7%,1%)
(0.00/0.12/0.07/0.01)	

CMYK percentages

%0
%11.51
%7.14
%1.18

Codes

Color #FCDFEA in popluar color models

FCDFEA
RGB252223234
HSL337°82.86%93.14%
HSB/HSV337°11.51%98.82%
CMYK0.00%11.51%7.14%
1.18%

Color #FCDFEA in popluar number systems.

HEXFCDFEA
Decimal252223234
Binary111111001101111111101010
Octal374337352

Shades and tints

Shades of #FCDFEA

#FCDFEA
(252,223,234)
#E6CBD5
(230,203,213)
#D0B7C0
(208,183,192)
#BAA3AB
(186,163,171)
#A48F96
(164,143,150)
#8E7B81
(142,123,129)
#78676C
(120,103,108)
#625357
(98,83,87)
#4C3F42
(76,63,66)
#362B2D
(54,43,45)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCDFEA

#FCDFEA
(252,223,234)
#FCE1EB
(252,225,235)
#FCE3EC
(252,227,236)
#FCE5ED
(252,229,237)
#FCE7EE
(252,231,238)
#FCE9EF
(252,233,239)
#FCEBF0
(252,235,240)
#FCEDF1
(252,237,241)
#FCEFF2
(252,239,242)
#FCF1F3
(252,241,243)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDFEA; }

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

This text font color is #FCDFEA.


Background Color

.myBgColor { background-color: #FCDFEA; }

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

This div background color is #FCDFEA.


Border color

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

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

This div border color is #FCDFEA.


Opacity

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

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

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

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

This text has shadow with #FCDFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDFEA on black background.


Color preview on white background

This text has color #FCDFEA on white background.



Black color preview on #FCDFEA background

This text has black color on #FCDFEA background.


White color preview on #FCDFEA background

This text has white color on #FCDFEA background.