COLOR #FCF1D8

HEX: #FCF1D8 RGB: (252,241,216)

Color info

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

RGB color model

#FCF1D8 color RGB value is (252,241,216).

RGB: (252,241,216) (99%, 95%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 216 of 255 = 85%

252
241
216

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

Portions of RGB colors in percentages

R + G + B = 252 + 241 + 216 = 709 (100%)
R 252 of 709 ~ 35.54%
G 241 of 709 ~ 33.99%
B 216 of 709 ~ 30.47'%

%35.54
%33.99
%30.47

CMYK color model

#FCF1D8 color CMYK value is (0,4,14,1).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 14.29%
  • key color value is 1.18%

CMYK: (0,4,14,1)
C0M4Y14K1 (0%, 4%, 14%, 1%)
(0.00 / 0.04 / 0.14 / 0.01)

CMYK percentages

%0
%4.37
%14.29
%1.18

Codes

Color #FCF1D8 in popluar color models

FC F1 D8
RGB 252 241 216
HSL 42° 85.71% 91.76%
HSB/HSV 42° 14.29% 98.82%
CMYK 0.00% 4.37% 14.29%
1.18%

Color #FCF1D8 in popluar number systems.

HEX FC F1 D8
Decimal 252 241 216
Binary 11111100 11110001 11011000
Octal 374 361 330

Shades and tints

Shades of #FCF1D8

#FCF1D8
(252,241,216)
#E6DCC5
(230,220,197)
#D0C7B2
(208,199,178)
#BAB29F
(186,178,159)
#A49D8C
(164,157,140)
#8E8879
(142,136,121)
#787366
(120,115,102)
#625E53
(98,94,83)
#4C4940
(76,73,64)
#36342D
(54,52,45)
#201F1A
(32,31,26)
#000000
(0,0,0)

Tints of #FCF1D8

#FCF1D8
(252,241,216)
#FCF2DB
(252,242,219)
#FCF3DE
(252,243,222)
#FCF4E1
(252,244,225)
#FCF5E4
(252,245,228)
#FCF6E7
(252,246,231)
#FCF7EA
(252,247,234)
#FCF8ED
(252,248,237)
#FCF9F0
(252,249,240)
#FCFAF3
(252,250,243)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF1D8 color. Also use rgb(252,241,216) instead hex code.

Text Font Color

.myTextColor { color: #FCF1D8; }

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

This text font color is #FCF1D8.

Background Color

.myBgColor { background-color: #FCF1D8; }

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

This div background color is #FCF1D8.

Border color

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

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

This div border color is #FCF1D8.

Opacity

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

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

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

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

This text has shadow with #FCF1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF1D8.

Preview

Color preview on black background

This text has color #FCF1D8 on black background.


Color preview on white background

This text has color #FCF1D8 on white background.


Black color preview on #FCF1D8 background

This text has black color on #FCF1D8 background.


White color preview on #FCF1D8 background

This text has white color on #FCF1D8 background.


Related colors

Complementary color

Complementary color for #hex is #030E27.


I love getcolorcode.com

Triadic colors

1 #D8FCF1 and #F1D8FC with #FCF1D8 are triadic colors.

2 #D8F1FC and #F1FCD8 with #FCF1D8 are triadic colors.