COLOR #FCADC1

HEX: #FCADC1
RGB: (252,173,193)

Color info

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

RGB color model

#FCADC1 color RGB value is (252,173,193).

  • red value is 252;
  • green value is 173;
  • blue value is 193.
RGB:
(252,173,193)
(99%,68%,76%)

RGB channels and saturation

R 252 of 255 = 99%
G 173 of 255 = 68%
B 193 of 255 = 76%

252
173
193

R + G + B ~ 81%. #FCADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 173 + 193 = 618 (100%)
R 252 of 618 ~ 40.78%
G 173 of 618 ~ 27.99%
B 193 of 618 ~ 31.23%

%40.78
%27.99
%31.23

CMYK color model

#FCADC1 color CMYK value is (0,31,23,1).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 23.41%
  • key color value is 1.18%
CMYK:
(0,31,23,1)
C0M31Y23K1 
(0%,31%,23%,1%)
(0.00/0.31/0.23/0.01)	

CMYK percentages

%0
%31.35
%23.41
%1.18

Codes

Color #FCADC1 in popluar color models

FCADC1
RGB252173193
HSL345°92.94%83.33%
HSB/HSV345°31.35%98.82%
CMYK0.00%31.35%23.41%
1.18%

Color #FCADC1 in popluar number systems.

HEXFCADC1
Decimal252173193
Binary111111001010110111000001
Octal374255301

Shades and tints

Shades of #FCADC1

#FCADC1
(252,173,193)
#E69EB0
(230,158,176)
#D08F9F
(208,143,159)
#BA808E
(186,128,142)
#A4717D
(164,113,125)
#8E626C
(142,98,108)
#78535B
(120,83,91)
#62444A
(98,68,74)
#4C3539
(76,53,57)
#362628
(54,38,40)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCADC1

#FCADC1
(252,173,193)
#FCB4C6
(252,180,198)
#FCBBCB
(252,187,203)
#FCC2D0
(252,194,208)
#FCC9D5
(252,201,213)
#FCD0DA
(252,208,218)
#FCD7DF
(252,215,223)
#FCDEE4
(252,222,228)
#FCE5E9
(252,229,233)
#FCECEE
(252,236,238)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCADC1 color. Also use rgb(252,173,193) instead hex code.

Text Font Color

.myTextColor { color: #FCADC1; }

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

This text font color is #FCADC1.


Background Color

.myBgColor { background-color: #FCADC1; }

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

This div background color is #FCADC1.


Border color

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

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

This div border color is #FCADC1.


Opacity

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

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

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

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

This text has shadow with #FCADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCADC1 on black background.


Color preview on white background

This text has color #FCADC1 on white background.



Black color preview on #FCADC1 background

This text has black color on #FCADC1 background.


White color preview on #FCADC1 background

This text has white color on #FCADC1 background.