COLOR #FCAED5

HEX: #FCAED5
RGB: (252,174,213)

Color info

#FCAED5 contains mainly red and blue colors. Web safe color of #FCAED5 is #FF99CC (or #F9C).

RGB color model

#FCAED5 color RGB value is (252,174,213).

  • red value is 252;
  • green value is 174;
  • blue value is 213.
RGB:
(252,174,213)
(99%,68%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 174 of 255 = 68%
B 213 of 255 = 84%

252
174
213

R + G + B ~ 84%. #FCAED5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 174 + 213 = 639 (100%)
R 252 of 639 ~ 39.44%
G 174 of 639 ~ 27.23%
B 213 of 639 ~ 33.33%

%39.44
%27.23
%33.33

CMYK color model

#FCAED5 color CMYK value is (0,31,15,1).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(0,31,15,1)
C0M31Y15K1 
(0%,31%,15%,1%)
(0.00/0.31/0.15/0.01)	

CMYK percentages

%0
%30.95
%15.48
%1.18

Codes

Color #FCAED5 in popluar color models

FCAED5
RGB252174213
HSL330°92.86%83.53%
HSB/HSV330°30.95%98.82%
CMYK0.00%30.95%15.48%
1.18%

Color #FCAED5 in popluar number systems.

HEXFCAED5
Decimal252174213
Binary111111001010111011010101
Octal374256325

Shades and tints

Shades of #FCAED5

#FCAED5
(252,174,213)
#E69FC2
(230,159,194)
#D090AF
(208,144,175)
#BA819C
(186,129,156)
#A47289
(164,114,137)
#8E6376
(142,99,118)
#785463
(120,84,99)
#624550
(98,69,80)
#4C363D
(76,54,61)
#36272A
(54,39,42)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCAED5

#FCAED5
(252,174,213)
#FCB5D8
(252,181,216)
#FCBCDB
(252,188,219)
#FCC3DE
(252,195,222)
#FCCAE1
(252,202,225)
#FCD1E4
(252,209,228)
#FCD8E7
(252,216,231)
#FCDFEA
(252,223,234)
#FCE6ED
(252,230,237)
#FCEDF0
(252,237,240)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAED5 color. Also use rgb(252,174,213) instead hex code.

Text Font Color

.myTextColor { color: #FCAED5; }

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

This text font color is #FCAED5.


Background Color

.myBgColor { background-color: #FCAED5; }

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

This div background color is #FCAED5.


Border color

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

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

This div border color is #FCAED5.


Opacity

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

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

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

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

This text has shadow with #FCAED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAED5 on black background.


Color preview on white background

This text has color #FCAED5 on white background.



Black color preview on #FCAED5 background

This text has black color on #FCAED5 background.


White color preview on #FCAED5 background

This text has white color on #FCAED5 background.