COLOR #F6D6EC

HEX: #F6D6EC
RGB: (246,214,236)

Color info

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

RGB color model

#F6D6EC color RGB value is (246,214,236).

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

RGB channels and saturation

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

246
214
236

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

Portions of RGB colors in percentages

R + G + B =
246 + 214 + 236 = 696 (100%)
R 246 of 696 ~ 35.34%
G 214 of 696 ~ 30.75%
B 236 of 696 ~ 33.91%

%35.34
%30.75
%33.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.01%
  • 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
%13.01
%4.07
%3.53

Codes

Color #F6D6EC in popluar color models

F6D6EC
RGB246214236
HSL319°64.00%90.20%
HSB/HSV319°13.01%96.47%
CMYK0.00%13.01%4.07%
3.53%

Color #F6D6EC in popluar number systems.

HEXF6D6EC
Decimal246214236
Binary111101101101011011101100
Octal366326354

Shades and tints

Shades of #F6D6EC

#F6D6EC
(246,214,236)
#E0C3D7
(224,195,215)
#CAB0C2
(202,176,194)
#B49DAD
(180,157,173)
#9E8A98
(158,138,152)
#887783
(136,119,131)
#72646E
(114,100,110)
#5C5159
(92,81,89)
#463E44
(70,62,68)
#302B2F
(48,43,47)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6D6EC

#F6D6EC
(246,214,236)
#F6D9ED
(246,217,237)
#F6DCEE
(246,220,238)
#F6DFEF
(246,223,239)
#F6E2F0
(246,226,240)
#F6E5F1
(246,229,241)
#F6E8F2
(246,232,242)
#F6EBF3
(246,235,243)
#F6EEF4
(246,238,244)
#F6F1F5
(246,241,245)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D6EC; }

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

This text font color is #F6D6EC.


Background Color

.myBgColor { background-color: #F6D6EC; }

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

This div background color is #F6D6EC.


Border color

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

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

This div border color is #F6D6EC.


Opacity

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

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

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

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

This text has shadow with #F6D6EC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6D6EC on black background.


Color preview on white background

This text has color #F6D6EC on white background.



Black color preview on #F6D6EC background

This text has black color on #F6D6EC background.


White color preview on #F6D6EC background

This text has white color on #F6D6EC background.