COLOR #FFECE1

HEX: #FFECE1
RGB: (255,236,225)

Color info

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

RGB color model

#FFECE1 color RGB value is (255,236,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 225 of 255 = 88%

255
236
225

R + G + B ~ 94%. #FFECE1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 225 = 716 (100%)
R 255 of 716 ~ 35.61%
G 236 of 716 ~ 32.96%
B 225 of 716 ~ 31.42%

%35.61
%32.96
%31.42

CMYK color model

#FFECE1 color CMYK value is (0,7,12,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,7,12,0)
C0M7Y12K0 
(0%,7%,12%,0%)
(0.00/0.07/0.12/0.00)	

CMYK percentages

%0
%7.45
%11.76
%0

Codes

Color #FFECE1 in popluar color models

FFECE1
RGB255236225
HSL22°100.00%94.12%
HSB/HSV22°11.76%100.00%
CMYK0.00%7.45%11.76%
0.00%

Color #FFECE1 in popluar number systems.

HEXFFECE1
Decimal255236225
Binary111111111110110011100001
Octal377354341

Shades and tints

Shades of #FFECE1

#FFECE1
(255,236,225)
#E8D7CD
(232,215,205)
#D1C2B9
(209,194,185)
#BAADA5
(186,173,165)
#A39891
(163,152,145)
#8C837D
(140,131,125)
#756E69
(117,110,105)
#5E5955
(94,89,85)
#474441
(71,68,65)
#302F2D
(48,47,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFECE1

#FFECE1
(255,236,225)
#FFEDE3
(255,237,227)
#FFEEE5
(255,238,229)
#FFEFE7
(255,239,231)
#FFF0E9
(255,240,233)
#FFF1EB
(255,241,235)
#FFF2ED
(255,242,237)
#FFF3EF
(255,243,239)
#FFF4F1
(255,244,241)
#FFF5F3
(255,245,243)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECE1; }

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

This text font color is #FFECE1.


Background Color

.myBgColor { background-color: #FFECE1; }

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

This div background color is #FFECE1.


Border color

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

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

This div border color is #FFECE1.


Opacity

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

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

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

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

This text has shadow with #FFECE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECE1 on black background.


Color preview on white background

This text has color #FFECE1 on white background.



Black color preview on #FFECE1 background

This text has black color on #FFECE1 background.


White color preview on #FFECE1 background

This text has white color on #FFECE1 background.