COLOR #FCB8D8

HEX: #FCB8D8
RGB: (252,184,216)

Color info

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

RGB color model

#FCB8D8 color RGB value is (252,184,216).

  • red value is 252;
  • green value is 184;
  • blue value is 216.
RGB:
(252,184,216)
(99%,72%,85%)

RGB channels and saturation

R 252 of 255 = 99%
G 184 of 255 = 72%
B 216 of 255 = 85%

252
184
216

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

Portions of RGB colors in percentages

R + G + B =
252 + 184 + 216 = 652 (100%)
R 252 of 652 ~ 38.65%
G 184 of 652 ~ 28.22%
B 216 of 652 ~ 33.13%

%38.65
%28.22
%33.13

CMYK color model

#FCB8D8 color CMYK value is (0,27,14,1).

  • cyan value is 0.00%
  • magenta value is 26.98%
  • yellow value is 14.29%
  • key color value is 1.18%
CMYK:
(0,27,14,1)
C0M27Y14K1 
(0%,27%,14%,1%)
(0.00/0.27/0.14/0.01)	

CMYK percentages

%0
%26.98
%14.29
%1.18

Codes

Color #FCB8D8 in popluar color models

FCB8D8
RGB252184216
HSL332°91.89%85.49%
HSB/HSV332°26.98%98.82%
CMYK0.00%26.98%14.29%
1.18%

Color #FCB8D8 in popluar number systems.

HEXFCB8D8
Decimal252184216
Binary111111001011100011011000
Octal374270330

Shades and tints

Shades of #FCB8D8

#FCB8D8
(252,184,216)
#E6A8C5
(230,168,197)
#D098B2
(208,152,178)
#BA889F
(186,136,159)
#A4788C
(164,120,140)
#8E6879
(142,104,121)
#785866
(120,88,102)
#624853
(98,72,83)
#4C3840
(76,56,64)
#36282D
(54,40,45)
#20181A
(32,24,26)
#000000
(0,0,0)

Tints of #FCB8D8

#FCB8D8
(252,184,216)
#FCBEDB
(252,190,219)
#FCC4DE
(252,196,222)
#FCCAE1
(252,202,225)
#FCD0E4
(252,208,228)
#FCD6E7
(252,214,231)
#FCDCEA
(252,220,234)
#FCE2ED
(252,226,237)
#FCE8F0
(252,232,240)
#FCEEF3
(252,238,243)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB8D8; }

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

This text font color is #FCB8D8.


Background Color

.myBgColor { background-color: #FCB8D8; }

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

This div background color is #FCB8D8.


Border color

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

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

This div border color is #FCB8D8.


Opacity

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

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

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

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

This text has shadow with #FCB8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB8D8 on black background.


Color preview on white background

This text has color #FCB8D8 on white background.



Black color preview on #FCB8D8 background

This text has black color on #FCB8D8 background.


White color preview on #FCB8D8 background

This text has white color on #FCB8D8 background.