COLOR #FFECFF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
236
255

R + G + B ~ 98%. #FFECFF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 255 = 746 (100%)
R 255 of 746 ~ 34.18%
G 236 of 746 ~ 31.64%
B 255 of 746 ~ 34.18%

%34.18
%31.64
%34.18

CMYK color model

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

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

CMYK percentages

%0
%7.45
%0
%0

Codes

Color #FFECFF in popluar color models

FFECFF
RGB255236255
HSL300°100.00%96.27%
HSB/HSV300°7.45%100.00%
CMYK0.00%7.45%0.00%
0.00%

Color #FFECFF in popluar number systems.

HEXFFECFF
Decimal255236255
Binary111111111110110011111111
Octal377354377

Shades and tints

Shades of #FFECFF

#FFECFF
(255,236,255)
#E8D7E8
(232,215,232)
#D1C2D1
(209,194,209)
#BAADBA
(186,173,186)
#A398A3
(163,152,163)
#8C838C
(140,131,140)
#756E75
(117,110,117)
#5E595E
(94,89,94)
#474447
(71,68,71)
#302F30
(48,47,48)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFECFF

#FFECFF
(255,236,255)
#FFEDFF
(255,237,255)
#FFEEFF
(255,238,255)
#FFEFFF
(255,239,255)
#FFF0FF
(255,240,255)
#FFF1FF
(255,241,255)
#FFF2FF
(255,242,255)
#FFF3FF
(255,243,255)
#FFF4FF
(255,244,255)
#FFF5FF
(255,245,255)
#FFF6FF
(255,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECFF; }

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

This text font color is #FFECFF.


Background Color

.myBgColor { background-color: #FFECFF; }

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

This div background color is #FFECFF.


Border color

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

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

This div border color is #FFECFF.


Opacity

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

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

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

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

This text has shadow with #FFECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECFF on black background.


Color preview on white background

This text has color #FFECFF on white background.



Black color preview on #FFECFF background

This text has black color on #FFECFF background.


White color preview on #FFECFF background

This text has white color on #FFECFF background.