COLOR #FCF0DC

HEX: #FCF0DC
RGB: (252,240,220)

Color info

#FCF0DC contains red, green and blue colors in about the same proportion. Web safe color of #FCF0DC is #FFFFCC (or #FFC).

RGB color model

#FCF0DC color RGB value is (252,240,220).

  • red value is 252;
  • green value is 240;
  • blue value is 220.
RGB:
(252,240,220)
(99%,94%,86%)

RGB channels and saturation

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

252
240
220

R + G + B ~ 93%. #FCF0DC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 220 = 712 (100%)
R 252 of 712 ~ 35.39%
G 240 of 712 ~ 33.71%
B 220 of 712 ~ 30.9%

%35.39
%33.71
%30.9

CMYK color model

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

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

CMYK percentages

%0
%4.76
%12.7
%1.18

Codes

Color #FCF0DC in popluar color models

FCF0DC
RGB252240220
HSL38°84.21%92.55%
HSB/HSV38°12.70%98.82%
CMYK0.00%4.76%12.70%
1.18%

Color #FCF0DC in popluar number systems.

HEXFCF0DC
Decimal252240220
Binary111111001111000011011100
Octal374360334

Shades and tints

Shades of #FCF0DC

#FCF0DC
(252,240,220)
#E6DBC8
(230,219,200)
#D0C6B4
(208,198,180)
#BAB1A0
(186,177,160)
#A49C8C
(164,156,140)
#8E8778
(142,135,120)
#787264
(120,114,100)
#625D50
(98,93,80)
#4C483C
(76,72,60)
#363328
(54,51,40)
#201E14
(32,30,20)
#000000
(0,0,0)

Tints of #FCF0DC

#FCF0DC
(252,240,220)
#FCF1DF
(252,241,223)
#FCF2E2
(252,242,226)
#FCF3E5
(252,243,229)
#FCF4E8
(252,244,232)
#FCF5EB
(252,245,235)
#FCF6EE
(252,246,238)
#FCF7F1
(252,247,241)
#FCF8F4
(252,248,244)
#FCF9F7
(252,249,247)
#FCFAFA
(252,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0DC; }

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

This text font color is #FCF0DC.


Background Color

.myBgColor { background-color: #FCF0DC; }

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

This div background color is #FCF0DC.


Border color

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

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

This div border color is #FCF0DC.


Opacity

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

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

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

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

This text has shadow with #FCF0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0DC on black background.


Color preview on white background

This text has color #FCF0DC on white background.



Black color preview on #FCF0DC background

This text has black color on #FCF0DC background.


White color preview on #FCF0DC background

This text has white color on #FCF0DC background.