COLOR #FCAAE2

HEX: #FCAAE2
RGB: (252,170,226)

Color info

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

RGB color model

#FCAAE2 color RGB value is (252,170,226).

  • red value is 252;
  • green value is 170;
  • blue value is 226.
RGB:
(252,170,226)
(99%,67%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 170 of 255 = 67%
B 226 of 255 = 89%

252
170
226

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

Portions of RGB colors in percentages

R + G + B =
252 + 170 + 226 = 648 (100%)
R 252 of 648 ~ 38.89%
G 170 of 648 ~ 26.23%
B 226 of 648 ~ 34.88%

%38.89
%26.23
%34.88

CMYK color model

#FCAAE2 color CMYK value is (0,33,10,1).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,33,10,1)
C0M33Y10K1 
(0%,33%,10%,1%)
(0.00/0.33/0.10/0.01)	

CMYK percentages

%0
%32.54
%10.32
%1.18

Codes

Color #FCAAE2 in popluar color models

FCAAE2
RGB252170226
HSL319°93.18%82.75%
HSB/HSV319°32.54%98.82%
CMYK0.00%32.54%10.32%
1.18%

Color #FCAAE2 in popluar number systems.

HEXFCAAE2
Decimal252170226
Binary111111001010101011100010
Octal374252342

Shades and tints

Shades of #FCAAE2

#FCAAE2
(252,170,226)
#E69BCE
(230,155,206)
#D08CBA
(208,140,186)
#BA7DA6
(186,125,166)
#A46E92
(164,110,146)
#8E5F7E
(142,95,126)
#78506A
(120,80,106)
#624156
(98,65,86)
#4C3242
(76,50,66)
#36232E
(54,35,46)
#20141A
(32,20,26)
#000000
(0,0,0)

Tints of #FCAAE2

#FCAAE2
(252,170,226)
#FCB1E4
(252,177,228)
#FCB8E6
(252,184,230)
#FCBFE8
(252,191,232)
#FCC6EA
(252,198,234)
#FCCDEC
(252,205,236)
#FCD4EE
(252,212,238)
#FCDBF0
(252,219,240)
#FCE2F2
(252,226,242)
#FCE9F4
(252,233,244)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAAE2; }

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

This text font color is #FCAAE2.


Background Color

.myBgColor { background-color: #FCAAE2; }

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

This div background color is #FCAAE2.


Border color

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

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

This div border color is #FCAAE2.


Opacity

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

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

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

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

This text has shadow with #FCAAE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAAE2 on black background.


Color preview on white background

This text has color #FCAAE2 on white background.



Black color preview on #FCAAE2 background

This text has black color on #FCAAE2 background.


White color preview on #FCAAE2 background

This text has white color on #FCAAE2 background.