COLOR #FCAAE5

HEX: #FCAAE5 RGB: (252,170,229)

Color info

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

RGB color model

#FCAAE5 color RGB value is (252,170,229).

RGB: (252,170,229) (99%, 67%, 90%)

RGB channels and saturation

R 252 of 255 = 99%
G 170 of 255 = 67%
B 229 of 255 = 90%

252
170
229

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

Portions of RGB colors in percentages

R + G + B = 252 + 170 + 229 = 651 (100%)
R 252 of 651 ~ 38.71%
G 170 of 651 ~ 26.11%
B 229 of 651 ~ 35.18'%

%38.71
%26.11
%35.18

CMYK color model

#FCAAE5 color CMYK value is (0,33,9,1).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK: (0,33,9,1) C0M33Y9K1 (0%,33%,9%,1%) (0.00/0.33/0.09/0.01) 

CMYK percentages

%0
%32.54
%9.13
%1.18

Codes

Color #FCAAE5 in popluar color models

FC AA E5
RGB 252 170 229
HSL 317° 93.18% 82.75%
HSB/HSV 317° 32.54% 98.82%
CMYK 0.00% 32.54% 9.13%
1.18%

Color #FCAAE5 in popluar number systems.

HEX FC AA E5
Decimal 252 170 229
Binary 11111100 10101010 11100101
Octal 374 252 345

Shades and tints

Shades of #FCAAE5

#FCAAE5
(252,170,229)
#E69BD1
(230,155,209)
#D08CBD
(208,140,189)
#BA7DA9
(186,125,169)
#A46E95
(164,110,149)
#8E5F81
(142,95,129)
#78506D
(120,80,109)
#624159
(98,65,89)
#4C3245
(76,50,69)
#362331
(54,35,49)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FCAAE5

#FCAAE5
(252,170,229)
#FCB1E7
(252,177,231)
#FCB8E9
(252,184,233)
#FCBFEB
(252,191,235)
#FCC6ED
(252,198,237)
#FCCDEF
(252,205,239)
#FCD4F1
(252,212,241)
#FCDBF3
(252,219,243)
#FCE2F5
(252,226,245)
#FCE9F7
(252,233,247)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAAE5 color. Also use rgb(252,170,229) instead hex code.

Text Font Color

.myTextColor { color: #FCAAE5; }

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

This text font color is #FCAAE5.

Background Color

.myBgColor { background-color: #FCAAE5; }

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

This div background color is #FCAAE5.

Border color

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

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

This div border color is #FCAAE5.

Opacity

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

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

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

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

This text has shadow with #FCAAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAAE5.

Preview

Color preview on black background

This text has color #FCAAE5 on black background.


Color preview on white background

This text has color #FCAAE5 on white background.


Black color preview on #FCAAE5 background

This text has black color on #FCAAE5 background.


White color preview on #FCAAE5 background

This text has white color on #FCAAE5 background.


Related colors

Complementary color

Complementary color for #hex is #03551A.


I love getcolorcode.com

Triadic colors

1 #E5FCAA and #AAE5FC with #FCAAE5 are triadic colors.

2 #E5AAFC and #AAFCE5 with #FCAAE5 are triadic colors.