COLOR #FCADB6

HEX: #FCADB6
RGB: (252,173,182)

Color info

#FCADB6 contains mainly red color. Web safe color of #FCADB6 is #FF99CC (or #F9C).

RGB color model

#FCADB6 color RGB value is (252,173,182).

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

RGB channels and saturation

R 252 of 255 = 99%
G 173 of 255 = 68%
B 182 of 255 = 71%

252
173
182

R + G + B ~ 79%. #FCADB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 173 + 182 = 607 (100%)
R 252 of 607 ~ 41.52%
G 173 of 607 ~ 28.5%
B 182 of 607 ~ 29.98%

%41.52
%28.5
%29.98

CMYK color model

#FCADB6 color CMYK value is (0,31,28,1).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 27.78%
  • key color value is 1.18%
CMYK:
(0,31,28,1)
C0M31Y28K1 
(0%,31%,28%,1%)
(0.00/0.31/0.28/0.01)	

CMYK percentages

%0
%31.35
%27.78
%1.18

Codes

Color #FCADB6 in popluar color models

FCADB6
RGB252173182
HSL353°92.94%83.33%
HSB/HSV353°31.35%98.82%
CMYK0.00%31.35%27.78%
1.18%

Color #FCADB6 in popluar number systems.

HEXFCADB6
Decimal252173182
Binary111111001010110110110110
Octal374255266

Shades and tints

Shades of #FCADB6

#FCADB6
(252,173,182)
#E69EA6
(230,158,166)
#D08F96
(208,143,150)
#BA8086
(186,128,134)
#A47176
(164,113,118)
#8E6266
(142,98,102)
#785356
(120,83,86)
#624446
(98,68,70)
#4C3536
(76,53,54)
#362626
(54,38,38)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCADB6

#FCADB6
(252,173,182)
#FCB4BC
(252,180,188)
#FCBBC2
(252,187,194)
#FCC2C8
(252,194,200)
#FCC9CE
(252,201,206)
#FCD0D4
(252,208,212)
#FCD7DA
(252,215,218)
#FCDEE0
(252,222,224)
#FCE5E6
(252,229,230)
#FCECEC
(252,236,236)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCADB6; }

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

This text font color is #FCADB6.


Background Color

.myBgColor { background-color: #FCADB6; }

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

This div background color is #FCADB6.


Border color

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

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

This div border color is #FCADB6.


Opacity

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

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

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

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

This text has shadow with #FCADB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCADB6 on black background.


Color preview on white background

This text has color #FCADB6 on white background.



Black color preview on #FCADB6 background

This text has black color on #FCADB6 background.


White color preview on #FCADB6 background

This text has white color on #FCADB6 background.