COLOR #FFECEC

HEX: #FFECEC
RGB: (255,236,236)

Color info

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

RGB color model

#FFECEC color RGB value is (255,236,236).

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

RGB channels and saturation

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

255
236
236

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

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 236 = 727 (100%)
R 255 of 727 ~ 35.08%
G 236 of 727 ~ 32.46%
B 236 of 727 ~ 32.46%

%35.08
%32.46
%32.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 7.45%
  • 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
%7.45
%0

Codes

Color #FFECEC in popluar color models

FFECEC
RGB255236236
HSL100.00%96.27%
HSB/HSV7.45%100.00%
CMYK0.00%7.45%7.45%
0.00%

Color #FFECEC in popluar number systems.

HEXFFECEC
Decimal255236236
Binary111111111110110011101100
Octal377354354

Shades and tints

Shades of #FFECEC

#FFECEC
(255,236,236)
#E8D7D7
(232,215,215)
#D1C2C2
(209,194,194)
#BAADAD
(186,173,173)
#A39898
(163,152,152)
#8C8383
(140,131,131)
#756E6E
(117,110,110)
#5E5959
(94,89,89)
#474444
(71,68,68)
#302F2F
(48,47,47)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFECEC

#FFECEC
(255,236,236)
#FFEDED
(255,237,237)
#FFEEEE
(255,238,238)
#FFEFEF
(255,239,239)
#FFF0F0
(255,240,240)
#FFF1F1
(255,241,241)
#FFF2F2
(255,242,242)
#FFF3F3
(255,243,243)
#FFF4F4
(255,244,244)
#FFF5F5
(255,245,245)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECEC; }

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

This text font color is #FFECEC.


Background Color

.myBgColor { background-color: #FFECEC; }

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

This div background color is #FFECEC.


Border color

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

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

This div border color is #FFECEC.


Opacity

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

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

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

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

This text has shadow with #FFECEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECEC on black background.


Color preview on white background

This text has color #FFECEC on white background.



Black color preview on #FFECEC background

This text has black color on #FFECEC background.


White color preview on #FFECEC background

This text has white color on #FFECEC background.