COLOR #FCACCE

HEX: #FCACCE RGB: (252,172,206)

Color info

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

RGB color model

#FCACCE color RGB value is (252,172,206).

RGB: (252,172,206) (99%, 67%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 172 of 255 = 67%
B 206 of 255 = 81%

252
172
206

R + G + B ~ 82%. #FCACCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 172 + 206 = 630 (100%)
R 252 of 630 ~ 40%
G 172 of 630 ~ 27.3%
B 206 of 630 ~ 32.7'%

%40
%27.3
%32.7

CMYK color model

#FCACCE color CMYK value is (0,32,18,1).

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

CMYK: (0,32,18,1)
C0M32Y18K1 (0%, 32%, 18%, 1%)
(0.00 / 0.32 / 0.18 / 0.01)

CMYK percentages

%0
%31.75
%18.25
%1.18

Codes

Color #FCACCE in popluar color models

FC AC CE
RGB 252 172 206
HSL 335° 93.02% 83.14%
HSB/HSV 335° 31.75% 98.82%
CMYK 0.00% 31.75% 18.25%
1.18%

Color #FCACCE in popluar number systems.

HEX FC AC CE
Decimal 252 172 206
Binary 11111100 10101100 11001110
Octal 374 254 316

Shades and tints

Shades of #FCACCE

#FCACCE
(252,172,206)
#E69DBC
(230,157,188)
#D08EAA
(208,142,170)
#BA7F98
(186,127,152)
#A47086
(164,112,134)
#8E6174
(142,97,116)
#785262
(120,82,98)
#624350
(98,67,80)
#4C343E
(76,52,62)
#36252C
(54,37,44)
#20161A
(32,22,26)
#000000
(0,0,0)

Tints of #FCACCE

#FCACCE
(252,172,206)
#FCB3D2
(252,179,210)
#FCBAD6
(252,186,214)
#FCC1DA
(252,193,218)
#FCC8DE
(252,200,222)
#FCCFE2
(252,207,226)
#FCD6E6
(252,214,230)
#FCDDEA
(252,221,234)
#FCE4EE
(252,228,238)
#FCEBF2
(252,235,242)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCACCE; }

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

This text font color is #FCACCE.

Background Color

.myBgColor { background-color: #FCACCE; }

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

This div background color is #FCACCE.

Border color

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

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

This div border color is #FCACCE.

Opacity

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

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

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

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

This text has shadow with #FCACCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCACCE.

Preview

Color preview on black background

This text has color #FCACCE on black background.


Color preview on white background

This text has color #FCACCE on white background.


Black color preview on #FCACCE background

This text has black color on #FCACCE background.


White color preview on #FCACCE background

This text has white color on #FCACCE background.


Related colors

Complementary color

Complementary color for #hex is #035331.


I love getcolorcode.com

Triadic colors

1 #CEFCAC and #ACCEFC with #FCACCE are triadic colors.

2 #CEACFC and #ACFCCE with #FCACCE are triadic colors.