COLOR #F6ECF6

HEX: #F6ECF6
RGB: (246,236,246)

Color info

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

RGB color model

#F6ECF6 color RGB value is (246,236,246).

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

RGB channels and saturation

R 246 of 255 = 96%
G 236 of 255 = 93%
B 246 of 255 = 96%

246
236
246

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

Portions of RGB colors in percentages

R + G + B =
246 + 236 + 246 = 728 (100%)
R 246 of 728 ~ 33.79%
G 236 of 728 ~ 32.42%
B 246 of 728 ~ 33.79%

%33.79
%32.42
%33.79

CMYK color model

#F6ECF6 color CMYK value is (0,4,0,4).

  • cyan value is 0.00%
  • magenta value is 4.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(0,4,0,4)
C0M4Y0K4 
(0%,4%,0%,4%)
(0.00/0.04/0.00/0.04)	

CMYK percentages

%0
%4.07
%0
%3.53

Codes

Color #F6ECF6 in popluar color models

F6ECF6
RGB246236246
HSL300°35.71%94.51%
HSB/HSV300°4.07%96.47%
CMYK0.00%4.07%0.00%
3.53%

Color #F6ECF6 in popluar number systems.

HEXF6ECF6
Decimal246236246
Binary111101101110110011110110
Octal366354366

Shades and tints

Shades of #F6ECF6

#F6ECF6
(246,236,246)
#E0D7E0
(224,215,224)
#CAC2CA
(202,194,202)
#B4ADB4
(180,173,180)
#9E989E
(158,152,158)
#888388
(136,131,136)
#726E72
(114,110,114)
#5C595C
(92,89,92)
#464446
(70,68,70)
#302F30
(48,47,48)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #F6ECF6

#F6ECF6
(246,236,246)
#F6EDF6
(246,237,246)
#F6EEF6
(246,238,246)
#F6EFF6
(246,239,246)
#F6F0F6
(246,240,246)
#F6F1F6
(246,241,246)
#F6F2F6
(246,242,246)
#F6F3F6
(246,243,246)
#F6F4F6
(246,244,246)
#F6F5F6
(246,245,246)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ECF6; }

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

This text font color is #F6ECF6.


Background Color

.myBgColor { background-color: #F6ECF6; }

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

This div background color is #F6ECF6.


Border color

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

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

This div border color is #F6ECF6.


Opacity

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

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

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

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

This text has shadow with #F6ECF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ECF6 on black background.


Color preview on white background

This text has color #F6ECF6 on white background.



Black color preview on #F6ECF6 background

This text has black color on #F6ECF6 background.


White color preview on #F6ECF6 background

This text has white color on #F6ECF6 background.