COLOR #FCEEAD

HEX: #FCEEAD RGB: (252,238,173)

Color info

#FCEEAD contains mainly red and green colors. Web safe color of #FCEEAD is #FFFF99 (or #FF9).

RGB color model

#FCEEAD color RGB value is (252,238,173).

RGB: (252,238,173) (99%, 93%, 68%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 173 of 255 = 68%

252
238
173

R + G + B ~ 87%. #FCEEAD is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 173 = 663 (100%)
R 252 of 663 ~ 38.01%
G 238 of 663 ~ 35.9%
B 173 of 663 ~ 26.09'%

%38.01
%35.9
%26.09

CMYK color model

#FCEEAD color CMYK value is (0,6,31,1).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 31.35%
  • key color value is 1.18%

CMYK: (0,6,31,1)
C0M6Y31K1 (0%, 6%, 31%, 1%)
(0.00 / 0.06 / 0.31 / 0.01)

CMYK percentages

%0
%5.56
%31.35
%1.18

Codes

Color #FCEEAD in popluar color models

FC EE AD
RGB 252 238 173
HSL 49° 92.94% 83.33%
HSB/HSV 49° 31.35% 98.82%
CMYK 0.00% 5.56% 31.35%
1.18%

Color #FCEEAD in popluar number systems.

HEX FC EE AD
Decimal 252 238 173
Binary 11111100 11101110 10101101
Octal 374 356 255

Shades and tints

Shades of #FCEEAD

#FCEEAD
(252,238,173)
#E6D99E
(230,217,158)
#D0C48F
(208,196,143)
#BAAF80
(186,175,128)
#A49A71
(164,154,113)
#8E8562
(142,133,98)
#787053
(120,112,83)
#625B44
(98,91,68)
#4C4635
(76,70,53)
#363126
(54,49,38)
#201C17
(32,28,23)
#000000
(0,0,0)

Tints of #FCEEAD

#FCEEAD
(252,238,173)
#FCEFB4
(252,239,180)
#FCF0BB
(252,240,187)
#FCF1C2
(252,241,194)
#FCF2C9
(252,242,201)
#FCF3D0
(252,243,208)
#FCF4D7
(252,244,215)
#FCF5DE
(252,245,222)
#FCF6E5
(252,246,229)
#FCF7EC
(252,247,236)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEAD; }

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

This text font color is #FCEEAD.

Background Color

.myBgColor { background-color: #FCEEAD; }

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

This div background color is #FCEEAD.

Border color

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

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

This div border color is #FCEEAD.

Opacity

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

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

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

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

This text has shadow with #FCEEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEAD.

Preview

Color preview on black background

This text has color #FCEEAD on black background.


Color preview on white background

This text has color #FCEEAD on white background.


Black color preview on #FCEEAD background

This text has black color on #FCEEAD background.


White color preview on #FCEEAD background

This text has white color on #FCEEAD background.


Related colors

Complementary color

Complementary color for #hex is #031152.


I love getcolorcode.com

Triadic colors

1 #ADFCEE and #EEADFC with #FCEEAD are triadic colors.

2 #ADEEFC and #EEFCAD with #FCEEAD are triadic colors.