COLOR #FCF1FD

HEX: #FCF1FD
RGB: (252,241,253)

Color info

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

RGB color model

#FCF1FD color RGB value is (252,241,253).

  • red value is 252;
  • green value is 241;
  • blue value is 253.
RGB:
(252,241,253)
(99%,95%,99%)

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 253 of 255 = 99%

252
241
253

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

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 253 = 746 (100%)
R 252 of 746 ~ 33.78%
G 241 of 746 ~ 32.31%
B 253 of 746 ~ 33.91%

%33.78
%32.31
%33.91

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(0,5,0,1)
C0M5Y0K1 
(0%,5%,0%,1%)
(0.00/0.05/0.00/0.01)	

CMYK percentages

%0.4
%4.74
%0
%0.78

Codes

Color #FCF1FD in popluar color models

FCF1FD
RGB252241253
HSL295°75.00%96.86%
HSB/HSV295°4.74%99.22%
CMYK0.40%4.74%0.00%
0.78%

Color #FCF1FD in popluar number systems.

HEXFCF1FD
Decimal252241253
Binary111111001111000111111101
Octal374361375

Shades and tints

Shades of #FCF1FD

#FCF1FD
(252,241,253)
#E6DCE6
(230,220,230)
#D0C7CF
(208,199,207)
#BAB2B8
(186,178,184)
#A49DA1
(164,157,161)
#8E888A
(142,136,138)
#787373
(120,115,115)
#625E5C
(98,94,92)
#4C4945
(76,73,69)
#36342E
(54,52,46)
#201F17
(32,31,23)
#000000
(0,0,0)

Tints of #FCF1FD

#FCF1FD
(252,241,253)
#FCF2FD
(252,242,253)
#FCF3FD
(252,243,253)
#FCF4FD
(252,244,253)
#FCF5FD
(252,245,253)
#FCF6FD
(252,246,253)
#FCF7FD
(252,247,253)
#FCF8FD
(252,248,253)
#FCF9FD
(252,249,253)
#FCFAFD
(252,250,253)
#FCFBFD
(252,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF1FD color. Also use rgb(252,241,253) instead hex code.

Text Font Color

.myTextColor { color: #FCF1FD; }

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

This text font color is #FCF1FD.


Background Color

.myBgColor { background-color: #FCF1FD; }

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

This div background color is #FCF1FD.


Border color

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

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

This div border color is #FCF1FD.


Opacity

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

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

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

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

This text has shadow with #FCF1FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1FD on black background.


Color preview on white background

This text has color #FCF1FD on white background.



Black color preview on #FCF1FD background

This text has black color on #FCF1FD background.


White color preview on #FCF1FD background

This text has white color on #FCF1FD background.