COLOR #FCF5D7

HEX: #FCF5D7 RGB: (252,245,215)

Color info

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

RGB color model

#FCF5D7 color RGB value is (252,245,215).

RGB: (252,245,215) (99%, 96%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 215 of 255 = 84%

252
245
215

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

Portions of RGB colors in percentages

R + G + B = 252 + 245 + 215 = 712 (100%)
R 252 of 712 ~ 35.39%
G 245 of 712 ~ 34.41%
B 215 of 712 ~ 30.2'%

%35.39
%34.41
%30.2

CMYK color model

#FCF5D7 color CMYK value is (0,3,15,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 14.68%
  • key color value is 1.18%

CMYK: (0,3,15,1)
C0M3Y15K1 (0%, 3%, 15%, 1%)
(0.00 / 0.03 / 0.15 / 0.01)

CMYK percentages

%0
%2.78
%14.68
%1.18

Codes

Color #FCF5D7 in popluar color models

FC F5 D7
RGB 252 245 215
HSL 49° 86.05% 91.57%
HSB/HSV 49° 14.68% 98.82%
CMYK 0.00% 2.78% 14.68%
1.18%

Color #FCF5D7 in popluar number systems.

HEX FC F5 D7
Decimal 252 245 215
Binary 11111100 11110101 11010111
Octal 374 365 327

Shades and tints

Shades of #FCF5D7

#FCF5D7
(252,245,215)
#E6DFC4
(230,223,196)
#D0C9B1
(208,201,177)
#BAB39E
(186,179,158)
#A49D8B
(164,157,139)
#8E8778
(142,135,120)
#787165
(120,113,101)
#625B52
(98,91,82)
#4C453F
(76,69,63)
#362F2C
(54,47,44)
#201919
(32,25,25)
#000000
(0,0,0)

Tints of #FCF5D7

#FCF5D7
(252,245,215)
#FCF5DA
(252,245,218)
#FCF5DD
(252,245,221)
#FCF5E0
(252,245,224)
#FCF5E3
(252,245,227)
#FCF5E6
(252,245,230)
#FCF5E9
(252,245,233)
#FCF5EC
(252,245,236)
#FCF5EF
(252,245,239)
#FCF5F2
(252,245,242)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF5D7 color. Also use rgb(252,245,215) instead hex code.

Text Font Color

.myTextColor { color: #FCF5D7; }

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

This text font color is #FCF5D7.

Background Color

.myBgColor { background-color: #FCF5D7; }

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

This div background color is #FCF5D7.

Border color

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

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

This div border color is #FCF5D7.

Opacity

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

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

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

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

This text has shadow with #FCF5D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF5D7.

Preview

Color preview on black background

This text has color #FCF5D7 on black background.


Color preview on white background

This text has color #FCF5D7 on white background.


Black color preview on #FCF5D7 background

This text has black color on #FCF5D7 background.


White color preview on #FCF5D7 background

This text has white color on #FCF5D7 background.


Related colors

Complementary color

Complementary color for #hex is #030A28.


I love getcolorcode.com

Triadic colors

1 #D7FCF5 and #F5D7FC with #FCF5D7 are triadic colors.

2 #D7F5FC and #F5FCD7 with #FCF5D7 are triadic colors.