COLOR #FCB8CE

HEX: #FCB8CE RGB: (252,184,206)

Color info

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

RGB color model

#FCB8CE color RGB value is (252,184,206).

RGB: (252,184,206) (99%, 72%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 184 of 255 = 72%
B 206 of 255 = 81%

252
184
206

R + G + B ~ 84%. #FCB8CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 184 + 206 = 642 (100%)
R 252 of 642 ~ 39.25%
G 184 of 642 ~ 28.66%
B 206 of 642 ~ 32.09'%

%39.25
%28.66
%32.09

CMYK color model

#FCB8CE color CMYK value is (0,27,18,1).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (0,27,18,1)
C0M27Y18K1 (0%, 27%, 18%, 1%)
(0.00 / 0.27 / 0.18 / 0.01)

CMYK percentages

%0
%26.98
%18.25
%1.18

Codes

Color #FCB8CE in popluar color models

FC B8 CE
RGB 252 184 206
HSL 341° 91.89% 85.49%
HSB/HSV 341° 26.98% 98.82%
CMYK 0.00% 26.98% 18.25%
1.18%

Color #FCB8CE in popluar number systems.

HEX FC B8 CE
Decimal 252 184 206
Binary 11111100 10111000 11001110
Octal 374 270 316

Shades and tints

Shades of #FCB8CE

#FCB8CE
(252,184,206)
#E6A8BC
(230,168,188)
#D098AA
(208,152,170)
#BA8898
(186,136,152)
#A47886
(164,120,134)
#8E6874
(142,104,116)
#785862
(120,88,98)
#624850
(98,72,80)
#4C383E
(76,56,62)
#36282C
(54,40,44)
#20181A
(32,24,26)
#000000
(0,0,0)

Tints of #FCB8CE

#FCB8CE
(252,184,206)
#FCBED2
(252,190,210)
#FCC4D6
(252,196,214)
#FCCADA
(252,202,218)
#FCD0DE
(252,208,222)
#FCD6E2
(252,214,226)
#FCDCE6
(252,220,230)
#FCE2EA
(252,226,234)
#FCE8EE
(252,232,238)
#FCEEF2
(252,238,242)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB8CE color. Also use rgb(252,184,206) instead hex code.

Text Font Color

.myTextColor { color: #FCB8CE; }

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

This text font color is #FCB8CE.

Background Color

.myBgColor { background-color: #FCB8CE; }

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

This div background color is #FCB8CE.

Border color

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

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

This div border color is #FCB8CE.

Opacity

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

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

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

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

This text has shadow with #FCB8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB8CE.

Preview

Color preview on black background

This text has color #FCB8CE on black background.


Color preview on white background

This text has color #FCB8CE on white background.


Black color preview on #FCB8CE background

This text has black color on #FCB8CE background.


White color preview on #FCB8CE background

This text has white color on #FCB8CE background.


Related colors

Complementary color

Complementary color for #hex is #034731.


I love getcolorcode.com

Triadic colors

1 #CEFCB8 and #B8CEFC with #FCB8CE are triadic colors.

2 #CEB8FC and #B8FCCE with #FCB8CE are triadic colors.