COLOR #FCE2FE

HEX: #FCE2FE RGB: (252,226,254)

Color info

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

RGB color model

#FCE2FE color RGB value is (252,226,254).

RGB: (252,226,254) (99%, 89%, 100%)

RGB channels and saturation

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

252
226
254

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

Portions of RGB colors in percentages

R + G + B = 252 + 226 + 254 = 732 (100%)
R 252 of 732 ~ 34.43%
G 226 of 732 ~ 30.87%
B 254 of 732 ~ 34.7'%

%34.43
%30.87
%34.7

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 11.02%
  • 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
%11.02
%0
%0.39

Codes

Color #FCE2FE in popluar color models

FC E2 FE
RGB 252 226 254
HSL 296° 93.33% 94.12%
HSB/HSV 296° 11.02% 99.61%
CMYK 0.79% 11.02% 0.00%
0.39%

Color #FCE2FE in popluar number systems.

HEX FC E2 FE
Decimal 252 226 254
Binary 11111100 11100010 11111110
Octal 374 342 376

Shades and tints

Shades of #FCE2FE

#FCE2FE
(252,226,254)
#E6CEE7
(230,206,231)
#D0BAD0
(208,186,208)
#BAA6B9
(186,166,185)
#A492A2
(164,146,162)
#8E7E8B
(142,126,139)
#786A74
(120,106,116)
#62565D
(98,86,93)
#4C4246
(76,66,70)
#362E2F
(54,46,47)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCE2FE

#FCE2FE
(252,226,254)
#FCE4FE
(252,228,254)
#FCE6FE
(252,230,254)
#FCE8FE
(252,232,254)
#FCEAFE
(252,234,254)
#FCECFE
(252,236,254)
#FCEEFE
(252,238,254)
#FCF0FE
(252,240,254)
#FCF2FE
(252,242,254)
#FCF4FE
(252,244,254)
#FCF6FE
(252,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE2FE; }

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

This text font color is #FCE2FE.

Background Color

.myBgColor { background-color: #FCE2FE; }

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

This div background color is #FCE2FE.

Border color

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

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

This div border color is #FCE2FE.

Opacity

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

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

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

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

This text has shadow with #FCE2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE2FE.

Preview

Color preview on black background

This text has color #FCE2FE on black background.


Color preview on white background

This text has color #FCE2FE on white background.


Black color preview on #FCE2FE background

This text has black color on #FCE2FE background.


White color preview on #FCE2FE background

This text has white color on #FCE2FE background.


Related colors

Complementary color

Complementary color for #hex is #031D01.


I love getcolorcode.com

Triadic colors

1 #FEFCE2 and #E2FEFC with #FCE2FE are triadic colors.

2 #FEE2FC and #E2FCFE with #FCE2FE are triadic colors.