COLOR #FCA7CF

HEX: #FCA7CF
RGB: (252,167,207)

Color info

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

RGB color model

#FCA7CF color RGB value is (252,167,207).

  • red value is 252;
  • green value is 167;
  • blue value is 207.
RGB:
(252,167,207)
(99%,65%,81%)

RGB channels and saturation

R 252 of 255 = 99%
G 167 of 255 = 65%
B 207 of 255 = 81%

252
167
207

R + G + B ~ 82%. #FCA7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 167 + 207 = 626 (100%)
R 252 of 626 ~ 40.26%
G 167 of 626 ~ 26.68%
B 207 of 626 ~ 33.07%

%40.26
%26.68
%33.07

CMYK color model

#FCA7CF color CMYK value is (0,34,18,1).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(0,34,18,1)
C0M34Y18K1 
(0%,34%,18%,1%)
(0.00/0.34/0.18/0.01)	

CMYK percentages

%0
%33.73
%17.86
%1.18

Codes

Color #FCA7CF in popluar color models

FCA7CF
RGB252167207
HSL332°93.41%82.16%
HSB/HSV332°33.73%98.82%
CMYK0.00%33.73%17.86%
1.18%

Color #FCA7CF in popluar number systems.

HEXFCA7CF
Decimal252167207
Binary111111001010011111001111
Octal374247317

Shades and tints

Shades of #FCA7CF

#FCA7CF
(252,167,207)
#E698BD
(230,152,189)
#D089AB
(208,137,171)
#BA7A99
(186,122,153)
#A46B87
(164,107,135)
#8E5C75
(142,92,117)
#784D63
(120,77,99)
#623E51
(98,62,81)
#4C2F3F
(76,47,63)
#36202D
(54,32,45)
#20111B
(32,17,27)
#000000
(0,0,0)

Tints of #FCA7CF

#FCA7CF
(252,167,207)
#FCAFD3
(252,175,211)
#FCB7D7
(252,183,215)
#FCBFDB
(252,191,219)
#FCC7DF
(252,199,223)
#FCCFE3
(252,207,227)
#FCD7E7
(252,215,231)
#FCDFEB
(252,223,235)
#FCE7EF
(252,231,239)
#FCEFF3
(252,239,243)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA7CF color. Also use rgb(252,167,207) instead hex code.

Text Font Color

.myTextColor { color: #FCA7CF; }

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

This text font color is #FCA7CF.


Background Color

.myBgColor { background-color: #FCA7CF; }

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

This div background color is #FCA7CF.


Border color

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

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

This div border color is #FCA7CF.


Opacity

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

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

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

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

This text has shadow with #FCA7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA7CF on black background.


Color preview on white background

This text has color #FCA7CF on white background.



Black color preview on #FCA7CF background

This text has black color on #FCA7CF background.


White color preview on #FCA7CF background

This text has white color on #FCA7CF background.