COLOR #FCEED3

HEX: #FCEED3
RGB: (252,238,211)

Color info

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

RGB color model

#FCEED3 color RGB value is (252,238,211).

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

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 211 of 255 = 83%

252
238
211

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

Portions of RGB colors in percentages

R + G + B =
252 + 238 + 211 = 701 (100%)
R 252 of 701 ~ 35.95%
G 238 of 701 ~ 33.95%
B 211 of 701 ~ 30.1%

%35.95
%33.95
%30.1

CMYK color model

#FCEED3 color CMYK value is (0,6,16,1).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(0,6,16,1)
C0M6Y16K1 
(0%,6%,16%,1%)
(0.00/0.06/0.16/0.01)	

CMYK percentages

%0
%5.56
%16.27
%1.18

Codes

Color #FCEED3 in popluar color models

FCEED3
RGB252238211
HSL40°87.23%90.78%
HSB/HSV40°16.27%98.82%
CMYK0.00%5.56%16.27%
1.18%

Color #FCEED3 in popluar number systems.

HEXFCEED3
Decimal252238211
Binary111111001110111011010011
Octal374356323

Shades and tints

Shades of #FCEED3

#FCEED3
(252,238,211)
#E6D9C0
(230,217,192)
#D0C4AD
(208,196,173)
#BAAF9A
(186,175,154)
#A49A87
(164,154,135)
#8E8574
(142,133,116)
#787061
(120,112,97)
#625B4E
(98,91,78)
#4C463B
(76,70,59)
#363128
(54,49,40)
#201C15
(32,28,21)
#000000
(0,0,0)

Tints of #FCEED3

#FCEED3
(252,238,211)
#FCEFD7
(252,239,215)
#FCF0DB
(252,240,219)
#FCF1DF
(252,241,223)
#FCF2E3
(252,242,227)
#FCF3E7
(252,243,231)
#FCF4EB
(252,244,235)
#FCF5EF
(252,245,239)
#FCF6F3
(252,246,243)
#FCF7F7
(252,247,247)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEED3; }

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

This text font color is #FCEED3.


Background Color

.myBgColor { background-color: #FCEED3; }

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

This div background color is #FCEED3.


Border color

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

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

This div border color is #FCEED3.


Opacity

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

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

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

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

This text has shadow with #FCEED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEED3 on black background.


Color preview on white background

This text has color #FCEED3 on white background.



Black color preview on #FCEED3 background

This text has black color on #FCEED3 background.


White color preview on #FCEED3 background

This text has white color on #FCEED3 background.