COLOR #FEECDB

HEX: #FEECDB RGB: (254,236,219)

Color info

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

RGB color model

#FEECDB color RGB value is (254,236,219).

RGB: (254,236,219) (100%, 93%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 236 of 255 = 93%
B 219 of 255 = 86%

254
236
219

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

Portions of RGB colors in percentages

R + G + B = 254 + 236 + 219 = 709 (100%)
R 254 of 709 ~ 35.83%
G 236 of 709 ~ 33.29%
B 219 of 709 ~ 30.89'%

%35.83
%33.29
%30.89

CMYK color model

#FEECDB color CMYK value is (0,7,14,0).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (0,7,14,0)
C0M7Y14K0 (0%, 7%, 14%, 0%)
(0.00 / 0.07 / 0.14 / 0.00)

CMYK percentages

%0
%7.09
%13.78
%0.39

Codes

Color #FEECDB in popluar color models

FE EC DB
RGB 254 236 219
HSL 29° 94.59% 92.75%
HSB/HSV 29° 13.78% 99.61%
CMYK 0.00% 7.09% 13.78%
0.39%

Color #FEECDB in popluar number systems.

HEX FE EC DB
Decimal 254 236 219
Binary 11111110 11101100 11011011
Octal 376 354 333

Shades and tints

Shades of #FEECDB

#FEECDB
(254,236,219)
#E7D7C8
(231,215,200)
#D0C2B5
(208,194,181)
#B9ADA2
(185,173,162)
#A2988F
(162,152,143)
#8B837C
(139,131,124)
#746E69
(116,110,105)
#5D5956
(93,89,86)
#464443
(70,68,67)
#2F2F30
(47,47,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #FEECDB

#FEECDB
(254,236,219)
#FEEDDE
(254,237,222)
#FEEEE1
(254,238,225)
#FEEFE4
(254,239,228)
#FEF0E7
(254,240,231)
#FEF1EA
(254,241,234)
#FEF2ED
(254,242,237)
#FEF3F0
(254,243,240)
#FEF4F3
(254,244,243)
#FEF5F6
(254,245,246)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEECDB color. Also use rgb(254,236,219) instead hex code.

Text Font Color

.myTextColor { color: #FEECDB; }

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

This text font color is #FEECDB.

Background Color

.myBgColor { background-color: #FEECDB; }

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

This div background color is #FEECDB.

Border color

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

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

This div border color is #FEECDB.

Opacity

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

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

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

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

This text has shadow with #FEECDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEECDB.

Preview

Color preview on black background

This text has color #FEECDB on black background.


Color preview on white background

This text has color #FEECDB on white background.


Black color preview on #FEECDB background

This text has black color on #FEECDB background.


White color preview on #FEECDB background

This text has white color on #FEECDB background.


Related colors

Complementary color

Complementary color for #hex is #011324.


I love getcolorcode.com

Triadic colors

1 #DBFEEC and #ECDBFE with #FEECDB are triadic colors.

2 #DBECFE and #ECFEDB with #FEECDB are triadic colors.