COLOR #FCF6D0

HEX: #FCF6D0
RGB: (252,246,208)

Color info

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

RGB color model

#FCF6D0 color RGB value is (252,246,208).

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

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 208 of 255 = 82%

252
246
208

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

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 208 = 706 (100%)
R 252 of 706 ~ 35.69%
G 246 of 706 ~ 34.84%
B 208 of 706 ~ 29.46%

%35.69
%34.84
%29.46

CMYK color model

#FCF6D0 color CMYK value is (0,2,17,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK:
(0,2,17,1)
C0M2Y17K1 
(0%,2%,17%,1%)
(0.00/0.02/0.17/0.01)	

CMYK percentages

%0
%2.38
%17.46
%1.18

Codes

Color #FCF6D0 in popluar color models

FCF6D0
RGB252246208
HSL52°88.00%90.20%
HSB/HSV52°17.46%98.82%
CMYK0.00%2.38%17.46%
1.18%

Color #FCF6D0 in popluar number systems.

HEXFCF6D0
Decimal252246208
Binary111111001111011011010000
Octal374366320

Shades and tints

Shades of #FCF6D0

#FCF6D0
(252,246,208)
#E6E0BE
(230,224,190)
#D0CAAC
(208,202,172)
#BAB49A
(186,180,154)
#A49E88
(164,158,136)
#8E8876
(142,136,118)
#787264
(120,114,100)
#625C52
(98,92,82)
#4C4640
(76,70,64)
#36302E
(54,48,46)
#201A1C
(32,26,28)
#000000
(0,0,0)

Tints of #FCF6D0

#FCF6D0
(252,246,208)
#FCF6D4
(252,246,212)
#FCF6D8
(252,246,216)
#FCF6DC
(252,246,220)
#FCF6E0
(252,246,224)
#FCF6E4
(252,246,228)
#FCF6E8
(252,246,232)
#FCF6EC
(252,246,236)
#FCF6F0
(252,246,240)
#FCF6F4
(252,246,244)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6D0; }

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

This text font color is #FCF6D0.


Background Color

.myBgColor { background-color: #FCF6D0; }

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

This div background color is #FCF6D0.


Border color

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

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

This div border color is #FCF6D0.


Opacity

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

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

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

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

This text has shadow with #FCF6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6D0 on black background.


Color preview on white background

This text has color #FCF6D0 on white background.



Black color preview on #FCF6D0 background

This text has black color on #FCF6D0 background.


White color preview on #FCF6D0 background

This text has white color on #FCF6D0 background.