COLOR #FCBFE1

HEX: #FCBFE1
RGB: (252,191,225)

Color info

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

RGB color model

#FCBFE1 color RGB value is (252,191,225).

  • red value is 252;
  • green value is 191;
  • blue value is 225.
RGB:
(252,191,225)
(99%,75%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 191 of 255 = 75%
B 225 of 255 = 88%

252
191
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 191 + 225 = 668 (100%)
R 252 of 668 ~ 37.72%
G 191 of 668 ~ 28.59%
B 225 of 668 ~ 33.68%

%37.72
%28.59
%33.68

CMYK color model

#FCBFE1 color CMYK value is (0,24,11,1).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,24,11,1)
C0M24Y11K1 
(0%,24%,11%,1%)
(0.00/0.24/0.11/0.01)	

CMYK percentages

%0
%24.21
%10.71
%1.18

Codes

Color #FCBFE1 in popluar color models

FCBFE1
RGB252191225
HSL327°91.04%86.86%
HSB/HSV327°24.21%98.82%
CMYK0.00%24.21%10.71%
1.18%

Color #FCBFE1 in popluar number systems.

HEXFCBFE1
Decimal252191225
Binary111111001011111111100001
Octal374277341

Shades and tints

Shades of #FCBFE1

#FCBFE1
(252,191,225)
#E6AECD
(230,174,205)
#D09DB9
(208,157,185)
#BA8CA5
(186,140,165)
#A47B91
(164,123,145)
#8E6A7D
(142,106,125)
#785969
(120,89,105)
#624855
(98,72,85)
#4C3741
(76,55,65)
#36262D
(54,38,45)
#201519
(32,21,25)
#000000
(0,0,0)

Tints of #FCBFE1

#FCBFE1
(252,191,225)
#FCC4E3
(252,196,227)
#FCC9E5
(252,201,229)
#FCCEE7
(252,206,231)
#FCD3E9
(252,211,233)
#FCD8EB
(252,216,235)
#FCDDED
(252,221,237)
#FCE2EF
(252,226,239)
#FCE7F1
(252,231,241)
#FCECF3
(252,236,243)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBFE1 color. Also use rgb(252,191,225) instead hex code.

Text Font Color

.myTextColor { color: #FCBFE1; }

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

This text font color is #FCBFE1.


Background Color

.myBgColor { background-color: #FCBFE1; }

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

This div background color is #FCBFE1.


Border color

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

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

This div border color is #FCBFE1.


Opacity

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

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

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

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

This text has shadow with #FCBFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBFE1 on black background.


Color preview on white background

This text has color #FCBFE1 on white background.



Black color preview on #FCBFE1 background

This text has black color on #FCBFE1 background.


White color preview on #FCBFE1 background

This text has white color on #FCBFE1 background.