COLOR #FCEEDB

HEX: #FCEEDB RGB: (252,238,219)

Color info

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

RGB color model

#FCEEDB color RGB value is (252,238,219).

RGB: (252,238,219) (99%, 93%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 219 of 255 = 86%

252
238
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 219 = 709 (100%)
R 252 of 709 ~ 35.54%
G 238 of 709 ~ 33.57%
B 219 of 709 ~ 30.89'%

%35.54
%33.57
%30.89

CMYK color model

#FCEEDB color CMYK value is (0,6,13,1).

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

CMYK: (0,6,13,1)
C0M6Y13K1 (0%, 6%, 13%, 1%)
(0.00 / 0.06 / 0.13 / 0.01)

CMYK percentages

%0
%5.56
%13.1
%1.18

Codes

Color #FCEEDB in popluar color models

FC EE DB
RGB 252 238 219
HSL 35° 84.62% 92.35%
HSB/HSV 35° 13.10% 98.82%
CMYK 0.00% 5.56% 13.10%
1.18%

Color #FCEEDB in popluar number systems.

HEX FC EE DB
Decimal 252 238 219
Binary 11111100 11101110 11011011
Octal 374 356 333

Shades and tints

Shades of #FCEEDB

#FCEEDB
(252,238,219)
#E6D9C8
(230,217,200)
#D0C4B5
(208,196,181)
#BAAFA2
(186,175,162)
#A49A8F
(164,154,143)
#8E857C
(142,133,124)
#787069
(120,112,105)
#625B56
(98,91,86)
#4C4643
(76,70,67)
#363130
(54,49,48)
#201C1D
(32,28,29)
#000000
(0,0,0)

Tints of #FCEEDB

#FCEEDB
(252,238,219)
#FCEFDE
(252,239,222)
#FCF0E1
(252,240,225)
#FCF1E4
(252,241,228)
#FCF2E7
(252,242,231)
#FCF3EA
(252,243,234)
#FCF4ED
(252,244,237)
#FCF5F0
(252,245,240)
#FCF6F3
(252,246,243)
#FCF7F6
(252,247,246)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEDB; }

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

This text font color is #FCEEDB.

Background Color

.myBgColor { background-color: #FCEEDB; }

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

This div background color is #FCEEDB.

Border color

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

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

This div border color is #FCEEDB.

Opacity

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

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

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

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

This text has shadow with #FCEEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEDB.

Preview

Color preview on black background

This text has color #FCEEDB on black background.


Color preview on white background

This text has color #FCEEDB on white background.


Black color preview on #FCEEDB background

This text has black color on #FCEEDB background.


White color preview on #FCEEDB background

This text has white color on #FCEEDB background.


Related colors

Complementary color

Complementary color for #hex is #031124.


I love getcolorcode.com

Triadic colors

1 #DBFCEE and #EEDBFC with #FCEEDB are triadic colors.

2 #DBEEFC and #EEFCDB with #FCEEDB are triadic colors.