COLOR #FCA6D5

HEX: #FCA6D5
RGB: (252,166,213)

Color info

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

RGB color model

#FCA6D5 color RGB value is (252,166,213).

  • red value is 252;
  • green value is 166;
  • blue value is 213.
RGB:
(252,166,213)
(99%,65%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 166 of 255 = 65%
B 213 of 255 = 84%

252
166
213

R + G + B ~ 83%. #FCA6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 166 + 213 = 631 (100%)
R 252 of 631 ~ 39.94%
G 166 of 631 ~ 26.31%
B 213 of 631 ~ 33.76%

%39.94
%26.31
%33.76

CMYK color model

#FCA6D5 color CMYK value is (0,34,15,1).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(0,34,15,1)
C0M34Y15K1 
(0%,34%,15%,1%)
(0.00/0.34/0.15/0.01)	

CMYK percentages

%0
%34.13
%15.48
%1.18

Codes

Color #FCA6D5 in popluar color models

FCA6D5
RGB252166213
HSL327°93.48%81.96%
HSB/HSV327°34.13%98.82%
CMYK0.00%34.13%15.48%
1.18%

Color #FCA6D5 in popluar number systems.

HEXFCA6D5
Decimal252166213
Binary111111001010011011010101
Octal374246325

Shades and tints

Shades of #FCA6D5

#FCA6D5
(252,166,213)
#E697C2
(230,151,194)
#D088AF
(208,136,175)
#BA799C
(186,121,156)
#A46A89
(164,106,137)
#8E5B76
(142,91,118)
#784C63
(120,76,99)
#623D50
(98,61,80)
#4C2E3D
(76,46,61)
#361F2A
(54,31,42)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FCA6D5

#FCA6D5
(252,166,213)
#FCAED8
(252,174,216)
#FCB6DB
(252,182,219)
#FCBEDE
(252,190,222)
#FCC6E1
(252,198,225)
#FCCEE4
(252,206,228)
#FCD6E7
(252,214,231)
#FCDEEA
(252,222,234)
#FCE6ED
(252,230,237)
#FCEEF0
(252,238,240)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA6D5 color. Also use rgb(252,166,213) instead hex code.

Text Font Color

.myTextColor { color: #FCA6D5; }

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

This text font color is #FCA6D5.


Background Color

.myBgColor { background-color: #FCA6D5; }

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

This div background color is #FCA6D5.


Border color

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

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

This div border color is #FCA6D5.


Opacity

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

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

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

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

This text has shadow with #FCA6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA6D5 on black background.


Color preview on white background

This text has color #FCA6D5 on white background.



Black color preview on #FCA6D5 background

This text has black color on #FCA6D5 background.


White color preview on #FCA6D5 background

This text has white color on #FCA6D5 background.