COLOR #FCFCF6

HEX: #FCFCF6 RGB: (252,252,246)

Color info

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

RGB color model

#FCFCF6 color RGB value is (252,252,246).

RGB: (252,252,246) (99%, 99%, 96%)

RGB channels and saturation

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

252
252
246

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

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 246 = 750 (100%)
R 252 of 750 ~ 33.6%
G 252 of 750 ~ 33.6%
B 246 of 750 ~ 32.8'%

%33.6
%33.6
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 1.18%

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

CMYK percentages

%0
%0
%2.38
%1.18

Codes

Color #FCFCF6 in popluar color models

FC FC F6
RGB 252 252 246
HSL 60° 50.00% 97.65%
HSB/HSV 60° 2.38% 98.82%
CMYK 0.00% 0.00% 2.38%
1.18%

Color #FCFCF6 in popluar number systems.

HEX FC FC F6
Decimal 252 252 246
Binary 11111100 11111100 11110110
Octal 374 374 366

Shades and tints

Shades of #FCFCF6

#FCFCF6
(252,252,246)
#E6E6E0
(230,230,224)
#D0D0CA
(208,208,202)
#BABAB4
(186,186,180)
#A4A49E
(164,164,158)
#8E8E88
(142,142,136)
#787872
(120,120,114)
#62625C
(98,98,92)
#4C4C46
(76,76,70)
#363630
(54,54,48)
#20201A
(32,32,26)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCF6; }

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

This text font color is #FCFCF6.

Background Color

.myBgColor { background-color: #FCFCF6; }

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

This div background color is #FCFCF6.

Border color

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

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

This div border color is #FCFCF6.

Opacity

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

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

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

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

This text has shadow with #FCFCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCF6.

Preview

Color preview on black background

This text has color #FCFCF6 on black background.


Color preview on white background

This text has color #FCFCF6 on white background.


Black color preview on #FCFCF6 background

This text has black color on #FCFCF6 background.


White color preview on #FCFCF6 background

This text has white color on #FCFCF6 background.


Related colors

Complementary color

Complementary color for #hex is #030309.


I love getcolorcode.com