COLOR #FCE3FE

HEX: #FCE3FE
RGB: (252,227,254)

Color info

#FCE3FE contains red, green and blue colors in about the same proportion. Web safe color of #FCE3FE is #FFCCFF (or #FCF).

RGB color model

#FCE3FE color RGB value is (252,227,254).

  • red value is 252;
  • green value is 227;
  • blue value is 254.
RGB:
(252,227,254)
(99%,89%,100%)

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 254 of 255 = 100%

252
227
254

R + G + B ~ 96%. #FCE3FE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 254 = 733 (100%)
R 252 of 733 ~ 34.38%
G 227 of 733 ~ 30.97%
B 254 of 733 ~ 34.65%

%34.38
%30.97
%34.65

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 10.63%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,11,0,0)
C1M11Y0K0 
(1%,11%,0%,0%)
(0.01/0.11/0.00/0.00)	

CMYK percentages

%0.79
%10.63
%0
%0.39

Codes

Color #FCE3FE in popluar color models

FCE3FE
RGB252227254
HSL296°93.10%94.31%
HSB/HSV296°10.63%99.61%
CMYK0.79%10.63%0.00%
0.39%

Color #FCE3FE in popluar number systems.

HEXFCE3FE
Decimal252227254
Binary111111001110001111111110
Octal374343376

Shades and tints

Shades of #FCE3FE

#FCE3FE
(252,227,254)
#E6CFE7
(230,207,231)
#D0BBD0
(208,187,208)
#BAA7B9
(186,167,185)
#A493A2
(164,147,162)
#8E7F8B
(142,127,139)
#786B74
(120,107,116)
#62575D
(98,87,93)
#4C4346
(76,67,70)
#362F2F
(54,47,47)
#201B18
(32,27,24)
#000000
(0,0,0)

Tints of #FCE3FE

#FCE3FE
(252,227,254)
#FCE5FE
(252,229,254)
#FCE7FE
(252,231,254)
#FCE9FE
(252,233,254)
#FCEBFE
(252,235,254)
#FCEDFE
(252,237,254)
#FCEFFE
(252,239,254)
#FCF1FE
(252,241,254)
#FCF3FE
(252,243,254)
#FCF5FE
(252,245,254)
#FCF7FE
(252,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE3FE color. Also use rgb(252,227,254) instead hex code.

Text Font Color

.myTextColor { color: #FCE3FE; }

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

This text font color is #FCE3FE.


Background Color

.myBgColor { background-color: #FCE3FE; }

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

This div background color is #FCE3FE.


Border color

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

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

This div border color is #FCE3FE.


Opacity

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

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

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

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

This text has shadow with #FCE3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3FE on black background.


Color preview on white background

This text has color #FCE3FE on white background.



Black color preview on #FCE3FE background

This text has black color on #FCE3FE background.


White color preview on #FCE3FE background

This text has white color on #FCE3FE background.