COLOR #FCF6E8

HEX: #FCF6E8
RGB: (252,246,232)

Color info

#FCF6E8 contains red, green and blue colors in about the same proportion. Web safe color of #FCF6E8 is #FFFFFF (or #FFF).

RGB color model

#FCF6E8 color RGB value is (252,246,232).

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

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 232 of 255 = 91%

252
246
232

R + G + B ~ 95%. #FCF6E8 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 232 = 730 (100%)
R 252 of 730 ~ 34.52%
G 246 of 730 ~ 33.7%
B 232 of 730 ~ 31.78%

%34.52
%33.7
%31.78

CMYK color model

#FCF6E8 color CMYK value is (0,2,8,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(0,2,8,1)
C0M2Y8K1 
(0%,2%,8%,1%)
(0.00/0.02/0.08/0.01)	

CMYK percentages

%0
%2.38
%7.94
%1.18

Codes

Color #FCF6E8 in popluar color models

FCF6E8
RGB252246232
HSL42°76.92%94.90%
HSB/HSV42°7.94%98.82%
CMYK0.00%2.38%7.94%
1.18%

Color #FCF6E8 in popluar number systems.

HEXFCF6E8
Decimal252246232
Binary111111001111011011101000
Octal374366350

Shades and tints

Shades of #FCF6E8

#FCF6E8
(252,246,232)
#E6E0D3
(230,224,211)
#D0CABE
(208,202,190)
#BAB4A9
(186,180,169)
#A49E94
(164,158,148)
#8E887F
(142,136,127)
#78726A
(120,114,106)
#625C55
(98,92,85)
#4C4640
(76,70,64)
#36302B
(54,48,43)
#201A16
(32,26,22)
#000000
(0,0,0)

Tints of #FCF6E8

#FCF6E8
(252,246,232)
#FCF6EA
(252,246,234)
#FCF6EC
(252,246,236)
#FCF6EE
(252,246,238)
#FCF6F0
(252,246,240)
#FCF6F2
(252,246,242)
#FCF6F4
(252,246,244)
#FCF6F6
(252,246,246)
#FCF6F8
(252,246,248)
#FCF6FA
(252,246,250)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6E8; }

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

This text font color is #FCF6E8.


Background Color

.myBgColor { background-color: #FCF6E8; }

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

This div background color is #FCF6E8.


Border color

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

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

This div border color is #FCF6E8.


Opacity

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

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

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

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

This text has shadow with #FCF6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF6E8 on black background.


Color preview on white background

This text has color #FCF6E8 on white background.



Black color preview on #FCF6E8 background

This text has black color on #FCF6E8 background.


White color preview on #FCF6E8 background

This text has white color on #FCF6E8 background.