COLOR #FCFCF0

HEX: #FCFCF0 RGB: (252,252,240)

Color info

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

RGB color model

#FCFCF0 color RGB value is (252,252,240).

RGB: (252,252,240) (99%, 99%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 240 of 255 = 94%

252
252
240

R + G + B ~ 97%. #FCFCF0 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 240 = 744 (100%)
R 252 of 744 ~ 33.87%
G 252 of 744 ~ 33.87%
B 240 of 744 ~ 32.26'%

%33.87
%33.87
%32.26

CMYK color model

#FCFCF0 color CMYK value is (0,0,5,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK: (0,0,5,1) C0M0Y5K1 (0%,0%,5%,1%) (0.00/0.00/0.05/0.01) 

CMYK percentages

%0
%0
%4.76
%1.18

Codes

Color #FCFCF0 in popluar color models

FC FC F0
RGB 252 252 240
HSL 60° 66.67% 96.47%
HSB/HSV 60° 4.76% 98.82%
CMYK 0.00% 0.00% 4.76%
1.18%

Color #FCFCF0 in popluar number systems.

HEX FC FC F0
Decimal 252 252 240
Binary 11111100 11111100 11110000
Octal 374 374 360

Shades and tints

Shades of #FCFCF0

#FCFCF0
(252,252,240)
#E6E6DB
(230,230,219)
#D0D0C6
(208,208,198)
#BABAB1
(186,186,177)
#A4A49C
(164,164,156)
#8E8E87
(142,142,135)
#787872
(120,120,114)
#62625D
(98,98,93)
#4C4C48
(76,76,72)
#363633
(54,54,51)
#20201E
(32,32,30)
#000000
(0,0,0)

Tints of #FCFCF0

#FCFCF0
(252,252,240)
#FCFCF1
(252,252,241)
#FCFCF2
(252,252,242)
#FCFCF3
(252,252,243)
#FCFCF4
(252,252,244)
#FCFCF5
(252,252,245)
#FCFCF6
(252,252,246)
#FCFCF7
(252,252,247)
#FCFCF8
(252,252,248)
#FCFCF9
(252,252,249)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCF0; }

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

This text font color is #FCFCF0.

Background Color

.myBgColor { background-color: #FCFCF0; }

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

This div background color is #FCFCF0.

Border color

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

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

This div border color is #FCFCF0.

Opacity

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

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

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

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

This text has shadow with #FCFCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCF0.

Preview

Color preview on black background

This text has color #FCFCF0 on black background.


Color preview on white background

This text has color #FCFCF0 on white background.


Black color preview on #FCFCF0 background

This text has black color on #FCFCF0 background.


White color preview on #FCFCF0 background

This text has white color on #FCFCF0 background.


Related colors

Complementary color

Complementary color for #hex is #03030F.


I love getcolorcode.com