COLOR #FCAFDD

HEX: #FCAFDD
RGB: (252,175,221)

Color info

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

RGB color model

#FCAFDD color RGB value is (252,175,221).

  • red value is 252;
  • green value is 175;
  • blue value is 221.
RGB:
(252,175,221)
(99%,69%,87%)

RGB channels and saturation

R 252 of 255 = 99%
G 175 of 255 = 69%
B 221 of 255 = 87%

252
175
221

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

Portions of RGB colors in percentages

R + G + B =
252 + 175 + 221 = 648 (100%)
R 252 of 648 ~ 38.89%
G 175 of 648 ~ 27.01%
B 221 of 648 ~ 34.1%

%38.89
%27.01
%34.1

CMYK color model

#FCAFDD color CMYK value is (0,31,12,1).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 12.30%
  • key color value is 1.18%
CMYK:
(0,31,12,1)
C0M31Y12K1 
(0%,31%,12%,1%)
(0.00/0.31/0.12/0.01)	

CMYK percentages

%0
%30.56
%12.3
%1.18

Codes

Color #FCAFDD in popluar color models

FCAFDD
RGB252175221
HSL324°92.77%83.73%
HSB/HSV324°30.56%98.82%
CMYK0.00%30.56%12.30%
1.18%

Color #FCAFDD in popluar number systems.

HEXFCAFDD
Decimal252175221
Binary111111001010111111011101
Octal374257335

Shades and tints

Shades of #FCAFDD

#FCAFDD
(252,175,221)
#E6A0C9
(230,160,201)
#D091B5
(208,145,181)
#BA82A1
(186,130,161)
#A4738D
(164,115,141)
#8E6479
(142,100,121)
#785565
(120,85,101)
#624651
(98,70,81)
#4C373D
(76,55,61)
#362829
(54,40,41)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCAFDD

#FCAFDD
(252,175,221)
#FCB6E0
(252,182,224)
#FCBDE3
(252,189,227)
#FCC4E6
(252,196,230)
#FCCBE9
(252,203,233)
#FCD2EC
(252,210,236)
#FCD9EF
(252,217,239)
#FCE0F2
(252,224,242)
#FCE7F5
(252,231,245)
#FCEEF8
(252,238,248)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAFDD; }

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

This text font color is #FCAFDD.


Background Color

.myBgColor { background-color: #FCAFDD; }

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

This div background color is #FCAFDD.


Border color

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

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

This div border color is #FCAFDD.


Opacity

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

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

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

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

This text has shadow with #FCAFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAFDD on black background.


Color preview on white background

This text has color #FCAFDD on white background.



Black color preview on #FCAFDD background

This text has black color on #FCAFDD background.


White color preview on #FCAFDD background

This text has white color on #FCAFDD background.