COLOR #FCF9FB

HEX: #FCF9FB
RGB: (252,249,251)

Color info

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

RGB color model

#FCF9FB color RGB value is (252,249,251).

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

RGB channels and saturation

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

252
249
251

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

Portions of RGB colors in percentages

R + G + B =
252 + 249 + 251 = 752 (100%)
R 252 of 752 ~ 33.51%
G 249 of 752 ~ 33.11%
B 251 of 752 ~ 33.38%

%33.51
%33.11
%33.38

CMYK color model

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

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

CMYK percentages

%0
%1.19
%0.4
%1.18

Codes

Color #FCF9FB in popluar color models

FCF9FB
RGB252249251
HSL320°33.33%98.24%
HSB/HSV320°1.19%98.82%
CMYK0.00%1.19%0.40%
1.18%

Color #FCF9FB in popluar number systems.

HEXFCF9FB
Decimal252249251
Binary111111001111100111111011
Octal374371373

Shades and tints

Shades of #FCF9FB

#FCF9FB
(252,249,251)
#E6E3E5
(230,227,229)
#D0CDCF
(208,205,207)
#BAB7B9
(186,183,185)
#A4A1A3
(164,161,163)
#8E8B8D
(142,139,141)
#787577
(120,117,119)
#625F61
(98,95,97)
#4C494B
(76,73,75)
#363335
(54,51,53)
#201D1F
(32,29,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF9FB; }

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

This text font color is #FCF9FB.


Background Color

.myBgColor { background-color: #FCF9FB; }

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

This div background color is #FCF9FB.


Border color

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

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

This div border color is #FCF9FB.


Opacity

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

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

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

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

This text has shadow with #FCF9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF9FB on black background.


Color preview on white background

This text has color #FCF9FB on white background.



Black color preview on #FCF9FB background

This text has black color on #FCF9FB background.


White color preview on #FCF9FB background

This text has white color on #FCF9FB background.