COLOR #F6C6CE

HEX: #F6C6CE
RGB: (246,198,206)

Color info

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

RGB color model

#F6C6CE color RGB value is (246,198,206).

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

RGB channels and saturation

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

246
198
206

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

Portions of RGB colors in percentages

R + G + B =
246 + 198 + 206 = 650 (100%)
R 246 of 650 ~ 37.85%
G 198 of 650 ~ 30.46%
B 206 of 650 ~ 31.69%

%37.85
%30.46
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.51%
  • yellow value is 16.26%
  • 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
%16.26
%3.53

Codes

Color #F6C6CE in popluar color models

F6C6CE
RGB246198206
HSL350°72.73%87.06%
HSB/HSV350°19.51%96.47%
CMYK0.00%19.51%16.26%
3.53%

Color #F6C6CE in popluar number systems.

HEXF6C6CE
Decimal246198206
Binary111101101100011011001110
Octal366306316

Shades and tints

Shades of #F6C6CE

#F6C6CE
(246,198,206)
#E0B4BC
(224,180,188)
#CAA2AA
(202,162,170)
#B49098
(180,144,152)
#9E7E86
(158,126,134)
#886C74
(136,108,116)
#725A62
(114,90,98)
#5C4850
(92,72,80)
#46363E
(70,54,62)
#30242C
(48,36,44)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #F6C6CE

#F6C6CE
(246,198,206)
#F6CBD2
(246,203,210)
#F6D0D6
(246,208,214)
#F6D5DA
(246,213,218)
#F6DADE
(246,218,222)
#F6DFE2
(246,223,226)
#F6E4E6
(246,228,230)
#F6E9EA
(246,233,234)
#F6EEEE
(246,238,238)
#F6F3F2
(246,243,242)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C6CE; }

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

This text font color is #F6C6CE.


Background Color

.myBgColor { background-color: #F6C6CE; }

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

This div background color is #F6C6CE.


Border color

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

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

This div border color is #F6C6CE.


Opacity

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

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

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

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

This text has shadow with #F6C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6CE on black background.


Color preview on white background

This text has color #F6C6CE on white background.



Black color preview on #F6C6CE background

This text has black color on #F6C6CE background.


White color preview on #F6C6CE background

This text has white color on #F6C6CE background.