COLOR #F6ECFF

HEX: #F6ECFF RGB: (246,236,255)

Color info

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

RGB color model

#F6ECFF color RGB value is (246,236,255).

RGB: (246,236,255) (96%, 93%, 100%)

RGB channels and saturation

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

246
236
255

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

Portions of RGB colors in percentages

R + G + B = 246 + 236 + 255 = 737 (100%)
R 246 of 737 ~ 33.38%
G 236 of 737 ~ 32.02%
B 255 of 737 ~ 34.6'%

%33.38
%32.02
%34.6

CMYK color model

#F6ECFF color CMYK value is (4,7,0,0).

  • cyan value is 3.53%
  • magenta value is 7.45%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,7,0,0)
C4M7Y0K0 (4%, 7%, 0%, 0%)
(0.04 / 0.07 / 0.00 / 0.00)

CMYK percentages

%3.53
%7.45
%0
%0

Codes

Color #F6ECFF in popluar color models

F6 EC FF
RGB 246 236 255
HSL 272° 100.00% 96.27%
HSB/HSV 272° 7.45% 100.00%
CMYK 3.53% 7.45% 0.00%
0.00%

Color #F6ECFF in popluar number systems.

HEX F6 EC FF
Decimal 246 236 255
Binary 11110110 11101100 11111111
Octal 366 354 377

Shades and tints

Shades of #F6ECFF

#F6ECFF
(246,236,255)
#E0D7E8
(224,215,232)
#CAC2D1
(202,194,209)
#B4ADBA
(180,173,186)
#9E98A3
(158,152,163)
#88838C
(136,131,140)
#726E75
(114,110,117)
#5C595E
(92,89,94)
#464447
(70,68,71)
#302F30
(48,47,48)
#1A1A19
(26,26,25)
#000000
(0,0,0)

Tints of #F6ECFF

#F6ECFF
(246,236,255)
#F6EDFF
(246,237,255)
#F6EEFF
(246,238,255)
#F6EFFF
(246,239,255)
#F6F0FF
(246,240,255)
#F6F1FF
(246,241,255)
#F6F2FF
(246,242,255)
#F6F3FF
(246,243,255)
#F6F4FF
(246,244,255)
#F6F5FF
(246,245,255)
#F6F6FF
(246,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ECFF; }

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

This text font color is #F6ECFF.

Background Color

.myBgColor { background-color: #F6ECFF; }

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

This div background color is #F6ECFF.

Border color

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

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

This div border color is #F6ECFF.

Opacity

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

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

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

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

This text has shadow with #F6ECFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6ECFF.

Preview

Color preview on black background

This text has color #F6ECFF on black background.


Color preview on white background

This text has color #F6ECFF on white background.


Black color preview on #F6ECFF background

This text has black color on #F6ECFF background.


White color preview on #F6ECFF background

This text has white color on #F6ECFF background.


Related colors

Complementary color

Complementary color for #hex is #091300.


I love getcolorcode.com

Triadic colors

1 #FFF6EC and #ECFFF6 with #F6ECFF are triadic colors.

2 #FFECF6 and #ECF6FF with #F6ECFF are triadic colors.