COLOR #FCEED1

HEX: #FCEED1
RGB: (252,238,209)

Color info

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

RGB color model

#FCEED1 color RGB value is (252,238,209).

  • red value is 252;
  • green value is 238;
  • blue value is 209.
RGB:
(252,238,209)
(99%,93%,82%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 209 of 255 = 82%

252
238
209

R + G + B ~ 91%. #FCEED1 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 238 + 209 = 699 (100%)
R 252 of 699 ~ 36.05%
G 238 of 699 ~ 34.05%
B 209 of 699 ~ 29.9%

%36.05
%34.05
%29.9

CMYK color model

#FCEED1 color CMYK value is (0,6,17,1).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 17.06%
  • key color value is 1.18%
CMYK:
(0,6,17,1)
C0M6Y17K1 
(0%,6%,17%,1%)
(0.00/0.06/0.17/0.01)	

CMYK percentages

%0
%5.56
%17.06
%1.18

Codes

Color #FCEED1 in popluar color models

FCEED1
RGB252238209
HSL40°87.76%90.39%
HSB/HSV40°17.06%98.82%
CMYK0.00%5.56%17.06%
1.18%

Color #FCEED1 in popluar number systems.

HEXFCEED1
Decimal252238209
Binary111111001110111011010001
Octal374356321

Shades and tints

Shades of #FCEED1

#FCEED1
(252,238,209)
#E6D9BE
(230,217,190)
#D0C4AB
(208,196,171)
#BAAF98
(186,175,152)
#A49A85
(164,154,133)
#8E8572
(142,133,114)
#78705F
(120,112,95)
#625B4C
(98,91,76)
#4C4639
(76,70,57)
#363126
(54,49,38)
#201C13
(32,28,19)
#000000
(0,0,0)

Tints of #FCEED1

#FCEED1
(252,238,209)
#FCEFD5
(252,239,213)
#FCF0D9
(252,240,217)
#FCF1DD
(252,241,221)
#FCF2E1
(252,242,225)
#FCF3E5
(252,243,229)
#FCF4E9
(252,244,233)
#FCF5ED
(252,245,237)
#FCF6F1
(252,246,241)
#FCF7F5
(252,247,245)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEED1 color. Also use rgb(252,238,209) instead hex code.

Text Font Color

.myTextColor { color: #FCEED1; }

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

This text font color is #FCEED1.


Background Color

.myBgColor { background-color: #FCEED1; }

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

This div background color is #FCEED1.


Border color

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

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

This div border color is #FCEED1.


Opacity

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

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

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

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

This text has shadow with #FCEED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEED1 on black background.


Color preview on white background

This text has color #FCEED1 on white background.



Black color preview on #FCEED1 background

This text has black color on #FCEED1 background.


White color preview on #FCEED1 background

This text has white color on #FCEED1 background.