COLOR #F2ECFF

HEX: #F2ECFF
RGB: (242,236,255)

Color info

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

RGB color model

#F2ECFF color RGB value is (242,236,255).

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

RGB channels and saturation

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

242
236
255

R + G + B ~ 96%. #F2ECFF is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 236 + 255 = 733 (100%)
R 242 of 733 ~ 33.02%
G 236 of 733 ~ 32.2%
B 255 of 733 ~ 34.79%

%33.02
%32.2
%34.79

CMYK color model

#F2ECFF color CMYK value is (5,7,0,0).

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

CMYK percentages

%5.1
%7.45
%0
%0

Codes

Color #F2ECFF in popluar color models

F2ECFF
RGB242236255
HSL259°100.00%96.27%
HSB/HSV259°7.45%100.00%
CMYK5.10%7.45%0.00%
0.00%

Color #F2ECFF in popluar number systems.

HEXF2ECFF
Decimal242236255
Binary111100101110110011111111
Octal362354377

Shades and tints

Shades of #F2ECFF

#F2ECFF
(242,236,255)
#DCD7E8
(220,215,232)
#C6C2D1
(198,194,209)
#B0ADBA
(176,173,186)
#9A98A3
(154,152,163)
#84838C
(132,131,140)
#6E6E75
(110,110,117)
#58595E
(88,89,94)
#424447
(66,68,71)
#2C2F30
(44,47,48)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #F2ECFF

#F2ECFF
(242,236,255)
#F3EDFF
(243,237,255)
#F4EEFF
(244,238,255)
#F5EFFF
(245,239,255)
#F6F0FF
(246,240,255)
#F7F1FF
(247,241,255)
#F8F2FF
(248,242,255)
#F9F3FF
(249,243,255)
#FAF4FF
(250,244,255)
#FBF5FF
(251,245,255)
#FCF6FF
(252,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2ECFF; }

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

This text font color is #F2ECFF.


Background Color

.myBgColor { background-color: #F2ECFF; }

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

This div background color is #F2ECFF.


Border color

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

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

This div border color is #F2ECFF.


Opacity

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

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

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

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

This text has shadow with #F2ECFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2ECFF on black background.


Color preview on white background

This text has color #F2ECFF on white background.



Black color preview on #F2ECFF background

This text has black color on #F2ECFF background.


White color preview on #F2ECFF background

This text has white color on #F2ECFF background.