COLOR #FCA0B5

HEX: #FCA0B5
RGB: (252,160,181)

Color info

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

RGB color model

#FCA0B5 color RGB value is (252,160,181).

  • red value is 252;
  • green value is 160;
  • blue value is 181.
RGB:
(252,160,181)
(99%,63%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 160 of 255 = 63%
B 181 of 255 = 71%

252
160
181

R + G + B ~ 78%. #FCA0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 160 + 181 = 593 (100%)
R 252 of 593 ~ 42.5%
G 160 of 593 ~ 26.98%
B 181 of 593 ~ 30.52%

%42.5
%26.98
%30.52

CMYK color model

#FCA0B5 color CMYK value is (0,37,28,1).

  • cyan value is 0.00%
  • magenta value is 36.51%
  • yellow value is 28.17%
  • key color value is 1.18%
CMYK:
(0,37,28,1)
C0M37Y28K1 
(0%,37%,28%,1%)
(0.00/0.37/0.28/0.01)	

CMYK percentages

%0
%36.51
%28.17
%1.18

Codes

Color #FCA0B5 in popluar color models

FCA0B5
RGB252160181
HSL346°93.88%80.78%
HSB/HSV346°36.51%98.82%
CMYK0.00%36.51%28.17%
1.18%

Color #FCA0B5 in popluar number systems.

HEXFCA0B5
Decimal252160181
Binary111111001010000010110101
Octal374240265

Shades and tints

Shades of #FCA0B5

#FCA0B5
(252,160,181)
#E692A5
(230,146,165)
#D08495
(208,132,149)
#BA7685
(186,118,133)
#A46875
(164,104,117)
#8E5A65
(142,90,101)
#784C55
(120,76,85)
#623E45
(98,62,69)
#4C3035
(76,48,53)
#362225
(54,34,37)
#201415
(32,20,21)
#000000
(0,0,0)

Tints of #FCA0B5

#FCA0B5
(252,160,181)
#FCA8BB
(252,168,187)
#FCB0C1
(252,176,193)
#FCB8C7
(252,184,199)
#FCC0CD
(252,192,205)
#FCC8D3
(252,200,211)
#FCD0D9
(252,208,217)
#FCD8DF
(252,216,223)
#FCE0E5
(252,224,229)
#FCE8EB
(252,232,235)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCA0B5 color. Also use rgb(252,160,181) instead hex code.

Text Font Color

.myTextColor { color: #FCA0B5; }

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

This text font color is #FCA0B5.


Background Color

.myBgColor { background-color: #FCA0B5; }

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

This div background color is #FCA0B5.


Border color

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

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

This div border color is #FCA0B5.


Opacity

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

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

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

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

This text has shadow with #FCA0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCA0B5 on black background.


Color preview on white background

This text has color #FCA0B5 on white background.



Black color preview on #FCA0B5 background

This text has black color on #FCA0B5 background.


White color preview on #FCA0B5 background

This text has white color on #FCA0B5 background.