COLOR #FCF6CF

HEX: #FCF6CF
RGB: (252,246,207)

Color info

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

RGB color model

#FCF6CF color RGB value is (252,246,207).

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

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 207 of 255 = 81%

252
246
207

R + G + B ~ 92%. #FCF6CF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 207 = 705 (100%)
R 252 of 705 ~ 35.74%
G 246 of 705 ~ 34.89%
B 207 of 705 ~ 29.36%

%35.74
%34.89
%29.36

CMYK color model

#FCF6CF color CMYK value is (0,2,18,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 17.86%
  • key color value is 1.18%
CMYK:
(0,2,18,1)
C0M2Y18K1 
(0%,2%,18%,1%)
(0.00/0.02/0.18/0.01)	

CMYK percentages

%0
%2.38
%17.86
%1.18

Codes

Color #FCF6CF in popluar color models

FCF6CF
RGB252246207
HSL52°88.24%90.00%
HSB/HSV52°17.86%98.82%
CMYK0.00%2.38%17.86%
1.18%

Color #FCF6CF in popluar number systems.

HEXFCF6CF
Decimal252246207
Binary111111001111011011001111
Octal374366317

Shades and tints

Shades of #FCF6CF

#FCF6CF
(252,246,207)
#E6E0BD
(230,224,189)
#D0CAAB
(208,202,171)
#BAB499
(186,180,153)
#A49E87
(164,158,135)
#8E8875
(142,136,117)
#787263
(120,114,99)
#625C51
(98,92,81)
#4C463F
(76,70,63)
#36302D
(54,48,45)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCF6CF

#FCF6CF
(252,246,207)
#FCF6D3
(252,246,211)
#FCF6D7
(252,246,215)
#FCF6DB
(252,246,219)
#FCF6DF
(252,246,223)
#FCF6E3
(252,246,227)
#FCF6E7
(252,246,231)
#FCF6EB
(252,246,235)
#FCF6EF
(252,246,239)
#FCF6F3
(252,246,243)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6CF; }

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

This text font color is #FCF6CF.


Background Color

.myBgColor { background-color: #FCF6CF; }

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

This div background color is #FCF6CF.


Border color

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

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

This div border color is #FCF6CF.


Opacity

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

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

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

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

This text has shadow with #FCF6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6CF on black background.


Color preview on white background

This text has color #FCF6CF on white background.



Black color preview on #FCF6CF background

This text has black color on #FCF6CF background.


White color preview on #FCF6CF background

This text has white color on #FCF6CF background.