COLOR #FCF7FA

HEX: #FCF7FA RGB: (252,247,250)

Color info

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

RGB color model

#FCF7FA color RGB value is (252,247,250).

RGB: (252,247,250) (99%, 97%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 250 of 255 = 98%

252
247
250

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

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 250 = 749 (100%)
R 252 of 749 ~ 33.64%
G 247 of 749 ~ 32.98%
B 250 of 749 ~ 33.38'%

%33.64
%32.98
%33.38

CMYK color model

#FCF7FA color CMYK value is (0,2,1,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 0.79%
  • key color value is 1.18%

CMYK: (0,2,1,1)
C0M2Y1K1 (0%, 2%, 1%, 1%)
(0.00 / 0.02 / 0.01 / 0.01)

CMYK percentages

%0
%1.98
%0.79
%1.18

Codes

Color #FCF7FA in popluar color models

FC F7 FA
RGB 252 247 250
HSL 324° 45.45% 97.84%
HSB/HSV 324° 1.98% 98.82%
CMYK 0.00% 1.98% 0.79%
1.18%

Color #FCF7FA in popluar number systems.

HEX FC F7 FA
Decimal 252 247 250
Binary 11111100 11110111 11111010
Octal 374 367 372

Shades and tints

Shades of #FCF7FA

#FCF7FA
(252,247,250)
#E6E1E4
(230,225,228)
#D0CBCE
(208,203,206)
#BAB5B8
(186,181,184)
#A49FA2
(164,159,162)
#8E898C
(142,137,140)
#787376
(120,115,118)
#625D60
(98,93,96)
#4C474A
(76,71,74)
#363134
(54,49,52)
#201B1E
(32,27,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7FA; }

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

This text font color is #FCF7FA.

Background Color

.myBgColor { background-color: #FCF7FA; }

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

This div background color is #FCF7FA.

Border color

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

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

This div border color is #FCF7FA.

Opacity

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

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

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

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

This text has shadow with #FCF7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7FA.

Preview

Color preview on black background

This text has color #FCF7FA on black background.


Color preview on white background

This text has color #FCF7FA on white background.


Black color preview on #FCF7FA background

This text has black color on #FCF7FA background.


White color preview on #FCF7FA background

This text has white color on #FCF7FA background.


Related colors

Complementary color

Complementary color for #hex is #030805.


I love getcolorcode.com

Triadic colors

1 #FAFCF7 and #F7FAFC with #FCF7FA are triadic colors.

2 #FAF7FC and #F7FCFA with #FCF7FA are triadic colors.