COLOR #FCF9FA

HEX: #FCF9FA
RGB: (252,249,250)

Color info

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

RGB color model

#FCF9FA color RGB value is (252,249,250).

  • red value is 252;
  • green value is 249;
  • blue value is 250.
RGB:
(252,249,250)
(99%,98%,98%)

RGB channels and saturation

R 252 of 255 = 99%
G 249 of 255 = 98%
B 250 of 255 = 98%

252
249
250

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

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 250 = 751 (100%)
R 252 of 751 ~ 33.56%
G 249 of 751 ~ 33.16%
B 250 of 751 ~ 33.29%

%33.56
%33.16
%33.29

CMYK color model

#FCF9FA color CMYK value is (0,1,1,1).

  • cyan value is 0.00%
  • magenta value is 1.19%
  • yellow value is 0.79%
  • key color value is 1.18%
CMYK:
(0,1,1,1)
C0M1Y1K1 
(0%,1%,1%,1%)
(0.00/0.01/0.01/0.01)	

CMYK percentages

%0
%1.19
%0.79
%1.18

Codes

Color #FCF9FA in popluar color models

FCF9FA
RGB252249250
HSL340°33.33%98.24%
HSB/HSV340°1.19%98.82%
CMYK0.00%1.19%0.79%
1.18%

Color #FCF9FA in popluar number systems.

HEXFCF9FA
Decimal252249250
Binary111111001111100111111010
Octal374371372

Shades and tints

Shades of #FCF9FA

#FCF9FA
(252,249,250)
#E6E3E4
(230,227,228)
#D0CDCE
(208,205,206)
#BAB7B8
(186,183,184)
#A4A1A2
(164,161,162)
#8E8B8C
(142,139,140)
#787576
(120,117,118)
#625F60
(98,95,96)
#4C494A
(76,73,74)
#363334
(54,51,52)
#201D1E
(32,29,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9FA; }

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

This text font color is #FCF9FA.


Background Color

.myBgColor { background-color: #FCF9FA; }

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

This div background color is #FCF9FA.


Border color

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

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

This div border color is #FCF9FA.


Opacity

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

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

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

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

This text has shadow with #FCF9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9FA on black background.


Color preview on white background

This text has color #FCF9FA on white background.



Black color preview on #FCF9FA background

This text has black color on #FCF9FA background.


White color preview on #FCF9FA background

This text has white color on #FCF9FA background.