COLOR #FCF6DC

HEX: #FCF6DC RGB: (252,246,220)

Color info

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

RGB color model

#FCF6DC color RGB value is (252,246,220).

RGB: (252,246,220) (99%, 96%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 220 of 255 = 86%

252
246
220

R + G + B ~ 94%. #FCF6DC is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 246 + 220 = 718 (100%)
R 252 of 718 ~ 35.1%
G 246 of 718 ~ 34.26%
B 220 of 718 ~ 30.64'%

%35.1
%34.26
%30.64

CMYK color model

#FCF6DC color CMYK value is (0,2,13,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 12.70%
  • key color value is 1.18%

CMYK: (0,2,13,1)
C0M2Y13K1 (0%, 2%, 13%, 1%)
(0.00 / 0.02 / 0.13 / 0.01)

CMYK percentages

%0
%2.38
%12.7
%1.18

Codes

Color #FCF6DC in popluar color models

FC F6 DC
RGB 252 246 220
HSL 49° 84.21% 92.55%
HSB/HSV 49° 12.70% 98.82%
CMYK 0.00% 2.38% 12.70%
1.18%

Color #FCF6DC in popluar number systems.

HEX FC F6 DC
Decimal 252 246 220
Binary 11111100 11110110 11011100
Octal 374 366 334

Shades and tints

Shades of #FCF6DC

#FCF6DC
(252,246,220)
#E6E0C8
(230,224,200)
#D0CAB4
(208,202,180)
#BAB4A0
(186,180,160)
#A49E8C
(164,158,140)
#8E8878
(142,136,120)
#787264
(120,114,100)
#625C50
(98,92,80)
#4C463C
(76,70,60)
#363028
(54,48,40)
#201A14
(32,26,20)
#000000
(0,0,0)

Tints of #FCF6DC

#FCF6DC
(252,246,220)
#FCF6DF
(252,246,223)
#FCF6E2
(252,246,226)
#FCF6E5
(252,246,229)
#FCF6E8
(252,246,232)
#FCF6EB
(252,246,235)
#FCF6EE
(252,246,238)
#FCF6F1
(252,246,241)
#FCF6F4
(252,246,244)
#FCF6F7
(252,246,247)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6DC; }

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

This text font color is #FCF6DC.

Background Color

.myBgColor { background-color: #FCF6DC; }

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

This div background color is #FCF6DC.

Border color

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

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

This div border color is #FCF6DC.

Opacity

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

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

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

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

This text has shadow with #FCF6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF6DC.

Preview

Color preview on black background

This text has color #FCF6DC on black background.


Color preview on white background

This text has color #FCF6DC on white background.


Black color preview on #FCF6DC background

This text has black color on #FCF6DC background.


White color preview on #FCF6DC background

This text has white color on #FCF6DC background.


Related colors

Complementary color

Complementary color for #hex is #030923.


I love getcolorcode.com

Triadic colors

1 #DCFCF6 and #F6DCFC with #FCF6DC are triadic colors.

2 #DCF6FC and #F6FCDC with #FCF6DC are triadic colors.