COLOR #FFECD4

HEX: #FFECD4 RGB: (255,236,212)

Color info

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

RGB color model

#FFECD4 color RGB value is (255,236,212).

RGB: (255,236,212) (100%, 93%, 83%)

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 212 of 255 = 83%

255
236
212

R + G + B ~ 92%. #FFECD4 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 236 + 212 = 703 (100%)
R 255 of 703 ~ 36.27%
G 236 of 703 ~ 33.57%
B 212 of 703 ~ 30.16'%

%36.27
%33.57
%30.16

CMYK color model

#FFECD4 color CMYK value is (0,7,17,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 16.86%
  • key color value is 0.00%

CMYK: (0,7,17,0)
C0M7Y17K0 (0%, 7%, 17%, 0%)
(0.00 / 0.07 / 0.17 / 0.00)

CMYK percentages

%0
%7.45
%16.86
%0

Codes

Color #FFECD4 in popluar color models

FF EC D4
RGB 255 236 212
HSL 33° 100.00% 91.57%
HSB/HSV 33° 16.86% 100.00%
CMYK 0.00% 7.45% 16.86%
0.00%

Color #FFECD4 in popluar number systems.

HEX FF EC D4
Decimal 255 236 212
Binary 11111111 11101100 11010100
Octal 377 354 324

Shades and tints

Shades of #FFECD4

#FFECD4
(255,236,212)
#E8D7C1
(232,215,193)
#D1C2AE
(209,194,174)
#BAAD9B
(186,173,155)
#A39888
(163,152,136)
#8C8375
(140,131,117)
#756E62
(117,110,98)
#5E594F
(94,89,79)
#47443C
(71,68,60)
#302F29
(48,47,41)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #FFECD4

#FFECD4
(255,236,212)
#FFEDD7
(255,237,215)
#FFEEDA
(255,238,218)
#FFEFDD
(255,239,221)
#FFF0E0
(255,240,224)
#FFF1E3
(255,241,227)
#FFF2E6
(255,242,230)
#FFF3E9
(255,243,233)
#FFF4EC
(255,244,236)
#FFF5EF
(255,245,239)
#FFF6F2
(255,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECD4; }

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

This text font color is #FFECD4.

Background Color

.myBgColor { background-color: #FFECD4; }

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

This div background color is #FFECD4.

Border color

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

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

This div border color is #FFECD4.

Opacity

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

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

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

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

This text has shadow with #FFECD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFECD4.

Preview

Color preview on black background

This text has color #FFECD4 on black background.


Color preview on white background

This text has color #FFECD4 on white background.


Black color preview on #FFECD4 background

This text has black color on #FFECD4 background.


White color preview on #FFECD4 background

This text has white color on #FFECD4 background.


Related colors

Complementary color

Complementary color for #hex is #00132B.


I love getcolorcode.com

Triadic colors

1 #D4FFEC and #ECD4FF with #FFECD4 are triadic colors.

2 #D4ECFF and #ECFFD4 with #FFECD4 are triadic colors.