COLOR #FCFDF2

HEX: #FCFDF2
RGB: (252,253,242)

Color info

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

RGB color model

#FCFDF2 color RGB value is (252,253,242).

  • red value is 252;
  • green value is 253;
  • blue value is 242.
RGB:
(252,253,242)
(99%,99%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 253 of 255 = 99%
B 242 of 255 = 95%

252
253
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 242 = 747 (100%)
R 252 of 747 ~ 33.73%
G 253 of 747 ~ 33.87%
B 242 of 747 ~ 32.4%

%33.73
%33.87
%32.4

CMYK color model

#FCFDF2 color CMYK value is (0,0,4,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 0.78%
CMYK:
(0,0,4,1)
C0M0Y4K1 
(0%,0%,4%,1%)
(0.00/0.00/0.04/0.01)	

CMYK percentages

%0.4
%0
%4.35
%0.78

Codes

Color #FCFDF2 in popluar color models

FCFDF2
RGB252253242
HSL65°73.33%97.06%
HSB/HSV65°4.35%99.22%
CMYK0.40%0.00%4.35%
0.78%

Color #FCFDF2 in popluar number systems.

HEXFCFDF2
Decimal252253242
Binary111111001111110111110010
Octal374375362

Shades and tints

Shades of #FCFDF2

#FCFDF2
(252,253,242)
#E6E6DC
(230,230,220)
#D0CFC6
(208,207,198)
#BAB8B0
(186,184,176)
#A4A19A
(164,161,154)
#8E8A84
(142,138,132)
#78736E
(120,115,110)
#625C58
(98,92,88)
#4C4542
(76,69,66)
#362E2C
(54,46,44)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCFDF2

#FCFDF2
(252,253,242)
#FCFDF3
(252,253,243)
#FCFDF4
(252,253,244)
#FCFDF5
(252,253,245)
#FCFDF6
(252,253,246)
#FCFDF7
(252,253,247)
#FCFDF8
(252,253,248)
#FCFDF9
(252,253,249)
#FCFDFA
(252,253,250)
#FCFDFB
(252,253,251)
#FCFDFC
(252,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDF2; }

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

This text font color is #FCFDF2.


Background Color

.myBgColor { background-color: #FCFDF2; }

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

This div background color is #FCFDF2.


Border color

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

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

This div border color is #FCFDF2.


Opacity

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

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

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

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

This text has shadow with #FCFDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDF2 on black background.


Color preview on white background

This text has color #FCFDF2 on white background.



Black color preview on #FCFDF2 background

This text has black color on #FCFDF2 background.


White color preview on #FCFDF2 background

This text has white color on #FCFDF2 background.