COLOR #FCBCF0

HEX: #FCBCF0
RGB: (252,188,240)

Color info

#FCBCF0 contains mainly red and blue colors. Web safe color of #FCBCF0 is #FFCCFF (or #FCF).

RGB color model

#FCBCF0 color RGB value is (252,188,240).

  • red value is 252;
  • green value is 188;
  • blue value is 240.
RGB:
(252,188,240)
(99%,74%,94%)

RGB channels and saturation

R 252 of 255 = 99%
G 188 of 255 = 74%
B 240 of 255 = 94%

252
188
240

R + G + B ~ 89%. #FCBCF0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 188 + 240 = 680 (100%)
R 252 of 680 ~ 37.06%
G 188 of 680 ~ 27.65%
B 240 of 680 ~ 35.29%

%37.06
%27.65
%35.29

CMYK color model

#FCBCF0 color CMYK value is (0,25,5,1).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK:
(0,25,5,1)
C0M25Y5K1 
(0%,25%,5%,1%)
(0.00/0.25/0.05/0.01)	

CMYK percentages

%0
%25.4
%4.76
%1.18

Codes

Color #FCBCF0 in popluar color models

FCBCF0
RGB252188240
HSL311°91.43%86.27%
HSB/HSV311°25.40%98.82%
CMYK0.00%25.40%4.76%
1.18%

Color #FCBCF0 in popluar number systems.

HEXFCBCF0
Decimal252188240
Binary111111001011110011110000
Octal374274360

Shades and tints

Shades of #FCBCF0

#FCBCF0
(252,188,240)
#E6ABDB
(230,171,219)
#D09AC6
(208,154,198)
#BA89B1
(186,137,177)
#A4789C
(164,120,156)
#8E6787
(142,103,135)
#785672
(120,86,114)
#62455D
(98,69,93)
#4C3448
(76,52,72)
#362333
(54,35,51)
#20121E
(32,18,30)
#000000
(0,0,0)

Tints of #FCBCF0

#FCBCF0
(252,188,240)
#FCC2F1
(252,194,241)
#FCC8F2
(252,200,242)
#FCCEF3
(252,206,243)
#FCD4F4
(252,212,244)
#FCDAF5
(252,218,245)
#FCE0F6
(252,224,246)
#FCE6F7
(252,230,247)
#FCECF8
(252,236,248)
#FCF2F9
(252,242,249)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBCF0; }

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

This text font color is #FCBCF0.


Background Color

.myBgColor { background-color: #FCBCF0; }

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

This div background color is #FCBCF0.


Border color

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

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

This div border color is #FCBCF0.


Opacity

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

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

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

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

This text has shadow with #FCBCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBCF0 on black background.


Color preview on white background

This text has color #FCBCF0 on white background.



Black color preview on #FCBCF0 background

This text has black color on #FCBCF0 background.


White color preview on #FCBCF0 background

This text has white color on #FCBCF0 background.