COLOR #FCF0F4

HEX: #FCF0F4
RGB: (252,240,244)

Color info

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

RGB color model

#FCF0F4 color RGB value is (252,240,244).

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

RGB channels and saturation

R 252 of 255 = 99%
G 240 of 255 = 94%
B 244 of 255 = 96%

252
240
244

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

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 244 = 736 (100%)
R 252 of 736 ~ 34.24%
G 240 of 736 ~ 32.61%
B 244 of 736 ~ 33.15%

%34.24
%32.61
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 3.17%
  • key color value is 1.18%
CMYK:
(0,5,3,1)
C0M5Y3K1 
(0%,5%,3%,1%)
(0.00/0.05/0.03/0.01)	

CMYK percentages

%0
%4.76
%3.17
%1.18

Codes

Color #FCF0F4 in popluar color models

FCF0F4
RGB252240244
HSL340°66.67%96.47%
HSB/HSV340°4.76%98.82%
CMYK0.00%4.76%3.17%
1.18%

Color #FCF0F4 in popluar number systems.

HEXFCF0F4
Decimal252240244
Binary111111001111000011110100
Octal374360364

Shades and tints

Shades of #FCF0F4

#FCF0F4
(252,240,244)
#E6DBDE
(230,219,222)
#D0C6C8
(208,198,200)
#BAB1B2
(186,177,178)
#A49C9C
(164,156,156)
#8E8786
(142,135,134)
#787270
(120,114,112)
#625D5A
(98,93,90)
#4C4844
(76,72,68)
#36332E
(54,51,46)
#201E18
(32,30,24)
#000000
(0,0,0)

Tints of #FCF0F4

#FCF0F4
(252,240,244)
#FCF1F5
(252,241,245)
#FCF2F6
(252,242,246)
#FCF3F7
(252,243,247)
#FCF4F8
(252,244,248)
#FCF5F9
(252,245,249)
#FCF6FA
(252,246,250)
#FCF7FB
(252,247,251)
#FCF8FC
(252,248,252)
#FCF9FD
(252,249,253)
#FCFAFE
(252,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0F4; }

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

This text font color is #FCF0F4.


Background Color

.myBgColor { background-color: #FCF0F4; }

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

This div background color is #FCF0F4.


Border color

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

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

This div border color is #FCF0F4.


Opacity

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

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

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

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

This text has shadow with #FCF0F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0F4 on black background.


Color preview on white background

This text has color #FCF0F4 on white background.



Black color preview on #FCF0F4 background

This text has black color on #FCF0F4 background.


White color preview on #FCF0F4 background

This text has white color on #FCF0F4 background.