COLOR #F6C6CF

HEX: #F6C6CF
RGB: (246,198,207)

Color info

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

RGB color model

#F6C6CF color RGB value is (246,198,207).

  • red value is 246;
  • green value is 198;
  • blue value is 207.
RGB:
(246,198,207)
(96%,78%,81%)

RGB channels and saturation

R 246 of 255 = 96%
G 198 of 255 = 78%
B 207 of 255 = 81%

246
198
207

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

Portions of RGB colors in percentages

R + G + B =
246 + 198 + 207 = 651 (100%)
R 246 of 651 ~ 37.79%
G 198 of 651 ~ 30.41%
B 207 of 651 ~ 31.8%

%37.79
%30.41
%31.8

CMYK color model

#F6C6CF color CMYK value is (0,20,16,4).

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(0,20,16,4)
C0M20Y16K4 
(0%,20%,16%,4%)
(0.00/0.20/0.16/0.04)	

CMYK percentages

%0
%19.51
%15.85
%3.53

Codes

Color #F6C6CF in popluar color models

F6C6CF
RGB246198207
HSL349°72.73%87.06%
HSB/HSV349°19.51%96.47%
CMYK0.00%19.51%15.85%
3.53%

Color #F6C6CF in popluar number systems.

HEXF6C6CF
Decimal246198207
Binary111101101100011011001111
Octal366306317

Shades and tints

Shades of #F6C6CF

#F6C6CF
(246,198,207)
#E0B4BD
(224,180,189)
#CAA2AB
(202,162,171)
#B49099
(180,144,153)
#9E7E87
(158,126,135)
#886C75
(136,108,117)
#725A63
(114,90,99)
#5C4851
(92,72,81)
#46363F
(70,54,63)
#30242D
(48,36,45)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #F6C6CF

#F6C6CF
(246,198,207)
#F6CBD3
(246,203,211)
#F6D0D7
(246,208,215)
#F6D5DB
(246,213,219)
#F6DADF
(246,218,223)
#F6DFE3
(246,223,227)
#F6E4E7
(246,228,231)
#F6E9EB
(246,233,235)
#F6EEEF
(246,238,239)
#F6F3F3
(246,243,243)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C6CF; }

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

This text font color is #F6C6CF.


Background Color

.myBgColor { background-color: #F6C6CF; }

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

This div background color is #F6C6CF.


Border color

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

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

This div border color is #F6C6CF.


Opacity

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

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

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

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

This text has shadow with #F6C6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6CF on black background.


Color preview on white background

This text has color #F6C6CF on white background.



Black color preview on #F6C6CF background

This text has black color on #F6C6CF background.


White color preview on #F6C6CF background

This text has white color on #F6C6CF background.