COLOR #FFECFB

HEX: #FFECFB
RGB: (255,236,251)

Color info

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

RGB color model

#FFECFB color RGB value is (255,236,251).

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

RGB channels and saturation

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

255
236
251

R + G + B ~ 97%. #FFECFB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 251 = 742 (100%)
R 255 of 742 ~ 34.37%
G 236 of 742 ~ 31.81%
B 251 of 742 ~ 33.83%

%34.37
%31.81
%33.83

CMYK color model

#FFECFB color CMYK value is (0,7,2,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 1.57%
  • key color value is 0.00%
CMYK:
(0,7,2,0)
C0M7Y2K0 
(0%,7%,2%,0%)
(0.00/0.07/0.02/0.00)	

CMYK percentages

%0
%7.45
%1.57
%0

Codes

Color #FFECFB in popluar color models

FFECFB
RGB255236251
HSL313°100.00%96.27%
HSB/HSV313°7.45%100.00%
CMYK0.00%7.45%1.57%
0.00%

Color #FFECFB in popluar number systems.

HEXFFECFB
Decimal255236251
Binary111111111110110011111011
Octal377354373

Shades and tints

Shades of #FFECFB

#FFECFB
(255,236,251)
#E8D7E5
(232,215,229)
#D1C2CF
(209,194,207)
#BAADB9
(186,173,185)
#A398A3
(163,152,163)
#8C838D
(140,131,141)
#756E77
(117,110,119)
#5E5961
(94,89,97)
#47444B
(71,68,75)
#302F35
(48,47,53)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #FFECFB

#FFECFB
(255,236,251)
#FFEDFB
(255,237,251)
#FFEEFB
(255,238,251)
#FFEFFB
(255,239,251)
#FFF0FB
(255,240,251)
#FFF1FB
(255,241,251)
#FFF2FB
(255,242,251)
#FFF3FB
(255,243,251)
#FFF4FB
(255,244,251)
#FFF5FB
(255,245,251)
#FFF6FB
(255,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECFB; }

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

This text font color is #FFECFB.


Background Color

.myBgColor { background-color: #FFECFB; }

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

This div background color is #FFECFB.


Border color

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

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

This div border color is #FFECFB.


Opacity

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

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

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

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

This text has shadow with #FFECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECFB on black background.


Color preview on white background

This text has color #FFECFB on white background.



Black color preview on #FFECFB background

This text has black color on #FFECFB background.


White color preview on #FFECFB background

This text has white color on #FFECFB background.