COLOR #F6D4EC

HEX: #F6D4EC
RGB: (246,212,236)

Color info

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

RGB color model

#F6D4EC color RGB value is (246,212,236).

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

RGB channels and saturation

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

246
212
236

R + G + B ~ 91%. #F6D4EC is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 212 + 236 = 694 (100%)
R 246 of 694 ~ 35.45%
G 212 of 694 ~ 30.55%
B 236 of 694 ~ 34.01%

%35.45
%30.55
%34.01

CMYK color model

#F6D4EC color CMYK value is (0,14,4,4).

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

CMYK percentages

%0
%13.82
%4.07
%3.53

Codes

Color #F6D4EC in popluar color models

F6D4EC
RGB246212236
HSL318°65.38%89.80%
HSB/HSV318°13.82%96.47%
CMYK0.00%13.82%4.07%
3.53%

Color #F6D4EC in popluar number systems.

HEXF6D4EC
Decimal246212236
Binary111101101101010011101100
Octal366324354

Shades and tints

Shades of #F6D4EC

#F6D4EC
(246,212,236)
#E0C1D7
(224,193,215)
#CAAEC2
(202,174,194)
#B49BAD
(180,155,173)
#9E8898
(158,136,152)
#887583
(136,117,131)
#72626E
(114,98,110)
#5C4F59
(92,79,89)
#463C44
(70,60,68)
#30292F
(48,41,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #F6D4EC

#F6D4EC
(246,212,236)
#F6D7ED
(246,215,237)
#F6DAEE
(246,218,238)
#F6DDEF
(246,221,239)
#F6E0F0
(246,224,240)
#F6E3F1
(246,227,241)
#F6E6F2
(246,230,242)
#F6E9F3
(246,233,243)
#F6ECF4
(246,236,244)
#F6EFF5
(246,239,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4EC; }

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

This text font color is #F6D4EC.


Background Color

.myBgColor { background-color: #F6D4EC; }

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

This div background color is #F6D4EC.


Border color

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

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

This div border color is #F6D4EC.


Opacity

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

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

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

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

This text has shadow with #F6D4EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4EC on black background.


Color preview on white background

This text has color #F6D4EC on white background.



Black color preview on #F6D4EC background

This text has black color on #F6D4EC background.


White color preview on #F6D4EC background

This text has white color on #F6D4EC background.