COLOR #FCF6ED

HEX: #FCF6ED RGB: (252,246,237)

Color info

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

RGB color model

#FCF6ED color RGB value is (252,246,237).

RGB: (252,246,237) (99%, 96%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 237 of 255 = 93%

252
246
237

R + G + B ~ 96%. #FCF6ED is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 246 + 237 = 735 (100%)
R 252 of 735 ~ 34.29%
G 246 of 735 ~ 33.47%
B 237 of 735 ~ 32.24'%

%34.29
%33.47
%32.24

CMYK color model

#FCF6ED color CMYK value is (0,2,6,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (0,2,6,1)
C0M2Y6K1 (0%, 2%, 6%, 1%)
(0.00 / 0.02 / 0.06 / 0.01)

CMYK percentages

%0
%2.38
%5.95
%1.18

Codes

Color #FCF6ED in popluar color models

FC F6 ED
RGB 252 246 237
HSL 36° 71.43% 95.88%
HSB/HSV 36° 5.95% 98.82%
CMYK 0.00% 2.38% 5.95%
1.18%

Color #FCF6ED in popluar number systems.

HEX FC F6 ED
Decimal 252 246 237
Binary 11111100 11110110 11101101
Octal 374 366 355

Shades and tints

Shades of #FCF6ED

#FCF6ED
(252,246,237)
#E6E0D8
(230,224,216)
#D0CAC3
(208,202,195)
#BAB4AE
(186,180,174)
#A49E99
(164,158,153)
#8E8884
(142,136,132)
#78726F
(120,114,111)
#625C5A
(98,92,90)
#4C4645
(76,70,69)
#363030
(54,48,48)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCF6ED

#FCF6ED
(252,246,237)
#FCF6EE
(252,246,238)
#FCF6EF
(252,246,239)
#FCF6F0
(252,246,240)
#FCF6F1
(252,246,241)
#FCF6F2
(252,246,242)
#FCF6F3
(252,246,243)
#FCF6F4
(252,246,244)
#FCF6F5
(252,246,245)
#FCF6F6
(252,246,246)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF6ED; }

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

This text font color is #FCF6ED.

Background Color

.myBgColor { background-color: #FCF6ED; }

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

This div background color is #FCF6ED.

Border color

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

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

This div border color is #FCF6ED.

Opacity

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

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

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

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

This text has shadow with #FCF6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF6ED.

Preview

Color preview on black background

This text has color #FCF6ED on black background.


Color preview on white background

This text has color #FCF6ED on white background.


Black color preview on #FCF6ED background

This text has black color on #FCF6ED background.


White color preview on #FCF6ED background

This text has white color on #FCF6ED background.


Related colors

Complementary color

Complementary color for #hex is #030912.


I love getcolorcode.com

Triadic colors

1 #EDFCF6 and #F6EDFC with #FCF6ED are triadic colors.

2 #EDF6FC and #F6FCED with #FCF6ED are triadic colors.