COLOR #F6D6E7

HEX: #F6D6E7 RGB: (246,214,231)

Color info

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

RGB color model

#F6D6E7 color RGB value is (246,214,231).

RGB: (246,214,231) (96%, 84%, 91%)

RGB channels and saturation

R 246 of 255 = 96%
G 214 of 255 = 84%
B 231 of 255 = 91%

246
214
231

R + G + B ~ 90%. #F6D6E7 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 214 + 231 = 691 (100%)
R 246 of 691 ~ 35.6%
G 214 of 691 ~ 30.97%
B 231 of 691 ~ 33.43'%

%35.6
%30.97
%33.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 6.10%
  • key color value is 3.53%
CMYK: (0,13,6,4) C0M13Y6K4 (0%,13%,6%,4%) (0.00/0.13/0.06/0.04) 

CMYK percentages

%0
%13.01
%6.1
%3.53

Codes

Color #F6D6E7 in popluar color models

F6 D6 E7
RGB 246 214 231
HSL 328° 64.00% 90.20%
HSB/HSV 328° 13.01% 96.47%
CMYK 0.00% 13.01% 6.10%
3.53%

Color #F6D6E7 in popluar number systems.

HEX F6 D6 E7
Decimal 246 214 231
Binary 11110110 11010110 11100111
Octal 366 326 347

Shades and tints

Shades of #F6D6E7

#F6D6E7
(246,214,231)
#E0C3D2
(224,195,210)
#CAB0BD
(202,176,189)
#B49DA8
(180,157,168)
#9E8A93
(158,138,147)
#88777E
(136,119,126)
#726469
(114,100,105)
#5C5154
(92,81,84)
#463E3F
(70,62,63)
#302B2A
(48,43,42)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6D6E7

#F6D6E7
(246,214,231)
#F6D9E9
(246,217,233)
#F6DCEB
(246,220,235)
#F6DFED
(246,223,237)
#F6E2EF
(246,226,239)
#F6E5F1
(246,229,241)
#F6E8F3
(246,232,243)
#F6EBF5
(246,235,245)
#F6EEF7
(246,238,247)
#F6F1F9
(246,241,249)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D6E7; }

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

This text font color is #F6D6E7.

Background Color

.myBgColor { background-color: #F6D6E7; }

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

This div background color is #F6D6E7.

Border color

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

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

This div border color is #F6D6E7.

Opacity

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

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

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

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

This text has shadow with #F6D6E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D6E7.

Preview

Color preview on black background

This text has color #F6D6E7 on black background.


Color preview on white background

This text has color #F6D6E7 on white background.


Black color preview on #F6D6E7 background

This text has black color on #F6D6E7 background.


White color preview on #F6D6E7 background

This text has white color on #F6D6E7 background.


Related colors

Complementary color

Complementary color for #hex is #092918.


I love getcolorcode.com

Triadic colors

1 #E7F6D6 and #D6E7F6 with #F6D6E7 are triadic colors.

2 #E7D6F6 and #D6F6E7 with #F6D6E7 are triadic colors.