COLOR #FCBCE4

HEX: #FCBCE4 RGB: (252,188,228)

Color info

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

RGB color model

#FCBCE4 color RGB value is (252,188,228).

RGB: (252,188,228) (99%, 74%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 188 of 255 = 74%
B 228 of 255 = 89%

252
188
228

R + G + B ~ 87%. #FCBCE4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 188 + 228 = 668 (100%)
R 252 of 668 ~ 37.72%
G 188 of 668 ~ 28.14%
B 228 of 668 ~ 34.13'%

%37.72
%28.14
%34.13

CMYK color model

#FCBCE4 color CMYK value is (0,25,10,1).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK: (0,25,10,1) C0M25Y10K1 (0%,25%,10%,1%) (0.00/0.25/0.10/0.01) 

CMYK percentages

%0
%25.4
%9.52
%1.18

Codes

Color #FCBCE4 in popluar color models

FC BC E4
RGB 252 188 228
HSL 323° 91.43% 86.27%
HSB/HSV 323° 25.40% 98.82%
CMYK 0.00% 25.40% 9.52%
1.18%

Color #FCBCE4 in popluar number systems.

HEX FC BC E4
Decimal 252 188 228
Binary 11111100 10111100 11100100
Octal 374 274 344

Shades and tints

Shades of #FCBCE4

#FCBCE4
(252,188,228)
#E6ABD0
(230,171,208)
#D09ABC
(208,154,188)
#BA89A8
(186,137,168)
#A47894
(164,120,148)
#8E6780
(142,103,128)
#78566C
(120,86,108)
#624558
(98,69,88)
#4C3444
(76,52,68)
#362330
(54,35,48)
#20121C
(32,18,28)
#000000
(0,0,0)

Tints of #FCBCE4

#FCBCE4
(252,188,228)
#FCC2E6
(252,194,230)
#FCC8E8
(252,200,232)
#FCCEEA
(252,206,234)
#FCD4EC
(252,212,236)
#FCDAEE
(252,218,238)
#FCE0F0
(252,224,240)
#FCE6F2
(252,230,242)
#FCECF4
(252,236,244)
#FCF2F6
(252,242,246)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBCE4; }

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

This text font color is #FCBCE4.

Background Color

.myBgColor { background-color: #FCBCE4; }

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

This div background color is #FCBCE4.

Border color

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

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

This div border color is #FCBCE4.

Opacity

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

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

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

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

This text has shadow with #FCBCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBCE4.

Preview

Color preview on black background

This text has color #FCBCE4 on black background.


Color preview on white background

This text has color #FCBCE4 on white background.


Black color preview on #FCBCE4 background

This text has black color on #FCBCE4 background.


White color preview on #FCBCE4 background

This text has white color on #FCBCE4 background.


Related colors

Complementary color

Complementary color for #hex is #03431B.


I love getcolorcode.com

Triadic colors

1 #E4FCBC and #BCE4FC with #FCBCE4 are triadic colors.

2 #E4BCFC and #BCFCE4 with #FCBCE4 are triadic colors.