COLOR #FFECDD

HEX: #FFECDD
RGB: (255,236,221)

Color info

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

RGB color model

#FFECDD color RGB value is (255,236,221).

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

RGB channels and saturation

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

255
236
221

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

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 221 = 712 (100%)
R 255 of 712 ~ 35.81%
G 236 of 712 ~ 33.15%
B 221 of 712 ~ 31.04%

%35.81
%33.15
%31.04

CMYK color model

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

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

CMYK percentages

%0
%7.45
%13.33
%0

Codes

Color #FFECDD in popluar color models

FFECDD
RGB255236221
HSL26°100.00%93.33%
HSB/HSV26°13.33%100.00%
CMYK0.00%7.45%13.33%
0.00%

Color #FFECDD in popluar number systems.

HEXFFECDD
Decimal255236221
Binary111111111110110011011101
Octal377354335

Shades and tints

Shades of #FFECDD

#FFECDD
(255,236,221)
#E8D7C9
(232,215,201)
#D1C2B5
(209,194,181)
#BAADA1
(186,173,161)
#A3988D
(163,152,141)
#8C8379
(140,131,121)
#756E65
(117,110,101)
#5E5951
(94,89,81)
#47443D
(71,68,61)
#302F29
(48,47,41)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #FFECDD

#FFECDD
(255,236,221)
#FFEDE0
(255,237,224)
#FFEEE3
(255,238,227)
#FFEFE6
(255,239,230)
#FFF0E9
(255,240,233)
#FFF1EC
(255,241,236)
#FFF2EF
(255,242,239)
#FFF3F2
(255,243,242)
#FFF4F5
(255,244,245)
#FFF5F8
(255,245,248)
#FFF6FB
(255,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECDD; }

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

This text font color is #FFECDD.


Background Color

.myBgColor { background-color: #FFECDD; }

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

This div background color is #FFECDD.


Border color

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

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

This div border color is #FFECDD.


Opacity

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

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

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

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

This text has shadow with #FFECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECDD on black background.


Color preview on white background

This text has color #FFECDD on white background.



Black color preview on #FFECDD background

This text has black color on #FFECDD background.


White color preview on #FFECDD background

This text has white color on #FFECDD background.