COLOR #F6E0EC

HEX: #F6E0EC
RGB: (246,224,236)

Color info

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

RGB color model

#F6E0EC color RGB value is (246,224,236).

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

RGB channels and saturation

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

246
224
236

R + G + B ~ 92%. #F6E0EC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 224 + 236 = 706 (100%)
R 246 of 706 ~ 34.84%
G 224 of 706 ~ 31.73%
B 236 of 706 ~ 33.43%

%34.84
%31.73
%33.43

CMYK color model

#F6E0EC color CMYK value is (0,9,4,4).

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

CMYK percentages

%0
%8.94
%4.07
%3.53

Codes

Color #F6E0EC in popluar color models

F6E0EC
RGB246224236
HSL327°55.00%92.16%
HSB/HSV327°8.94%96.47%
CMYK0.00%8.94%4.07%
3.53%

Color #F6E0EC in popluar number systems.

HEXF6E0EC
Decimal246224236
Binary111101101110000011101100
Octal366340354

Shades and tints

Shades of #F6E0EC

#F6E0EC
(246,224,236)
#E0CCD7
(224,204,215)
#CAB8C2
(202,184,194)
#B4A4AD
(180,164,173)
#9E9098
(158,144,152)
#887C83
(136,124,131)
#72686E
(114,104,110)
#5C5459
(92,84,89)
#464044
(70,64,68)
#302C2F
(48,44,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6E0EC

#F6E0EC
(246,224,236)
#F6E2ED
(246,226,237)
#F6E4EE
(246,228,238)
#F6E6EF
(246,230,239)
#F6E8F0
(246,232,240)
#F6EAF1
(246,234,241)
#F6ECF2
(246,236,242)
#F6EEF3
(246,238,243)
#F6F0F4
(246,240,244)
#F6F2F5
(246,242,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0EC; }

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

This text font color is #F6E0EC.


Background Color

.myBgColor { background-color: #F6E0EC; }

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

This div background color is #F6E0EC.


Border color

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

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

This div border color is #F6E0EC.


Opacity

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

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

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

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

This text has shadow with #F6E0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E0EC on black background.


Color preview on white background

This text has color #F6E0EC on white background.



Black color preview on #F6E0EC background

This text has black color on #F6E0EC background.


White color preview on #F6E0EC background

This text has white color on #F6E0EC background.