COLOR #FCFAF6

HEX: #FCFAF6
RGB: (252,250,246)

Color info

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

RGB color model

#FCFAF6 color RGB value is (252,250,246).

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

RGB channels and saturation

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

252
250
246

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

Portions of RGB colors in percentages

R + G + B =
252 + 250 + 246 = 748 (100%)
R 252 of 748 ~ 33.69%
G 250 of 748 ~ 33.42%
B 246 of 748 ~ 32.89%

%33.69
%33.42
%32.89

CMYK color model

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

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

CMYK percentages

%0
%0.79
%2.38
%1.18

Codes

Color #FCFAF6 in popluar color models

FCFAF6
RGB252250246
HSL40°50.00%97.65%
HSB/HSV40°2.38%98.82%
CMYK0.00%0.79%2.38%
1.18%

Color #FCFAF6 in popluar number systems.

HEXFCFAF6
Decimal252250246
Binary111111001111101011110110
Octal374372366

Shades and tints

Shades of #FCFAF6

#FCFAF6
(252,250,246)
#E6E4E0
(230,228,224)
#D0CECA
(208,206,202)
#BAB8B4
(186,184,180)
#A4A29E
(164,162,158)
#8E8C88
(142,140,136)
#787672
(120,118,114)
#62605C
(98,96,92)
#4C4A46
(76,74,70)
#363430
(54,52,48)
#201E1A
(32,30,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAF6; }

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

This text font color is #FCFAF6.


Background Color

.myBgColor { background-color: #FCFAF6; }

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

This div background color is #FCFAF6.


Border color

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

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

This div border color is #FCFAF6.


Opacity

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

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

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

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

This text has shadow with #FCFAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFAF6 on black background.


Color preview on white background

This text has color #FCFAF6 on white background.



Black color preview on #FCFAF6 background

This text has black color on #FCFAF6 background.


White color preview on #FCFAF6 background

This text has white color on #FCFAF6 background.