COLOR #FC9CAD

HEX: #FC9CAD
RGB: (252,156,173)

Color info

#FC9CAD contains mainly red color. Web safe color of #FC9CAD is #FF9999 (or #F99).

RGB color model

#FC9CAD color RGB value is (252,156,173).

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

RGB channels and saturation

R 252 of 255 = 99%
G 156 of 255 = 61%
B 173 of 255 = 68%

252
156
173

R + G + B ~ 76%. #FC9CAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 156 + 173 = 581 (100%)
R 252 of 581 ~ 43.37%
G 156 of 581 ~ 26.85%
B 173 of 581 ~ 29.78%

%43.37
%26.85
%29.78

CMYK color model

#FC9CAD color CMYK value is (0,38,31,1).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 31.35%
  • key color value is 1.18%
CMYK:
(0,38,31,1)
C0M38Y31K1 
(0%,38%,31%,1%)
(0.00/0.38/0.31/0.01)	

CMYK percentages

%0
%38.1
%31.35
%1.18

Codes

Color #FC9CAD in popluar color models

FC9CAD
RGB252156173
HSL349°94.12%80.00%
HSB/HSV349°38.10%98.82%
CMYK0.00%38.10%31.35%
1.18%

Color #FC9CAD in popluar number systems.

HEXFC9CAD
Decimal252156173
Binary111111001001110010101101
Octal374234255

Shades and tints

Shades of #FC9CAD

#FC9CAD
(252,156,173)
#E68E9E
(230,142,158)
#D0808F
(208,128,143)
#BA7280
(186,114,128)
#A46471
(164,100,113)
#8E5662
(142,86,98)
#784853
(120,72,83)
#623A44
(98,58,68)
#4C2C35
(76,44,53)
#361E26
(54,30,38)
#201017
(32,16,23)
#000000
(0,0,0)

Tints of #FC9CAD

#FC9CAD
(252,156,173)
#FCA5B4
(252,165,180)
#FCAEBB
(252,174,187)
#FCB7C2
(252,183,194)
#FCC0C9
(252,192,201)
#FCC9D0
(252,201,208)
#FCD2D7
(252,210,215)
#FCDBDE
(252,219,222)
#FCE4E5
(252,228,229)
#FCEDEC
(252,237,236)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9CAD; }

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

This text font color is #FC9CAD.


Background Color

.myBgColor { background-color: #FC9CAD; }

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

This div background color is #FC9CAD.


Border color

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

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

This div border color is #FC9CAD.


Opacity

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

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

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

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

This text has shadow with #FC9CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9CAD on black background.


Color preview on white background

This text has color #FC9CAD on white background.



Black color preview on #FC9CAD background

This text has black color on #FC9CAD background.


White color preview on #FC9CAD background

This text has white color on #FC9CAD background.