COLOR #FCA9E8

HEX: #FCA9E8
RGB: (252,169,232)

Color info

#FCA9E8 contains mainly red and blue colors. Web safe color of #FCA9E8 is #FF99FF (or #F9F).

RGB color model

#FCA9E8 color RGB value is (252,169,232).

  • red value is 252;
  • green value is 169;
  • blue value is 232.
RGB:
(252,169,232)
(99%,66%,91%)

RGB channels and saturation

R 252 of 255 = 99%
G 169 of 255 = 66%
B 232 of 255 = 91%

252
169
232

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

Portions of RGB colors in percentages

R + G + B =
252 + 169 + 232 = 653 (100%)
R 252 of 653 ~ 38.59%
G 169 of 653 ~ 25.88%
B 232 of 653 ~ 35.53%

%38.59
%25.88
%35.53

CMYK color model

#FCA9E8 color CMYK value is (0,33,8,1).

  • cyan value is 0.00%
  • magenta value is 32.94%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(0,33,8,1)
C0M33Y8K1 
(0%,33%,8%,1%)
(0.00/0.33/0.08/0.01)	

CMYK percentages

%0
%32.94
%7.94
%1.18

Codes

Color #FCA9E8 in popluar color models

FCA9E8
RGB252169232
HSL314°93.26%82.55%
HSB/HSV314°32.94%98.82%
CMYK0.00%32.94%7.94%
1.18%

Color #FCA9E8 in popluar number systems.

HEXFCA9E8
Decimal252169232
Binary111111001010100111101000
Octal374251350

Shades and tints

Shades of #FCA9E8

#FCA9E8
(252,169,232)
#E69AD3
(230,154,211)
#D08BBE
(208,139,190)
#BA7CA9
(186,124,169)
#A46D94
(164,109,148)
#8E5E7F
(142,94,127)
#784F6A
(120,79,106)
#624055
(98,64,85)
#4C3140
(76,49,64)
#36222B
(54,34,43)
#201316
(32,19,22)
#000000
(0,0,0)

Tints of #FCA9E8

#FCA9E8
(252,169,232)
#FCB0EA
(252,176,234)
#FCB7EC
(252,183,236)
#FCBEEE
(252,190,238)
#FCC5F0
(252,197,240)
#FCCCF2
(252,204,242)
#FCD3F4
(252,211,244)
#FCDAF6
(252,218,246)
#FCE1F8
(252,225,248)
#FCE8FA
(252,232,250)
#FCEFFC
(252,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA9E8 color. Also use rgb(252,169,232) instead hex code.

Text Font Color

.myTextColor { color: #FCA9E8; }

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

This text font color is #FCA9E8.


Background Color

.myBgColor { background-color: #FCA9E8; }

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

This div background color is #FCA9E8.


Border color

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

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

This div border color is #FCA9E8.


Opacity

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

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

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

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

This text has shadow with #FCA9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA9E8 on black background.


Color preview on white background

This text has color #FCA9E8 on white background.



Black color preview on #FCA9E8 background

This text has black color on #FCA9E8 background.


White color preview on #FCA9E8 background

This text has white color on #FCA9E8 background.