COLOR #FCFFF9

HEX: #FCFFF9
RGB: (252,255,249)

Color info

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

RGB color model

#FCFFF9 color RGB value is (252,255,249).

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

RGB channels and saturation

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

252
255
249

R + G + B ~ 99%. #FCFFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 255 + 249 = 756 (100%)
R 252 of 756 ~ 33.33%
G 255 of 756 ~ 33.73%
B 249 of 756 ~ 32.94%

%33.33
%33.73
%32.94

CMYK color model

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

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(1,0,2,0)
C1M0Y2K0 
(1%,0%,2%,0%)
(0.01/0.00/0.02/0.00)	

CMYK percentages

%1.18
%0
%2.35
%0

Codes

Color #FCFFF9 in popluar color models

FCFFF9
RGB252255249
HSL90°100.00%98.82%
HSB/HSV90°2.35%100.00%
CMYK1.18%0.00%2.35%
0.00%

Color #FCFFF9 in popluar number systems.

HEXFCFFF9
Decimal252255249
Binary111111001111111111111001
Octal374377371

Shades and tints

Shades of #FCFFF9

#FCFFF9
(252,255,249)
#E6E8E3
(230,232,227)
#D0D1CD
(208,209,205)
#BABAB7
(186,186,183)
#A4A3A1
(164,163,161)
#8E8C8B
(142,140,139)
#787575
(120,117,117)
#625E5F
(98,94,95)
#4C4749
(76,71,73)
#363033
(54,48,51)
#20191D
(32,25,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFFF9; }

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

This text font color is #FCFFF9.


Background Color

.myBgColor { background-color: #FCFFF9; }

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

This div background color is #FCFFF9.


Border color

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

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

This div border color is #FCFFF9.


Opacity

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

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

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

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

This text has shadow with #FCFFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFFF9 on black background.


Color preview on white background

This text has color #FCFFF9 on white background.



Black color preview on #FCFFF9 background

This text has black color on #FCFFF9 background.


White color preview on #FCFFF9 background

This text has white color on #FCFFF9 background.