COLOR #FCBFF6

HEX: #FCBFF6
RGB: (252,191,246)

Color info

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

RGB color model

#FCBFF6 color RGB value is (252,191,246).

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

RGB channels and saturation

R 252 of 255 = 99%
G 191 of 255 = 75%
B 246 of 255 = 96%

252
191
246

R + G + B ~ 90%. #FCBFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 191 + 246 = 689 (100%)
R 252 of 689 ~ 36.57%
G 191 of 689 ~ 27.72%
B 246 of 689 ~ 35.7%

%36.57
%27.72
%35.7

CMYK color model

#FCBFF6 color CMYK value is (0,24,2,1).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(0,24,2,1)
C0M24Y2K1 
(0%,24%,2%,1%)
(0.00/0.24/0.02/0.01)	

CMYK percentages

%0
%24.21
%2.38
%1.18

Codes

Color #FCBFF6 in popluar color models

FCBFF6
RGB252191246
HSL306°91.04%86.86%
HSB/HSV306°24.21%98.82%
CMYK0.00%24.21%2.38%
1.18%

Color #FCBFF6 in popluar number systems.

HEXFCBFF6
Decimal252191246
Binary111111001011111111110110
Octal374277366

Shades and tints

Shades of #FCBFF6

#FCBFF6
(252,191,246)
#E6AEE0
(230,174,224)
#D09DCA
(208,157,202)
#BA8CB4
(186,140,180)
#A47B9E
(164,123,158)
#8E6A88
(142,106,136)
#785972
(120,89,114)
#62485C
(98,72,92)
#4C3746
(76,55,70)
#362630
(54,38,48)
#20151A
(32,21,26)
#000000
(0,0,0)

Tints of #FCBFF6

#FCBFF6
(252,191,246)
#FCC4F6
(252,196,246)
#FCC9F6
(252,201,246)
#FCCEF6
(252,206,246)
#FCD3F6
(252,211,246)
#FCD8F6
(252,216,246)
#FCDDF6
(252,221,246)
#FCE2F6
(252,226,246)
#FCE7F6
(252,231,246)
#FCECF6
(252,236,246)
#FCF1F6
(252,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBFF6; }

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

This text font color is #FCBFF6.


Background Color

.myBgColor { background-color: #FCBFF6; }

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

This div background color is #FCBFF6.


Border color

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

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

This div border color is #FCBFF6.


Opacity

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

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

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

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

This text has shadow with #FCBFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBFF6 on black background.


Color preview on white background

This text has color #FCBFF6 on white background.



Black color preview on #FCBFF6 background

This text has black color on #FCBFF6 background.


White color preview on #FCBFF6 background

This text has white color on #FCBFF6 background.