COLOR #FCA6E2

HEX: #FCA6E2
RGB: (252,166,226)

Color info

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

RGB color model

#FCA6E2 color RGB value is (252,166,226).

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

RGB channels and saturation

R 252 of 255 = 99%
G 166 of 255 = 65%
B 226 of 255 = 89%

252
166
226

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

Portions of RGB colors in percentages

R + G + B =
252 + 166 + 226 = 644 (100%)
R 252 of 644 ~ 39.13%
G 166 of 644 ~ 25.78%
B 226 of 644 ~ 35.09%

%39.13
%25.78
%35.09

CMYK color model

#FCA6E2 color CMYK value is (0,34,10,1).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,34,10,1)
C0M34Y10K1 
(0%,34%,10%,1%)
(0.00/0.34/0.10/0.01)	

CMYK percentages

%0
%34.13
%10.32
%1.18

Codes

Color #FCA6E2 in popluar color models

FCA6E2
RGB252166226
HSL318°93.48%81.96%
HSB/HSV318°34.13%98.82%
CMYK0.00%34.13%10.32%
1.18%

Color #FCA6E2 in popluar number systems.

HEXFCA6E2
Decimal252166226
Binary111111001010011011100010
Octal374246342

Shades and tints

Shades of #FCA6E2

#FCA6E2
(252,166,226)
#E697CE
(230,151,206)
#D088BA
(208,136,186)
#BA79A6
(186,121,166)
#A46A92
(164,106,146)
#8E5B7E
(142,91,126)
#784C6A
(120,76,106)
#623D56
(98,61,86)
#4C2E42
(76,46,66)
#361F2E
(54,31,46)
#20101A
(32,16,26)
#000000
(0,0,0)

Tints of #FCA6E2

#FCA6E2
(252,166,226)
#FCAEE4
(252,174,228)
#FCB6E6
(252,182,230)
#FCBEE8
(252,190,232)
#FCC6EA
(252,198,234)
#FCCEEC
(252,206,236)
#FCD6EE
(252,214,238)
#FCDEF0
(252,222,240)
#FCE6F2
(252,230,242)
#FCEEF4
(252,238,244)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA6E2; }

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

This text font color is #FCA6E2.


Background Color

.myBgColor { background-color: #FCA6E2; }

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

This div background color is #FCA6E2.


Border color

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

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

This div border color is #FCA6E2.


Opacity

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

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

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

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

This text has shadow with #FCA6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA6E2 on black background.


Color preview on white background

This text has color #FCA6E2 on white background.



Black color preview on #FCA6E2 background

This text has black color on #FCA6E2 background.


White color preview on #FCA6E2 background

This text has white color on #FCA6E2 background.