COLOR #FCF2FE

HEX: #FCF2FE
RGB: (252,242,254)

Color info

#FCF2FE contains red, green and blue colors in about the same proportion. Web safe color of #FCF2FE is #FFFFFF (or #FFF).

RGB color model

#FCF2FE color RGB value is (252,242,254).

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

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 254 of 255 = 100%

252
242
254

R + G + B ~ 98%. #FCF2FE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 254 = 748 (100%)
R 252 of 748 ~ 33.69%
G 242 of 748 ~ 32.35%
B 254 of 748 ~ 33.96%

%33.69
%32.35
%33.96

CMYK color model

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

  • cyan value is 0.79%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(1,5,0,0)
C1M5Y0K0 
(1%,5%,0%,0%)
(0.01/0.05/0.00/0.00)	

CMYK percentages

%0.79
%4.72
%0
%0.39

Codes

Color #FCF2FE in popluar color models

FCF2FE
RGB252242254
HSL290°85.71%97.25%
HSB/HSV290°4.72%99.61%
CMYK0.79%4.72%0.00%
0.39%

Color #FCF2FE in popluar number systems.

HEXFCF2FE
Decimal252242254
Binary111111001111001011111110
Octal374362376

Shades and tints

Shades of #FCF2FE

#FCF2FE
(252,242,254)
#E6DCE7
(230,220,231)
#D0C6D0
(208,198,208)
#BAB0B9
(186,176,185)
#A49AA2
(164,154,162)
#8E848B
(142,132,139)
#786E74
(120,110,116)
#62585D
(98,88,93)
#4C4246
(76,66,70)
#362C2F
(54,44,47)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCF2FE

#FCF2FE
(252,242,254)
#FCF3FE
(252,243,254)
#FCF4FE
(252,244,254)
#FCF5FE
(252,245,254)
#FCF6FE
(252,246,254)
#FCF7FE
(252,247,254)
#FCF8FE
(252,248,254)
#FCF9FE
(252,249,254)
#FCFAFE
(252,250,254)
#FCFBFE
(252,251,254)
#FCFCFE
(252,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2FE; }

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

This text font color is #FCF2FE.


Background Color

.myBgColor { background-color: #FCF2FE; }

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

This div background color is #FCF2FE.


Border color

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

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

This div border color is #FCF2FE.


Opacity

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

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

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

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

This text has shadow with #FCF2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2FE on black background.


Color preview on white background

This text has color #FCF2FE on white background.



Black color preview on #FCF2FE background

This text has black color on #FCF2FE background.


White color preview on #FCF2FE background

This text has white color on #FCF2FE background.