COLOR #FCA6ED

HEX: #FCA6ED
RGB: (252,166,237)

Color info

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

RGB color model

#FCA6ED color RGB value is (252,166,237).

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

RGB channels and saturation

R 252 of 255 = 99%
G 166 of 255 = 65%
B 237 of 255 = 93%

252
166
237

R + G + B ~ 86%. #FCA6ED is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 166 + 237 = 655 (100%)
R 252 of 655 ~ 38.47%
G 166 of 655 ~ 25.34%
B 237 of 655 ~ 36.18%

%38.47
%25.34
%36.18

CMYK color model

#FCA6ED color CMYK value is (0,34,6,1).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(0,34,6,1)
C0M34Y6K1 
(0%,34%,6%,1%)
(0.00/0.34/0.06/0.01)	

CMYK percentages

%0
%34.13
%5.95
%1.18

Codes

Color #FCA6ED in popluar color models

FCA6ED
RGB252166237
HSL310°93.48%81.96%
HSB/HSV310°34.13%98.82%
CMYK0.00%34.13%5.95%
1.18%

Color #FCA6ED in popluar number systems.

HEXFCA6ED
Decimal252166237
Binary111111001010011011101101
Octal374246355

Shades and tints

Shades of #FCA6ED

#FCA6ED
(252,166,237)
#E697D8
(230,151,216)
#D088C3
(208,136,195)
#BA79AE
(186,121,174)
#A46A99
(164,106,153)
#8E5B84
(142,91,132)
#784C6F
(120,76,111)
#623D5A
(98,61,90)
#4C2E45
(76,46,69)
#361F30
(54,31,48)
#20101B
(32,16,27)
#000000
(0,0,0)

Tints of #FCA6ED

#FCA6ED
(252,166,237)
#FCAEEE
(252,174,238)
#FCB6EF
(252,182,239)
#FCBEF0
(252,190,240)
#FCC6F1
(252,198,241)
#FCCEF2
(252,206,242)
#FCD6F3
(252,214,243)
#FCDEF4
(252,222,244)
#FCE6F5
(252,230,245)
#FCEEF6
(252,238,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCA6ED; }

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

This text font color is #FCA6ED.


Background Color

.myBgColor { background-color: #FCA6ED; }

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

This div background color is #FCA6ED.


Border color

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

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

This div border color is #FCA6ED.


Opacity

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

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

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

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

This text has shadow with #FCA6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA6ED on black background.


Color preview on white background

This text has color #FCA6ED on white background.



Black color preview on #FCA6ED background

This text has black color on #FCA6ED background.


White color preview on #FCA6ED background

This text has white color on #FCA6ED background.