COLOR #FCBEF0

HEX: #FCBEF0
RGB: (252,190,240)

Color info

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

RGB color model

#FCBEF0 color RGB value is (252,190,240).

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

RGB channels and saturation

R 252 of 255 = 99%
G 190 of 255 = 75%
B 240 of 255 = 94%

252
190
240

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

Portions of RGB colors in percentages

R + G + B =
252 + 190 + 240 = 682 (100%)
R 252 of 682 ~ 36.95%
G 190 of 682 ~ 27.86%
B 240 of 682 ~ 35.19%

%36.95
%27.86
%35.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.60%
  • 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
%24.6
%4.76
%1.18

Codes

Color #FCBEF0 in popluar color models

FCBEF0
RGB252190240
HSL312°91.18%86.67%
HSB/HSV312°24.60%98.82%
CMYK0.00%24.60%4.76%
1.18%

Color #FCBEF0 in popluar number systems.

HEXFCBEF0
Decimal252190240
Binary111111001011111011110000
Octal374276360

Shades and tints

Shades of #FCBEF0

#FCBEF0
(252,190,240)
#E6ADDB
(230,173,219)
#D09CC6
(208,156,198)
#BA8BB1
(186,139,177)
#A47A9C
(164,122,156)
#8E6987
(142,105,135)
#785872
(120,88,114)
#62475D
(98,71,93)
#4C3648
(76,54,72)
#362533
(54,37,51)
#20141E
(32,20,30)
#000000
(0,0,0)

Tints of #FCBEF0

#FCBEF0
(252,190,240)
#FCC3F1
(252,195,241)
#FCC8F2
(252,200,242)
#FCCDF3
(252,205,243)
#FCD2F4
(252,210,244)
#FCD7F5
(252,215,245)
#FCDCF6
(252,220,246)
#FCE1F7
(252,225,247)
#FCE6F8
(252,230,248)
#FCEBF9
(252,235,249)
#FCF0FA
(252,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBEF0; }

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

This text font color is #FCBEF0.


Background Color

.myBgColor { background-color: #FCBEF0; }

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

This div background color is #FCBEF0.


Border color

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

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

This div border color is #FCBEF0.


Opacity

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

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

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

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

This text has shadow with #FCBEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBEF0 on black background.


Color preview on white background

This text has color #FCBEF0 on white background.



Black color preview on #FCBEF0 background

This text has black color on #FCBEF0 background.


White color preview on #FCBEF0 background

This text has white color on #FCBEF0 background.