COLOR #FCF0F5

HEX: #FCF0F5
RGB: (252,240,245)

Color info

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

RGB color model

#FCF0F5 color RGB value is (252,240,245).

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

RGB channels and saturation

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

252
240
245

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

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 245 = 737 (100%)
R 252 of 737 ~ 34.19%
G 240 of 737 ~ 32.56%
B 245 of 737 ~ 33.24%

%34.19
%32.56
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 2.78%
  • 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
%2.78
%1.18

Codes

Color #FCF0F5 in popluar color models

FCF0F5
RGB252240245
HSL335°66.67%96.47%
HSB/HSV335°4.76%98.82%
CMYK0.00%4.76%2.78%
1.18%

Color #FCF0F5 in popluar number systems.

HEXFCF0F5
Decimal252240245
Binary111111001111000011110101
Octal374360365

Shades and tints

Shades of #FCF0F5

#FCF0F5
(252,240,245)
#E6DBDF
(230,219,223)
#D0C6C9
(208,198,201)
#BAB1B3
(186,177,179)
#A49C9D
(164,156,157)
#8E8787
(142,135,135)
#787271
(120,114,113)
#625D5B
(98,93,91)
#4C4845
(76,72,69)
#36332F
(54,51,47)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCF0F5

#FCF0F5
(252,240,245)
#FCF1F5
(252,241,245)
#FCF2F5
(252,242,245)
#FCF3F5
(252,243,245)
#FCF4F5
(252,244,245)
#FCF5F5
(252,245,245)
#FCF6F5
(252,246,245)
#FCF7F5
(252,247,245)
#FCF8F5
(252,248,245)
#FCF9F5
(252,249,245)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0F5; }

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

This text font color is #FCF0F5.


Background Color

.myBgColor { background-color: #FCF0F5; }

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

This div background color is #FCF0F5.


Border color

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

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

This div border color is #FCF0F5.


Opacity

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

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

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

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

This text has shadow with #FCF0F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0F5 on black background.


Color preview on white background

This text has color #FCF0F5 on white background.



Black color preview on #FCF0F5 background

This text has black color on #FCF0F5 background.


White color preview on #FCF0F5 background

This text has white color on #FCF0F5 background.