COLOR #FFECEB

HEX: #FFECEB
RGB: (255,236,235)

Color info

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

RGB color model

#FFECEB color RGB value is (255,236,235).

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

RGB channels and saturation

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

255
236
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 235 = 726 (100%)
R 255 of 726 ~ 35.12%
G 236 of 726 ~ 32.51%
B 235 of 726 ~ 32.37%

%35.12
%32.51
%32.37

CMYK color model

#FFECEB color CMYK value is (0,7,8,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,7,8,0)
C0M7Y8K0 
(0%,7%,8%,0%)
(0.00/0.07/0.08/0.00)	

CMYK percentages

%0
%7.45
%7.84
%0

Codes

Color #FFECEB in popluar color models

FFECEB
RGB255236235
HSL100.00%96.08%
HSB/HSV7.84%100.00%
CMYK0.00%7.45%7.84%
0.00%

Color #FFECEB in popluar number systems.

HEXFFECEB
Decimal255236235
Binary111111111110110011101011
Octal377354353

Shades and tints

Shades of #FFECEB

#FFECEB
(255,236,235)
#E8D7D6
(232,215,214)
#D1C2C1
(209,194,193)
#BAADAC
(186,173,172)
#A39897
(163,152,151)
#8C8382
(140,131,130)
#756E6D
(117,110,109)
#5E5958
(94,89,88)
#474443
(71,68,67)
#302F2E
(48,47,46)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFECEB

#FFECEB
(255,236,235)
#FFEDEC
(255,237,236)
#FFEEED
(255,238,237)
#FFEFEE
(255,239,238)
#FFF0EF
(255,240,239)
#FFF1F0
(255,241,240)
#FFF2F1
(255,242,241)
#FFF3F2
(255,243,242)
#FFF4F3
(255,244,243)
#FFF5F4
(255,245,244)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECEB; }

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

This text font color is #FFECEB.


Background Color

.myBgColor { background-color: #FFECEB; }

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

This div background color is #FFECEB.


Border color

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

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

This div border color is #FFECEB.


Opacity

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

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

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

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

This text has shadow with #FFECEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECEB on black background.


Color preview on white background

This text has color #FFECEB on white background.



Black color preview on #FFECEB background

This text has black color on #FFECEB background.


White color preview on #FFECEB background

This text has white color on #FFECEB background.