COLOR #F6D1DC

HEX: #F6D1DC RGB: (246,209,220)

Color info

#F6D1DC contains red, green and blue colors in about the same proportion. Web safe color of #F6D1DC is #FFCCCC (or #FCC).

RGB color model

#F6D1DC color RGB value is (246,209,220).

RGB: (246,209,220) (96%, 82%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 209 of 255 = 82%
B 220 of 255 = 86%

246
209
220

R + G + B ~ 88%. #F6D1DC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 209 + 220 = 675 (100%)
R 246 of 675 ~ 36.44%
G 209 of 675 ~ 30.96%
B 220 of 675 ~ 32.59'%

%36.44
%30.96
%32.59

CMYK color model

#F6D1DC color CMYK value is (0,15,11,4).

  • cyan value is 0.00%
  • magenta value is 15.04%
  • yellow value is 10.57%
  • key color value is 3.53%

CMYK: (0,15,11,4)
C0M15Y11K4 (0%, 15%, 11%, 4%)
(0.00 / 0.15 / 0.11 / 0.04)

CMYK percentages

%0
%15.04
%10.57
%3.53

Codes

Color #F6D1DC in popluar color models

F6 D1 DC
RGB 246 209 220
HSL 342° 67.27% 89.22%
HSB/HSV 342° 15.04% 96.47%
CMYK 0.00% 15.04% 10.57%
3.53%

Color #F6D1DC in popluar number systems.

HEX F6 D1 DC
Decimal 246 209 220
Binary 11110110 11010001 11011100
Octal 366 321 334

Shades and tints

Shades of #F6D1DC

#F6D1DC
(246,209,220)
#E0BEC8
(224,190,200)
#CAABB4
(202,171,180)
#B498A0
(180,152,160)
#9E858C
(158,133,140)
#887278
(136,114,120)
#725F64
(114,95,100)
#5C4C50
(92,76,80)
#46393C
(70,57,60)
#302628
(48,38,40)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #F6D1DC

#F6D1DC
(246,209,220)
#F6D5DF
(246,213,223)
#F6D9E2
(246,217,226)
#F6DDE5
(246,221,229)
#F6E1E8
(246,225,232)
#F6E5EB
(246,229,235)
#F6E9EE
(246,233,238)
#F6EDF1
(246,237,241)
#F6F1F4
(246,241,244)
#F6F5F7
(246,245,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D1DC color. Also use rgb(246,209,220) instead hex code.

Text Font Color

.myTextColor { color: #F6D1DC; }

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

This text font color is #F6D1DC.

Background Color

.myBgColor { background-color: #F6D1DC; }

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

This div background color is #F6D1DC.

Border color

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

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

This div border color is #F6D1DC.

Opacity

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

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

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

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

This text has shadow with #F6D1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D1DC.

Preview

Color preview on black background

This text has color #F6D1DC on black background.


Color preview on white background

This text has color #F6D1DC on white background.


Black color preview on #F6D1DC background

This text has black color on #F6D1DC background.


White color preview on #F6D1DC background

This text has white color on #F6D1DC background.


Related colors

Complementary color

Complementary color for #hex is #092E23.


I love getcolorcode.com

Triadic colors

1 #DCF6D1 and #D1DCF6 with #F6D1DC are triadic colors.

2 #DCD1F6 and #D1F6DC with #F6D1DC are triadic colors.