COLOR #F6C9DD

HEX: #F6C9DD RGB: (246,201,221)

Color info

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

RGB color model

#F6C9DD color RGB value is (246,201,221).

RGB: (246,201,221) (96%, 79%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 221 of 255 = 87%

246
201
221

R + G + B ~ 87%. #F6C9DD is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 201 + 221 = 668 (100%)
R 246 of 668 ~ 36.83%
G 201 of 668 ~ 30.09%
B 221 of 668 ~ 33.08'%

%36.83
%30.09
%33.08

CMYK color model

#F6C9DD color CMYK value is (0,18,10,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (0,18,10,4)
C0M18Y10K4 (0%, 18%, 10%, 4%)
(0.00 / 0.18 / 0.10 / 0.04)

CMYK percentages

%0
%18.29
%10.16
%3.53

Codes

Color #F6C9DD in popluar color models

F6 C9 DD
RGB 246 201 221
HSL 333° 71.43% 87.65%
HSB/HSV 333° 18.29% 96.47%
CMYK 0.00% 18.29% 10.16%
3.53%

Color #F6C9DD in popluar number systems.

HEX F6 C9 DD
Decimal 246 201 221
Binary 11110110 11001001 11011101
Octal 366 311 335

Shades and tints

Shades of #F6C9DD

#F6C9DD
(246,201,221)
#E0B7C9
(224,183,201)
#CAA5B5
(202,165,181)
#B493A1
(180,147,161)
#9E818D
(158,129,141)
#886F79
(136,111,121)
#725D65
(114,93,101)
#5C4B51
(92,75,81)
#46393D
(70,57,61)
#302729
(48,39,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #F6C9DD

#F6C9DD
(246,201,221)
#F6CDE0
(246,205,224)
#F6D1E3
(246,209,227)
#F6D5E6
(246,213,230)
#F6D9E9
(246,217,233)
#F6DDEC
(246,221,236)
#F6E1EF
(246,225,239)
#F6E5F2
(246,229,242)
#F6E9F5
(246,233,245)
#F6EDF8
(246,237,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C9DD color. Also use rgb(246,201,221) instead hex code.

Text Font Color

.myTextColor { color: #F6C9DD; }

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

This text font color is #F6C9DD.

Background Color

.myBgColor { background-color: #F6C9DD; }

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

This div background color is #F6C9DD.

Border color

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

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

This div border color is #F6C9DD.

Opacity

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

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

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

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

This text has shadow with #F6C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C9DD.

Preview

Color preview on black background

This text has color #F6C9DD on black background.


Color preview on white background

This text has color #F6C9DD on white background.


Black color preview on #F6C9DD background

This text has black color on #F6C9DD background.


White color preview on #F6C9DD background

This text has white color on #F6C9DD background.


Related colors

Complementary color

Complementary color for #hex is #093622.


I love getcolorcode.com

Triadic colors

1 #DDF6C9 and #C9DDF6 with #F6C9DD are triadic colors.

2 #DDC9F6 and #C9F6DD with #F6C9DD are triadic colors.