COLOR #FC81BA

HEX: #FC81BA
RGB: (252,129,186)

Color info

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

RGB color model

#FC81BA color RGB value is (252,129,186).

  • red value is 252;
  • green value is 129;
  • blue value is 186.
RGB:
(252,129,186)
(99%,51%,73%)

RGB channels and saturation

R 252 of 255 = 99%
G 129 of 255 = 51%
B 186 of 255 = 73%

252
129
186

R + G + B ~ 74%. #FC81BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 129 + 186 = 567 (100%)
R 252 of 567 ~ 44.44%
G 129 of 567 ~ 22.75%
B 186 of 567 ~ 32.8%

%44.44
%22.75
%32.8

CMYK color model

#FC81BA color CMYK value is (0,49,26,1).

  • cyan value is 0.00%
  • magenta value is 48.81%
  • yellow value is 26.19%
  • key color value is 1.18%
CMYK:
(0,49,26,1)
C0M49Y26K1 
(0%,49%,26%,1%)
(0.00/0.49/0.26/0.01)	

CMYK percentages

%0
%48.81
%26.19
%1.18

Codes

Color #FC81BA in popluar color models

FC81BA
RGB252129186
HSL332°95.35%74.71%
HSB/HSV332°48.81%98.82%
CMYK0.00%48.81%26.19%
1.18%

Color #FC81BA in popluar number systems.

HEXFC81BA
Decimal252129186
Binary111111001000000110111010
Octal374201272

Shades and tints

Shades of #FC81BA

#FC81BA
(252,129,186)
#E676AA
(230,118,170)
#D06B9A
(208,107,154)
#BA608A
(186,96,138)
#A4557A
(164,85,122)
#8E4A6A
(142,74,106)
#783F5A
(120,63,90)
#62344A
(98,52,74)
#4C293A
(76,41,58)
#361E2A
(54,30,42)
#20131A
(32,19,26)
#000000
(0,0,0)

Tints of #FC81BA

#FC81BA
(252,129,186)
#FC8CC0
(252,140,192)
#FC97C6
(252,151,198)
#FCA2CC
(252,162,204)
#FCADD2
(252,173,210)
#FCB8D8
(252,184,216)
#FCC3DE
(252,195,222)
#FCCEE4
(252,206,228)
#FCD9EA
(252,217,234)
#FCE4F0
(252,228,240)
#FCEFF6
(252,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC81BA color. Also use rgb(252,129,186) instead hex code.

Text Font Color

.myTextColor { color: #FC81BA; }

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

This text font color is #FC81BA.


Background Color

.myBgColor { background-color: #FC81BA; }

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

This div background color is #FC81BA.


Border color

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

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

This div border color is #FC81BA.


Opacity

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

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

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

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

This text has shadow with #FC81BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC81BA on black background.


Color preview on white background

This text has color #FC81BA on white background.



Black color preview on #FC81BA background

This text has black color on #FC81BA background.


White color preview on #FC81BA background

This text has white color on #FC81BA background.