COLOR #FCF4D0

HEX: #FCF4D0 RGB: (252,244,208)

Color info

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

RGB color model

#FCF4D0 color RGB value is (252,244,208).

RGB: (252,244,208) (99%, 96%, 82%)

RGB channels and saturation

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

252
244
208

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

Portions of RGB colors in percentages

R + G + B = 252 + 244 + 208 = 704 (100%)
R 252 of 704 ~ 35.8%
G 244 of 704 ~ 34.66%
B 208 of 704 ~ 29.55'%

%35.8
%34.66
%29.55

CMYK color model

#FCF4D0 color CMYK value is (0,3,17,1).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 17.46%
  • key color value is 1.18%

CMYK: (0,3,17,1)
C0M3Y17K1 (0%, 3%, 17%, 1%)
(0.00 / 0.03 / 0.17 / 0.01)

CMYK percentages

%0
%3.17
%17.46
%1.18

Codes

Color #FCF4D0 in popluar color models

FC F4 D0
RGB 252 244 208
HSL 49° 88.00% 90.20%
HSB/HSV 49° 17.46% 98.82%
CMYK 0.00% 3.17% 17.46%
1.18%

Color #FCF4D0 in popluar number systems.

HEX FC F4 D0
Decimal 252 244 208
Binary 11111100 11110100 11010000
Octal 374 364 320

Shades and tints

Shades of #FCF4D0

#FCF4D0
(252,244,208)
#E6DEBE
(230,222,190)
#D0C8AC
(208,200,172)
#BAB29A
(186,178,154)
#A49C88
(164,156,136)
#8E8676
(142,134,118)
#787064
(120,112,100)
#625A52
(98,90,82)
#4C4440
(76,68,64)
#362E2E
(54,46,46)
#20181C
(32,24,28)
#000000
(0,0,0)

Tints of #FCF4D0

#FCF4D0
(252,244,208)
#FCF5D4
(252,245,212)
#FCF6D8
(252,246,216)
#FCF7DC
(252,247,220)
#FCF8E0
(252,248,224)
#FCF9E4
(252,249,228)
#FCFAE8
(252,250,232)
#FCFBEC
(252,251,236)
#FCFCF0
(252,252,240)
#FCFDF4
(252,253,244)
#FCFEF8
(252,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF4D0; }

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

This text font color is #FCF4D0.

Background Color

.myBgColor { background-color: #FCF4D0; }

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

This div background color is #FCF4D0.

Border color

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

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

This div border color is #FCF4D0.

Opacity

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

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

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

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

This text has shadow with #FCF4D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF4D0.

Preview

Color preview on black background

This text has color #FCF4D0 on black background.


Color preview on white background

This text has color #FCF4D0 on white background.


Black color preview on #FCF4D0 background

This text has black color on #FCF4D0 background.


White color preview on #FCF4D0 background

This text has white color on #FCF4D0 background.


Related colors

Complementary color

Complementary color for #hex is #030B2F.


I love getcolorcode.com

Triadic colors

1 #D0FCF4 and #F4D0FC with #FCF4D0 are triadic colors.

2 #D0F4FC and #F4FCD0 with #FCF4D0 are triadic colors.