COLOR #FFECEE

HEX: #FFECEE
RGB: (255,236,238)

Color info

#FFECEE contains red, green and blue colors in about the same proportion. Web safe color of #FFECEE is #FFFFFF (or #FFF).

RGB color model

#FFECEE color RGB value is (255,236,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 238 of 255 = 93%

255
236
238

R + G + B ~ 95%. #FFECEE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 238 = 729 (100%)
R 255 of 729 ~ 34.98%
G 236 of 729 ~ 32.37%
B 238 of 729 ~ 32.65%

%34.98
%32.37
%32.65

CMYK color model

#FFECEE color CMYK value is (0,7,7,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,7,7,0)
C0M7Y7K0 
(0%,7%,7%,0%)
(0.00/0.07/0.07/0.00)	

CMYK percentages

%0
%7.45
%6.67
%0

Codes

Color #FFECEE in popluar color models

FFECEE
RGB255236238
HSL354°100.00%96.27%
HSB/HSV354°7.45%100.00%
CMYK0.00%7.45%6.67%
0.00%

Color #FFECEE in popluar number systems.

HEXFFECEE
Decimal255236238
Binary111111111110110011101110
Octal377354356

Shades and tints

Shades of #FFECEE

#FFECEE
(255,236,238)
#E8D7D9
(232,215,217)
#D1C2C4
(209,194,196)
#BAADAF
(186,173,175)
#A3989A
(163,152,154)
#8C8385
(140,131,133)
#756E70
(117,110,112)
#5E595B
(94,89,91)
#474446
(71,68,70)
#302F31
(48,47,49)
#191A1C
(25,26,28)
#000000
(0,0,0)

Tints of #FFECEE

#FFECEE
(255,236,238)
#FFEDEF
(255,237,239)
#FFEEF0
(255,238,240)
#FFEFF1
(255,239,241)
#FFF0F2
(255,240,242)
#FFF1F3
(255,241,243)
#FFF2F4
(255,242,244)
#FFF3F5
(255,243,245)
#FFF4F6
(255,244,246)
#FFF5F7
(255,245,247)
#FFF6F8
(255,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECEE; }

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

This text font color is #FFECEE.


Background Color

.myBgColor { background-color: #FFECEE; }

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

This div background color is #FFECEE.


Border color

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

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

This div border color is #FFECEE.


Opacity

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

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

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

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

This text has shadow with #FFECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECEE on black background.


Color preview on white background

This text has color #FFECEE on white background.



Black color preview on #FFECEE background

This text has black color on #FFECEE background.


White color preview on #FFECEE background

This text has white color on #FFECEE background.