COLOR #FCAAEF

HEX: #FCAAEF RGB: (252,170,239)

Color info

#FCAAEF contains mainly red and blue colors. Web safe color of #FCAAEF is #FF99FF (or #F9F).

RGB color model

#FCAAEF color RGB value is (252,170,239).

RGB: (252,170,239) (99%, 67%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 170 of 255 = 67%
B 239 of 255 = 94%

252
170
239

R + G + B ~ 87%. #FCAAEF is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 170 + 239 = 661 (100%)
R 252 of 661 ~ 38.12%
G 170 of 661 ~ 25.72%
B 239 of 661 ~ 36.16'%

%38.12
%25.72
%36.16

CMYK color model

#FCAAEF color CMYK value is (0,33,5,1).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 5.16%
  • key color value is 1.18%
CMYK: (0,33,5,1) C0M33Y5K1 (0%,33%,5%,1%) (0.00/0.33/0.05/0.01) 

CMYK percentages

%0
%32.54
%5.16
%1.18

Codes

Color #FCAAEF in popluar color models

FC AA EF
RGB 252 170 239
HSL 310° 93.18% 82.75%
HSB/HSV 310° 32.54% 98.82%
CMYK 0.00% 32.54% 5.16%
1.18%

Color #FCAAEF in popluar number systems.

HEX FC AA EF
Decimal 252 170 239
Binary 11111100 10101010 11101111
Octal 374 252 357

Shades and tints

Shades of #FCAAEF

#FCAAEF
(252,170,239)
#E69BDA
(230,155,218)
#D08CC5
(208,140,197)
#BA7DB0
(186,125,176)
#A46E9B
(164,110,155)
#8E5F86
(142,95,134)
#785071
(120,80,113)
#62415C
(98,65,92)
#4C3247
(76,50,71)
#362332
(54,35,50)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FCAAEF

#FCAAEF
(252,170,239)
#FCB1F0
(252,177,240)
#FCB8F1
(252,184,241)
#FCBFF2
(252,191,242)
#FCC6F3
(252,198,243)
#FCCDF4
(252,205,244)
#FCD4F5
(252,212,245)
#FCDBF6
(252,219,246)
#FCE2F7
(252,226,247)
#FCE9F8
(252,233,248)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAAEF; }

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

This text font color is #FCAAEF.

Background Color

.myBgColor { background-color: #FCAAEF; }

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

This div background color is #FCAAEF.

Border color

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

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

This div border color is #FCAAEF.

Opacity

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

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

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

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

This text has shadow with #FCAAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAAEF.

Preview

Color preview on black background

This text has color #FCAAEF on black background.


Color preview on white background

This text has color #FCAAEF on white background.


Black color preview on #FCAAEF background

This text has black color on #FCAAEF background.


White color preview on #FCAAEF background

This text has white color on #FCAAEF background.


Related colors

Complementary color

Complementary color for #hex is #035510.


I love getcolorcode.com

Triadic colors

1 #EFFCAA and #AAEFFC with #FCAAEF are triadic colors.

2 #EFAAFC and #AAFCEF with #FCAAEF are triadic colors.