COLOR #FCACF1

HEX: #FCACF1 RGB: (252,172,241)

Color info

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

RGB color model

#FCACF1 color RGB value is (252,172,241).

RGB: (252,172,241) (99%, 67%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 172 of 255 = 67%
B 241 of 255 = 95%

252
172
241

R + G + B ~ 87%. #FCACF1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 172 + 241 = 665 (100%)
R 252 of 665 ~ 37.89%
G 172 of 665 ~ 25.86%
B 241 of 665 ~ 36.24'%

%37.89
%25.86
%36.24

CMYK color model

#FCACF1 color CMYK value is (0,32,4,1).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 4.37%
  • key color value is 1.18%

CMYK: (0,32,4,1)
C0M32Y4K1 (0%, 32%, 4%, 1%)
(0.00 / 0.32 / 0.04 / 0.01)

CMYK percentages

%0
%31.75
%4.37
%1.18

Codes

Color #FCACF1 in popluar color models

FC AC F1
RGB 252 172 241
HSL 308° 93.02% 83.14%
HSB/HSV 308° 31.75% 98.82%
CMYK 0.00% 31.75% 4.37%
1.18%

Color #FCACF1 in popluar number systems.

HEX FC AC F1
Decimal 252 172 241
Binary 11111100 10101100 11110001
Octal 374 254 361

Shades and tints

Shades of #FCACF1

#FCACF1
(252,172,241)
#E69DDC
(230,157,220)
#D08EC7
(208,142,199)
#BA7FB2
(186,127,178)
#A4709D
(164,112,157)
#8E6188
(142,97,136)
#785273
(120,82,115)
#62435E
(98,67,94)
#4C3449
(76,52,73)
#362534
(54,37,52)
#20161F
(32,22,31)
#000000
(0,0,0)

Tints of #FCACF1

#FCACF1
(252,172,241)
#FCB3F2
(252,179,242)
#FCBAF3
(252,186,243)
#FCC1F4
(252,193,244)
#FCC8F5
(252,200,245)
#FCCFF6
(252,207,246)
#FCD6F7
(252,214,247)
#FCDDF8
(252,221,248)
#FCE4F9
(252,228,249)
#FCEBFA
(252,235,250)
#FCF2FB
(252,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCACF1 color. Also use rgb(252,172,241) instead hex code.

Text Font Color

.myTextColor { color: #FCACF1; }

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

This text font color is #FCACF1.

Background Color

.myBgColor { background-color: #FCACF1; }

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

This div background color is #FCACF1.

Border color

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

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

This div border color is #FCACF1.

Opacity

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

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

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

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

This text has shadow with #FCACF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCACF1.

Preview

Color preview on black background

This text has color #FCACF1 on black background.


Color preview on white background

This text has color #FCACF1 on white background.


Black color preview on #FCACF1 background

This text has black color on #FCACF1 background.


White color preview on #FCACF1 background

This text has white color on #FCACF1 background.


Related colors

Complementary color

Complementary color for #hex is #03530E.


I love getcolorcode.com

Triadic colors

1 #F1FCAC and #ACF1FC with #FCACF1 are triadic colors.

2 #F1ACFC and #ACFCF1 with #FCACF1 are triadic colors.