COLOR #F6C9CF

HEX: #F6C9CF RGB: (246,201,207)

Color info

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

RGB color model

#F6C9CF color RGB value is (246,201,207).

RGB: (246,201,207) (96%, 79%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 201 of 255 = 79%
B 207 of 255 = 81%

246
201
207

R + G + B ~ 85%. #F6C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 201 + 207 = 654 (100%)
R 246 of 654 ~ 37.61%
G 201 of 654 ~ 30.73%
B 207 of 654 ~ 31.65'%

%37.61
%30.73
%31.65

CMYK color model

#F6C9CF color CMYK value is (0,18,16,4).

  • cyan value is 0.00%
  • magenta value is 18.29%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK: (0,18,16,4) C0M18Y16K4 (0%,18%,16%,4%) (0.00/0.18/0.16/0.04) 

CMYK percentages

%0
%18.29
%15.85
%3.53

Codes

Color #F6C9CF in popluar color models

F6 C9 CF
RGB 246 201 207
HSL 352° 71.43% 87.65%
HSB/HSV 352° 18.29% 96.47%
CMYK 0.00% 18.29% 15.85%
3.53%

Color #F6C9CF in popluar number systems.

HEX F6 C9 CF
Decimal 246 201 207
Binary 11110110 11001001 11001111
Octal 366 311 317

Shades and tints

Shades of #F6C9CF

#F6C9CF
(246,201,207)
#E0B7BD
(224,183,189)
#CAA5AB
(202,165,171)
#B49399
(180,147,153)
#9E8187
(158,129,135)
#886F75
(136,111,117)
#725D63
(114,93,99)
#5C4B51
(92,75,81)
#46393F
(70,57,63)
#30272D
(48,39,45)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #F6C9CF

#F6C9CF
(246,201,207)
#F6CDD3
(246,205,211)
#F6D1D7
(246,209,215)
#F6D5DB
(246,213,219)
#F6D9DF
(246,217,223)
#F6DDE3
(246,221,227)
#F6E1E7
(246,225,231)
#F6E5EB
(246,229,235)
#F6E9EF
(246,233,239)
#F6EDF3
(246,237,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C9CF; }

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

This text font color is #F6C9CF.

Background Color

.myBgColor { background-color: #F6C9CF; }

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

This div background color is #F6C9CF.

Border color

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

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

This div border color is #F6C9CF.

Opacity

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

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

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

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

This text has shadow with #F6C9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C9CF.

Preview

Color preview on black background

This text has color #F6C9CF on black background.


Color preview on white background

This text has color #F6C9CF on white background.


Black color preview on #F6C9CF background

This text has black color on #F6C9CF background.


White color preview on #F6C9CF background

This text has white color on #F6C9CF background.


Related colors

Complementary color

Complementary color for #hex is #093630.


I love getcolorcode.com

Triadic colors

1 #CFF6C9 and #C9CFF6 with #F6C9CF are triadic colors.

2 #CFC9F6 and #C9F6CF with #F6C9CF are triadic colors.