COLOR #FCF6D4

HEX: #FCF6D4
RGB: (252,246,212)

Color info

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

RGB color model

#FCF6D4 color RGB value is (252,246,212).

  • red value is 252;
  • green value is 246;
  • blue value is 212.
RGB:
(252,246,212)
(99%,96%,83%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 212 of 255 = 83%

252
246
212

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

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 212 = 710 (100%)
R 252 of 710 ~ 35.49%
G 246 of 710 ~ 34.65%
B 212 of 710 ~ 29.86%

%35.49
%34.65
%29.86

CMYK color model

#FCF6D4 color CMYK value is (0,2,16,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 15.87%
  • key color value is 1.18%
CMYK:
(0,2,16,1)
C0M2Y16K1 
(0%,2%,16%,1%)
(0.00/0.02/0.16/0.01)	

CMYK percentages

%0
%2.38
%15.87
%1.18

Codes

Color #FCF6D4 in popluar color models

FCF6D4
RGB252246212
HSL51°86.96%90.98%
HSB/HSV51°15.87%98.82%
CMYK0.00%2.38%15.87%
1.18%

Color #FCF6D4 in popluar number systems.

HEXFCF6D4
Decimal252246212
Binary111111001111011011010100
Octal374366324

Shades and tints

Shades of #FCF6D4

#FCF6D4
(252,246,212)
#E6E0C1
(230,224,193)
#D0CAAE
(208,202,174)
#BAB49B
(186,180,155)
#A49E88
(164,158,136)
#8E8875
(142,136,117)
#787262
(120,114,98)
#625C4F
(98,92,79)
#4C463C
(76,70,60)
#363029
(54,48,41)
#201A16
(32,26,22)
#000000
(0,0,0)

Tints of #FCF6D4

#FCF6D4
(252,246,212)
#FCF6D7
(252,246,215)
#FCF6DA
(252,246,218)
#FCF6DD
(252,246,221)
#FCF6E0
(252,246,224)
#FCF6E3
(252,246,227)
#FCF6E6
(252,246,230)
#FCF6E9
(252,246,233)
#FCF6EC
(252,246,236)
#FCF6EF
(252,246,239)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6D4; }

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

This text font color is #FCF6D4.


Background Color

.myBgColor { background-color: #FCF6D4; }

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

This div background color is #FCF6D4.


Border color

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

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

This div border color is #FCF6D4.


Opacity

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

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

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

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

This text has shadow with #FCF6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6D4 on black background.


Color preview on white background

This text has color #FCF6D4 on white background.



Black color preview on #FCF6D4 background

This text has black color on #FCF6D4 background.


White color preview on #FCF6D4 background

This text has white color on #FCF6D4 background.