COLOR #FCB5D6

HEX: #FCB5D6
RGB: (252,181,214)

Color info

#FCB5D6 contains mainly red and blue colors. Web safe color of #FCB5D6 is #FFCCCC (or #FCC).

RGB color model

#FCB5D6 color RGB value is (252,181,214).

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

RGB channels and saturation

R 252 of 255 = 99%
G 181 of 255 = 71%
B 214 of 255 = 84%

252
181
214

R + G + B ~ 85%. #FCB5D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 181 + 214 = 647 (100%)
R 252 of 647 ~ 38.95%
G 181 of 647 ~ 27.98%
B 214 of 647 ~ 33.08%

%38.95
%27.98
%33.08

CMYK color model

#FCB5D6 color CMYK value is (0,28,15,1).

  • cyan value is 0.00%
  • magenta value is 28.17%
  • yellow value is 15.08%
  • key color value is 1.18%
CMYK:
(0,28,15,1)
C0M28Y15K1 
(0%,28%,15%,1%)
(0.00/0.28/0.15/0.01)	

CMYK percentages

%0
%28.17
%15.08
%1.18

Codes

Color #FCB5D6 in popluar color models

FCB5D6
RGB252181214
HSL332°92.21%84.90%
HSB/HSV332°28.17%98.82%
CMYK0.00%28.17%15.08%
1.18%

Color #FCB5D6 in popluar number systems.

HEXFCB5D6
Decimal252181214
Binary111111001011010111010110
Octal374265326

Shades and tints

Shades of #FCB5D6

#FCB5D6
(252,181,214)
#E6A5C3
(230,165,195)
#D095B0
(208,149,176)
#BA859D
(186,133,157)
#A4758A
(164,117,138)
#8E6577
(142,101,119)
#785564
(120,85,100)
#624551
(98,69,81)
#4C353E
(76,53,62)
#36252B
(54,37,43)
#201518
(32,21,24)
#000000
(0,0,0)

Tints of #FCB5D6

#FCB5D6
(252,181,214)
#FCBBD9
(252,187,217)
#FCC1DC
(252,193,220)
#FCC7DF
(252,199,223)
#FCCDE2
(252,205,226)
#FCD3E5
(252,211,229)
#FCD9E8
(252,217,232)
#FCDFEB
(252,223,235)
#FCE5EE
(252,229,238)
#FCEBF1
(252,235,241)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB5D6; }

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

This text font color is #FCB5D6.


Background Color

.myBgColor { background-color: #FCB5D6; }

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

This div background color is #FCB5D6.


Border color

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

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

This div border color is #FCB5D6.


Opacity

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

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

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

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

This text has shadow with #FCB5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB5D6 on black background.


Color preview on white background

This text has color #FCB5D6 on white background.



Black color preview on #FCB5D6 background

This text has black color on #FCB5D6 background.


White color preview on #FCB5D6 background

This text has white color on #FCB5D6 background.