COLOR #F6D7EC

HEX: #F6D7EC
RGB: (246,215,236)

Color info

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

RGB color model

#F6D7EC color RGB value is (246,215,236).

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

RGB channels and saturation

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

246
215
236

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

Portions of RGB colors in percentages

R + G + B =
246 + 215 + 236 = 697 (100%)
R 246 of 697 ~ 35.29%
G 215 of 697 ~ 30.85%
B 236 of 697 ~ 33.86%

%35.29
%30.85
%33.86

CMYK color model

#F6D7EC color CMYK value is (0,13,4,4).

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

CMYK percentages

%0
%12.6
%4.07
%3.53

Codes

Color #F6D7EC in popluar color models

F6D7EC
RGB246215236
HSL319°63.27%90.39%
HSB/HSV319°12.60%96.47%
CMYK0.00%12.60%4.07%
3.53%

Color #F6D7EC in popluar number systems.

HEXF6D7EC
Decimal246215236
Binary111101101101011111101100
Octal366327354

Shades and tints

Shades of #F6D7EC

#F6D7EC
(246,215,236)
#E0C4D7
(224,196,215)
#CAB1C2
(202,177,194)
#B49EAD
(180,158,173)
#9E8B98
(158,139,152)
#887883
(136,120,131)
#72656E
(114,101,110)
#5C5259
(92,82,89)
#463F44
(70,63,68)
#302C2F
(48,44,47)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #F6D7EC

#F6D7EC
(246,215,236)
#F6DAED
(246,218,237)
#F6DDEE
(246,221,238)
#F6E0EF
(246,224,239)
#F6E3F0
(246,227,240)
#F6E6F1
(246,230,241)
#F6E9F2
(246,233,242)
#F6ECF3
(246,236,243)
#F6EFF4
(246,239,244)
#F6F2F5
(246,242,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D7EC; }

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

This text font color is #F6D7EC.


Background Color

.myBgColor { background-color: #F6D7EC; }

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

This div background color is #F6D7EC.


Border color

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

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

This div border color is #F6D7EC.


Opacity

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

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

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

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

This text has shadow with #F6D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D7EC on black background.


Color preview on white background

This text has color #F6D7EC on white background.



Black color preview on #F6D7EC background

This text has black color on #F6D7EC background.


White color preview on #F6D7EC background

This text has white color on #F6D7EC background.