COLOR #FCF5FA

HEX: #FCF5FA RGB: (252,245,250)

Color info

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

RGB color model

#FCF5FA color RGB value is (252,245,250).

RGB: (252,245,250) (99%, 96%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 250 of 255 = 98%

252
245
250

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

Portions of RGB colors in percentages

R + G + B = 252 + 245 + 250 = 747 (100%)
R 252 of 747 ~ 33.73%
G 245 of 747 ~ 32.8%
B 250 of 747 ~ 33.47'%

%33.73
%32.8
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK: (0,3,1,1) C0M3Y1K1 (0%,3%,1%,1%) (0.00/0.03/0.01/0.01) 

CMYK percentages

%0
%2.78
%0.79
%1.18

Codes

Color #FCF5FA in popluar color models

FC F5 FA
RGB 252 245 250
HSL 317° 53.85% 97.45%
HSB/HSV 317° 2.78% 98.82%
CMYK 0.00% 2.78% 0.79%
1.18%

Color #FCF5FA in popluar number systems.

HEX FC F5 FA
Decimal 252 245 250
Binary 11111100 11110101 11111010
Octal 374 365 372

Shades and tints

Shades of #FCF5FA

#FCF5FA
(252,245,250)
#E6DFE4
(230,223,228)
#D0C9CE
(208,201,206)
#BAB3B8
(186,179,184)
#A49DA2
(164,157,162)
#8E878C
(142,135,140)
#787176
(120,113,118)
#625B60
(98,91,96)
#4C454A
(76,69,74)
#362F34
(54,47,52)
#20191E
(32,25,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5FA; }

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

This text font color is #FCF5FA.

Background Color

.myBgColor { background-color: #FCF5FA; }

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

This div background color is #FCF5FA.

Border color

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

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

This div border color is #FCF5FA.

Opacity

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

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

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

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

This text has shadow with #FCF5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF5FA.

Preview

Color preview on black background

This text has color #FCF5FA on black background.


Color preview on white background

This text has color #FCF5FA on white background.


Black color preview on #FCF5FA background

This text has black color on #FCF5FA background.


White color preview on #FCF5FA background

This text has white color on #FCF5FA background.


Related colors

Complementary color

Complementary color for #hex is #030A05.


I love getcolorcode.com

Triadic colors

1 #FAFCF5 and #F5FAFC with #FCF5FA are triadic colors.

2 #FAF5FC and #F5FCFA with #FCF5FA are triadic colors.