COLOR #FCAEE0

HEX: #FCAEE0
RGB: (252,174,224)

Color info

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

RGB color model

#FCAEE0 color RGB value is (252,174,224).

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

RGB channels and saturation

R 252 of 255 = 99%
G 174 of 255 = 68%
B 224 of 255 = 88%

252
174
224

R + G + B ~ 85%. #FCAEE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 174 + 224 = 650 (100%)
R 252 of 650 ~ 38.77%
G 174 of 650 ~ 26.77%
B 224 of 650 ~ 34.46%

%38.77
%26.77
%34.46

CMYK color model

#FCAEE0 color CMYK value is (0,31,11,1).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 11.11%
  • key color value is 1.18%
CMYK:
(0,31,11,1)
C0M31Y11K1 
(0%,31%,11%,1%)
(0.00/0.31/0.11/0.01)	

CMYK percentages

%0
%30.95
%11.11
%1.18

Codes

Color #FCAEE0 in popluar color models

FCAEE0
RGB252174224
HSL322°92.86%83.53%
HSB/HSV322°30.95%98.82%
CMYK0.00%30.95%11.11%
1.18%

Color #FCAEE0 in popluar number systems.

HEXFCAEE0
Decimal252174224
Binary111111001010111011100000
Octal374256340

Shades and tints

Shades of #FCAEE0

#FCAEE0
(252,174,224)
#E69FCC
(230,159,204)
#D090B8
(208,144,184)
#BA81A4
(186,129,164)
#A47290
(164,114,144)
#8E637C
(142,99,124)
#785468
(120,84,104)
#624554
(98,69,84)
#4C3640
(76,54,64)
#36272C
(54,39,44)
#201818
(32,24,24)
#000000
(0,0,0)

Tints of #FCAEE0

#FCAEE0
(252,174,224)
#FCB5E2
(252,181,226)
#FCBCE4
(252,188,228)
#FCC3E6
(252,195,230)
#FCCAE8
(252,202,232)
#FCD1EA
(252,209,234)
#FCD8EC
(252,216,236)
#FCDFEE
(252,223,238)
#FCE6F0
(252,230,240)
#FCEDF2
(252,237,242)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAEE0; }

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

This text font color is #FCAEE0.


Background Color

.myBgColor { background-color: #FCAEE0; }

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

This div background color is #FCAEE0.


Border color

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

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

This div border color is #FCAEE0.


Opacity

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

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

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

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

This text has shadow with #FCAEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAEE0 on black background.


Color preview on white background

This text has color #FCAEE0 on white background.



Black color preview on #FCAEE0 background

This text has black color on #FCAEE0 background.


White color preview on #FCAEE0 background

This text has white color on #FCAEE0 background.