COLOR #FCBCD2

HEX: #FCBCD2 RGB: (252,188,210)

Color info

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

RGB color model

#FCBCD2 color RGB value is (252,188,210).

RGB: (252,188,210) (99%, 74%, 82%)

RGB channels and saturation

R 252 of 255 = 99%
G 188 of 255 = 74%
B 210 of 255 = 82%

252
188
210

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

Portions of RGB colors in percentages

R + G + B = 252 + 188 + 210 = 650 (100%)
R 252 of 650 ~ 38.77%
G 188 of 650 ~ 28.92%
B 210 of 650 ~ 32.31'%

%38.77
%28.92
%32.31

CMYK color model

#FCBCD2 color CMYK value is (0,25,17,1).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 16.67%
  • key color value is 1.18%
CMYK: (0,25,17,1) C0M25Y17K1 (0%,25%,17%,1%) (0.00/0.25/0.17/0.01) 

CMYK percentages

%0
%25.4
%16.67
%1.18

Codes

Color #FCBCD2 in popluar color models

FC BC D2
RGB 252 188 210
HSL 339° 91.43% 86.27%
HSB/HSV 339° 25.40% 98.82%
CMYK 0.00% 25.40% 16.67%
1.18%

Color #FCBCD2 in popluar number systems.

HEX FC BC D2
Decimal 252 188 210
Binary 11111100 10111100 11010010
Octal 374 274 322

Shades and tints

Shades of #FCBCD2

#FCBCD2
(252,188,210)
#E6ABBF
(230,171,191)
#D09AAC
(208,154,172)
#BA8999
(186,137,153)
#A47886
(164,120,134)
#8E6773
(142,103,115)
#785660
(120,86,96)
#62454D
(98,69,77)
#4C343A
(76,52,58)
#362327
(54,35,39)
#201214
(32,18,20)
#000000
(0,0,0)

Tints of #FCBCD2

#FCBCD2
(252,188,210)
#FCC2D6
(252,194,214)
#FCC8DA
(252,200,218)
#FCCEDE
(252,206,222)
#FCD4E2
(252,212,226)
#FCDAE6
(252,218,230)
#FCE0EA
(252,224,234)
#FCE6EE
(252,230,238)
#FCECF2
(252,236,242)
#FCF2F6
(252,242,246)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBCD2 color. Also use rgb(252,188,210) instead hex code.

Text Font Color

.myTextColor { color: #FCBCD2; }

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

This text font color is #FCBCD2.

Background Color

.myBgColor { background-color: #FCBCD2; }

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

This div background color is #FCBCD2.

Border color

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

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

This div border color is #FCBCD2.

Opacity

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

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

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

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

This text has shadow with #FCBCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBCD2.

Preview

Color preview on black background

This text has color #FCBCD2 on black background.


Color preview on white background

This text has color #FCBCD2 on white background.


Black color preview on #FCBCD2 background

This text has black color on #FCBCD2 background.


White color preview on #FCBCD2 background

This text has white color on #FCBCD2 background.


Related colors

Complementary color

Complementary color for #hex is #03432D.


I love getcolorcode.com

Triadic colors

1 #D2FCBC and #BCD2FC with #FCBCD2 are triadic colors.

2 #D2BCFC and #BCFCD2 with #FCBCD2 are triadic colors.