COLOR #FCFCED

HEX: #FCFCED
RGB: (252,252,237)

Color info

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

RGB color model

#FCFCED color RGB value is (252,252,237).

  • red value is 252;
  • green value is 252;
  • blue value is 237.
RGB:
(252,252,237)
(99%,99%,93%)

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 237 of 255 = 93%

252
252
237

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

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 237 = 741 (100%)
R 252 of 741 ~ 34.01%
G 252 of 741 ~ 34.01%
B 237 of 741 ~ 31.98%

%34.01
%34.01
%31.98

CMYK color model

#FCFCED color CMYK value is (0,0,6,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK:
(0,0,6,1)
C0M0Y6K1 
(0%,0%,6%,1%)
(0.00/0.00/0.06/0.01)	

CMYK percentages

%0
%0
%5.95
%1.18

Codes

Color #FCFCED in popluar color models

FCFCED
RGB252252237
HSL60°71.43%95.88%
HSB/HSV60°5.95%98.82%
CMYK0.00%0.00%5.95%
1.18%

Color #FCFCED in popluar number systems.

HEXFCFCED
Decimal252252237
Binary111111001111110011101101
Octal374374355

Shades and tints

Shades of #FCFCED

#FCFCED
(252,252,237)
#E6E6D8
(230,230,216)
#D0D0C3
(208,208,195)
#BABAAE
(186,186,174)
#A4A499
(164,164,153)
#8E8E84
(142,142,132)
#78786F
(120,120,111)
#62625A
(98,98,90)
#4C4C45
(76,76,69)
#363630
(54,54,48)
#20201B
(32,32,27)
#000000
(0,0,0)

Tints of #FCFCED

#FCFCED
(252,252,237)
#FCFCEE
(252,252,238)
#FCFCEF
(252,252,239)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCED; }

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

This text font color is #FCFCED.


Background Color

.myBgColor { background-color: #FCFCED; }

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

This div background color is #FCFCED.


Border color

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

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

This div border color is #FCFCED.


Opacity

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

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

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

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

This text has shadow with #FCFCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFCED on black background.


Color preview on white background

This text has color #FCFCED on white background.



Black color preview on #FCFCED background

This text has black color on #FCFCED background.


White color preview on #FCFCED background

This text has white color on #FCFCED background.