COLOR #FCF6D5

HEX: #FCF6D5
RGB: (252,246,213)

Color info

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

RGB color model

#FCF6D5 color RGB value is (252,246,213).

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

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 213 of 255 = 84%

252
246
213

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

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 213 = 711 (100%)
R 252 of 711 ~ 35.44%
G 246 of 711 ~ 34.6%
B 213 of 711 ~ 29.96%

%35.44
%34.6
%29.96

CMYK color model

#FCF6D5 color CMYK value is (0,2,15,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 15.48%
  • key color value is 1.18%
CMYK:
(0,2,15,1)
C0M2Y15K1 
(0%,2%,15%,1%)
(0.00/0.02/0.15/0.01)	

CMYK percentages

%0
%2.38
%15.48
%1.18

Codes

Color #FCF6D5 in popluar color models

FCF6D5
RGB252246213
HSL51°86.67%91.18%
HSB/HSV51°15.48%98.82%
CMYK0.00%2.38%15.48%
1.18%

Color #FCF6D5 in popluar number systems.

HEXFCF6D5
Decimal252246213
Binary111111001111011011010101
Octal374366325

Shades and tints

Shades of #FCF6D5

#FCF6D5
(252,246,213)
#E6E0C2
(230,224,194)
#D0CAAF
(208,202,175)
#BAB49C
(186,180,156)
#A49E89
(164,158,137)
#8E8876
(142,136,118)
#787263
(120,114,99)
#625C50
(98,92,80)
#4C463D
(76,70,61)
#36302A
(54,48,42)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCF6D5

#FCF6D5
(252,246,213)
#FCF6D8
(252,246,216)
#FCF6DB
(252,246,219)
#FCF6DE
(252,246,222)
#FCF6E1
(252,246,225)
#FCF6E4
(252,246,228)
#FCF6E7
(252,246,231)
#FCF6EA
(252,246,234)
#FCF6ED
(252,246,237)
#FCF6F0
(252,246,240)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6D5; }

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

This text font color is #FCF6D5.


Background Color

.myBgColor { background-color: #FCF6D5; }

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

This div background color is #FCF6D5.


Border color

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

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

This div border color is #FCF6D5.


Opacity

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

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

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

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

This text has shadow with #FCF6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6D5 on black background.


Color preview on white background

This text has color #FCF6D5 on white background.



Black color preview on #FCF6D5 background

This text has black color on #FCF6D5 background.


White color preview on #FCF6D5 background

This text has white color on #FCF6D5 background.