COLOR #FCFCE8

HEX: #FCFCE8 RGB: (252,252,232)

Color info

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

RGB color model

#FCFCE8 color RGB value is (252,252,232).

RGB: (252,252,232) (99%, 99%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 232 of 255 = 91%

252
252
232

R + G + B ~ 96%. #FCFCE8 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 252 + 232 = 736 (100%)
R 252 of 736 ~ 34.24%
G 252 of 736 ~ 34.24%
B 232 of 736 ~ 31.52'%

%34.24
%34.24
%31.52

CMYK color model

#FCFCE8 color CMYK value is (0,0,8,1).

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

CMYK: (0,0,8,1)
C0M0Y8K1 (0%, 0%, 8%, 1%)
(0.00 / 0.00 / 0.08 / 0.01)

CMYK percentages

%0
%0
%7.94
%1.18

Codes

Color #FCFCE8 in popluar color models

FC FC E8
RGB 252 252 232
HSL 60° 76.92% 94.90%
HSB/HSV 60° 7.94% 98.82%
CMYK 0.00% 0.00% 7.94%
1.18%

Color #FCFCE8 in popluar number systems.

HEX FC FC E8
Decimal 252 252 232
Binary 11111100 11111100 11101000
Octal 374 374 350

Shades and tints

Shades of #FCFCE8

#FCFCE8
(252,252,232)
#E6E6D3
(230,230,211)
#D0D0BE
(208,208,190)
#BABAA9
(186,186,169)
#A4A494
(164,164,148)
#8E8E7F
(142,142,127)
#78786A
(120,120,106)
#626255
(98,98,85)
#4C4C40
(76,76,64)
#36362B
(54,54,43)
#202016
(32,32,22)
#000000
(0,0,0)

Tints of #FCFCE8

#FCFCE8
(252,252,232)
#FCFCEA
(252,252,234)
#FCFCEC
(252,252,236)
#FCFCEE
(252,252,238)
#FCFCF0
(252,252,240)
#FCFCF2
(252,252,242)
#FCFCF4
(252,252,244)
#FCFCF6
(252,252,246)
#FCFCF8
(252,252,248)
#FCFCFA
(252,252,250)
#FCFCFC
(252,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCE8; }

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

This text font color is #FCFCE8.

Background Color

.myBgColor { background-color: #FCFCE8; }

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

This div background color is #FCFCE8.

Border color

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

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

This div border color is #FCFCE8.

Opacity

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

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

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

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

This text has shadow with #FCFCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFCE8.

Preview

Color preview on black background

This text has color #FCFCE8 on black background.


Color preview on white background

This text has color #FCFCE8 on white background.


Black color preview on #FCFCE8 background

This text has black color on #FCFCE8 background.


White color preview on #FCFCE8 background

This text has white color on #FCFCE8 background.


Related colors

Complementary color

Complementary color for #hex is #030317.


I love getcolorcode.com