COLOR #FC9BB5

HEX: #FC9BB5
RGB: (252,155,181)

Color info

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

RGB color model

#FC9BB5 color RGB value is (252,155,181).

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

RGB channels and saturation

R 252 of 255 = 99%
G 155 of 255 = 61%
B 181 of 255 = 71%

252
155
181

R + G + B ~ 77%. #FC9BB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 155 + 181 = 588 (100%)
R 252 of 588 ~ 42.86%
G 155 of 588 ~ 26.36%
B 181 of 588 ~ 30.78%

%42.86
%26.36
%30.78

CMYK color model

#FC9BB5 color CMYK value is (0,38,28,1).

  • cyan value is 0.00%
  • magenta value is 38.49%
  • yellow value is 28.17%
  • key color value is 1.18%
CMYK:
(0,38,28,1)
C0M38Y28K1 
(0%,38%,28%,1%)
(0.00/0.38/0.28/0.01)	

CMYK percentages

%0
%38.49
%28.17
%1.18

Codes

Color #FC9BB5 in popluar color models

FC9BB5
RGB252155181
HSL344°94.17%79.80%
HSB/HSV344°38.49%98.82%
CMYK0.00%38.49%28.17%
1.18%

Color #FC9BB5 in popluar number systems.

HEXFC9BB5
Decimal252155181
Binary111111001001101110110101
Octal374233265

Shades and tints

Shades of #FC9BB5

#FC9BB5
(252,155,181)
#E68DA5
(230,141,165)
#D07F95
(208,127,149)
#BA7185
(186,113,133)
#A46375
(164,99,117)
#8E5565
(142,85,101)
#784755
(120,71,85)
#623945
(98,57,69)
#4C2B35
(76,43,53)
#361D25
(54,29,37)
#200F15
(32,15,21)
#000000
(0,0,0)

Tints of #FC9BB5

#FC9BB5
(252,155,181)
#FCA4BB
(252,164,187)
#FCADC1
(252,173,193)
#FCB6C7
(252,182,199)
#FCBFCD
(252,191,205)
#FCC8D3
(252,200,211)
#FCD1D9
(252,209,217)
#FCDADF
(252,218,223)
#FCE3E5
(252,227,229)
#FCECEB
(252,236,235)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9BB5; }

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

This text font color is #FC9BB5.


Background Color

.myBgColor { background-color: #FC9BB5; }

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

This div background color is #FC9BB5.


Border color

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

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

This div border color is #FC9BB5.


Opacity

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

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

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

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

This text has shadow with #FC9BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC9BB5 on black background.


Color preview on white background

This text has color #FC9BB5 on white background.



Black color preview on #FC9BB5 background

This text has black color on #FC9BB5 background.


White color preview on #FC9BB5 background

This text has white color on #FC9BB5 background.