COLOR #FCAAD8

HEX: #FCAAD8 RGB: (252,170,216)

Color info

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

RGB color model

#FCAAD8 color RGB value is (252,170,216).

RGB: (252,170,216) (99%, 67%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 170 of 255 = 67%
B 216 of 255 = 85%

252
170
216

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

Portions of RGB colors in percentages

R + G + B = 252 + 170 + 216 = 638 (100%)
R 252 of 638 ~ 39.5%
G 170 of 638 ~ 26.65%
B 216 of 638 ~ 33.86'%

%39.5
%26.65
%33.86

CMYK color model

#FCAAD8 color CMYK value is (0,33,14,1).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 14.29%
  • key color value is 1.18%
CMYK: (0,33,14,1) C0M33Y14K1 (0%,33%,14%,1%) (0.00/0.33/0.14/0.01) 

CMYK percentages

%0
%32.54
%14.29
%1.18

Codes

Color #FCAAD8 in popluar color models

FC AA D8
RGB 252 170 216
HSL 326° 93.18% 82.75%
HSB/HSV 326° 32.54% 98.82%
CMYK 0.00% 32.54% 14.29%
1.18%

Color #FCAAD8 in popluar number systems.

HEX FC AA D8
Decimal 252 170 216
Binary 11111100 10101010 11011000
Octal 374 252 330

Shades and tints

Shades of #FCAAD8

#FCAAD8
(252,170,216)
#E69BC5
(230,155,197)
#D08CB2
(208,140,178)
#BA7D9F
(186,125,159)
#A46E8C
(164,110,140)
#8E5F79
(142,95,121)
#785066
(120,80,102)
#624153
(98,65,83)
#4C3240
(76,50,64)
#36232D
(54,35,45)
#20141A
(32,20,26)
#000000
(0,0,0)

Tints of #FCAAD8

#FCAAD8
(252,170,216)
#FCB1DB
(252,177,219)
#FCB8DE
(252,184,222)
#FCBFE1
(252,191,225)
#FCC6E4
(252,198,228)
#FCCDE7
(252,205,231)
#FCD4EA
(252,212,234)
#FCDBED
(252,219,237)
#FCE2F0
(252,226,240)
#FCE9F3
(252,233,243)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAAD8; }

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

This text font color is #FCAAD8.

Background Color

.myBgColor { background-color: #FCAAD8; }

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

This div background color is #FCAAD8.

Border color

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

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

This div border color is #FCAAD8.

Opacity

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

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

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

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

This text has shadow with #FCAAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAAD8.

Preview

Color preview on black background

This text has color #FCAAD8 on black background.


Color preview on white background

This text has color #FCAAD8 on white background.


Black color preview on #FCAAD8 background

This text has black color on #FCAAD8 background.


White color preview on #FCAAD8 background

This text has white color on #FCAAD8 background.


Related colors

Complementary color

Complementary color for #hex is #035527.


I love getcolorcode.com

Triadic colors

1 #D8FCAA and #AAD8FC with #FCAAD8 are triadic colors.

2 #D8AAFC and #AAFCD8 with #FCAAD8 are triadic colors.