COLOR #FEECDD

HEX: #FEECDD
RGB: (254,236,221)

Color info

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

RGB color model

#FEECDD color RGB value is (254,236,221).

  • red value is 254;
  • green value is 236;
  • blue value is 221.
RGB:
(254,236,221)
(100%,93%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 236 of 255 = 93%
B 221 of 255 = 87%

254
236
221

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

Portions of RGB colors in percentages

R + G + B =
254 + 236 + 221 = 711 (100%)
R 254 of 711 ~ 35.72%
G 236 of 711 ~ 33.19%
B 221 of 711 ~ 31.08%

%35.72
%33.19
%31.08

CMYK color model

#FEECDD color CMYK value is (0,7,13,0).

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(0,7,13,0)
C0M7Y13K0 
(0%,7%,13%,0%)
(0.00/0.07/0.13/0.00)	

CMYK percentages

%0
%7.09
%12.99
%0.39

Codes

Color #FEECDD in popluar color models

FEECDD
RGB254236221
HSL27°94.29%93.14%
HSB/HSV27°12.99%99.61%
CMYK0.00%7.09%12.99%
0.39%

Color #FEECDD in popluar number systems.

HEXFEECDD
Decimal254236221
Binary111111101110110011011101
Octal376354335

Shades and tints

Shades of #FEECDD

#FEECDD
(254,236,221)
#E7D7C9
(231,215,201)
#D0C2B5
(208,194,181)
#B9ADA1
(185,173,161)
#A2988D
(162,152,141)
#8B8379
(139,131,121)
#746E65
(116,110,101)
#5D5951
(93,89,81)
#46443D
(70,68,61)
#2F2F29
(47,47,41)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #FEECDD

#FEECDD
(254,236,221)
#FEEDE0
(254,237,224)
#FEEEE3
(254,238,227)
#FEEFE6
(254,239,230)
#FEF0E9
(254,240,233)
#FEF1EC
(254,241,236)
#FEF2EF
(254,242,239)
#FEF3F2
(254,243,242)
#FEF4F5
(254,244,245)
#FEF5F8
(254,245,248)
#FEF6FB
(254,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEECDD; }

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

This text font color is #FEECDD.


Background Color

.myBgColor { background-color: #FEECDD; }

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

This div background color is #FEECDD.


Border color

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

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

This div border color is #FEECDD.


Opacity

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

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

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

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

This text has shadow with #FEECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEECDD on black background.


Color preview on white background

This text has color #FEECDD on white background.



Black color preview on #FEECDD background

This text has black color on #FEECDD background.


White color preview on #FEECDD background

This text has white color on #FEECDD background.