COLOR #F6E5EC

HEX: #F6E5EC RGB: (246,229,236)

Color info

#F6E5EC contains red, green and blue colors in about the same proportion. Web safe color of #F6E5EC is #FFCCFF (or #FCF).

RGB color model

#F6E5EC color RGB value is (246,229,236).

RGB: (246,229,236) (96%, 90%, 93%)

RGB channels and saturation

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

246
229
236

R + G + B ~ 93%. #F6E5EC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 229 + 236 = 711 (100%)
R 246 of 711 ~ 34.6%
G 229 of 711 ~ 32.21%
B 236 of 711 ~ 33.19'%

%34.6
%32.21
%33.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 4.07%
  • key color value is 3.53%

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

CMYK percentages

%0
%6.91
%4.07
%3.53

Codes

Color #F6E5EC in popluar color models

F6 E5 EC
RGB 246 229 236
HSL 335° 48.57% 93.14%
HSB/HSV 335° 6.91% 96.47%
CMYK 0.00% 6.91% 4.07%
3.53%

Color #F6E5EC in popluar number systems.

HEX F6 E5 EC
Decimal 246 229 236
Binary 11110110 11100101 11101100
Octal 366 345 354

Shades and tints

Shades of #F6E5EC

#F6E5EC
(246,229,236)
#E0D1D7
(224,209,215)
#CABDC2
(202,189,194)
#B4A9AD
(180,169,173)
#9E9598
(158,149,152)
#888183
(136,129,131)
#726D6E
(114,109,110)
#5C5959
(92,89,89)
#464544
(70,69,68)
#30312F
(48,49,47)
#1A1D1A
(26,29,26)
#000000
(0,0,0)

Tints of #F6E5EC

#F6E5EC
(246,229,236)
#F6E7ED
(246,231,237)
#F6E9EE
(246,233,238)
#F6EBEF
(246,235,239)
#F6EDF0
(246,237,240)
#F6EFF1
(246,239,241)
#F6F1F2
(246,241,242)
#F6F3F3
(246,243,243)
#F6F5F4
(246,245,244)
#F6F7F5
(246,247,245)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E5EC; }

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

This text font color is #F6E5EC.

Background Color

.myBgColor { background-color: #F6E5EC; }

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

This div background color is #F6E5EC.

Border color

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

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

This div border color is #F6E5EC.

Opacity

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

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

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

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

This text has shadow with #F6E5EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E5EC.

Preview

Color preview on black background

This text has color #F6E5EC on black background.


Color preview on white background

This text has color #F6E5EC on white background.


Black color preview on #F6E5EC background

This text has black color on #F6E5EC background.


White color preview on #F6E5EC background

This text has white color on #F6E5EC background.


Related colors

Complementary color

Complementary color for #hex is #091A13.


I love getcolorcode.com

Triadic colors

1 #ECF6E5 and #E5ECF6 with #F6E5EC are triadic colors.

2 #ECE5F6 and #E5F6EC with #F6E5EC are triadic colors.