COLOR #FCAFD9

HEX: #FCAFD9 RGB: (252,175,217)

Color info

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

RGB color model

#FCAFD9 color RGB value is (252,175,217).

RGB: (252,175,217) (99%, 69%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 175 of 255 = 69%
B 217 of 255 = 85%

252
175
217

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

Portions of RGB colors in percentages

R + G + B = 252 + 175 + 217 = 644 (100%)
R 252 of 644 ~ 39.13%
G 175 of 644 ~ 27.17%
B 217 of 644 ~ 33.7'%

%39.13
%27.17
%33.7

CMYK color model

#FCAFD9 color CMYK value is (0,31,14,1).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 13.89%
  • key color value is 1.18%
CMYK: (0,31,14,1) C0M31Y14K1 (0%,31%,14%,1%) (0.00/0.31/0.14/0.01) 

CMYK percentages

%0
%30.56
%13.89
%1.18

Codes

Color #FCAFD9 in popluar color models

FC AF D9
RGB 252 175 217
HSL 327° 92.77% 83.73%
HSB/HSV 327° 30.56% 98.82%
CMYK 0.00% 30.56% 13.89%
1.18%

Color #FCAFD9 in popluar number systems.

HEX FC AF D9
Decimal 252 175 217
Binary 11111100 10101111 11011001
Octal 374 257 331

Shades and tints

Shades of #FCAFD9

#FCAFD9
(252,175,217)
#E6A0C6
(230,160,198)
#D091B3
(208,145,179)
#BA82A0
(186,130,160)
#A4738D
(164,115,141)
#8E647A
(142,100,122)
#785567
(120,85,103)
#624654
(98,70,84)
#4C3741
(76,55,65)
#36282E
(54,40,46)
#20191B
(32,25,27)
#000000
(0,0,0)

Tints of #FCAFD9

#FCAFD9
(252,175,217)
#FCB6DC
(252,182,220)
#FCBDDF
(252,189,223)
#FCC4E2
(252,196,226)
#FCCBE5
(252,203,229)
#FCD2E8
(252,210,232)
#FCD9EB
(252,217,235)
#FCE0EE
(252,224,238)
#FCE7F1
(252,231,241)
#FCEEF4
(252,238,244)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAFD9 color. Also use rgb(252,175,217) instead hex code.

Text Font Color

.myTextColor { color: #FCAFD9; }

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

This text font color is #FCAFD9.

Background Color

.myBgColor { background-color: #FCAFD9; }

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

This div background color is #FCAFD9.

Border color

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

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

This div border color is #FCAFD9.

Opacity

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

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

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

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

This text has shadow with #FCAFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCAFD9.

Preview

Color preview on black background

This text has color #FCAFD9 on black background.


Color preview on white background

This text has color #FCAFD9 on white background.


Black color preview on #FCAFD9 background

This text has black color on #FCAFD9 background.


White color preview on #FCAFD9 background

This text has white color on #FCAFD9 background.


Related colors

Complementary color

Complementary color for #hex is #035026.


I love getcolorcode.com

Triadic colors

1 #D9FCAF and #AFD9FC with #FCAFD9 are triadic colors.

2 #D9AFFC and #AFFCD9 with #FCAFD9 are triadic colors.