COLOR #F6C1CE

HEX: #F6C1CE
RGB: (246,193,206)

Color info

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

RGB color model

#F6C1CE color RGB value is (246,193,206).

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

RGB channels and saturation

R 246 of 255 = 96%
G 193 of 255 = 76%
B 206 of 255 = 81%

246
193
206

R + G + B ~ 84%. #F6C1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 193 + 206 = 645 (100%)
R 246 of 645 ~ 38.14%
G 193 of 645 ~ 29.92%
B 206 of 645 ~ 31.94%

%38.14
%29.92
%31.94

CMYK color model

#F6C1CE color CMYK value is (0,22,16,4).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,22,16,4)
C0M22Y16K4 
(0%,22%,16%,4%)
(0.00/0.22/0.16/0.04)	

CMYK percentages

%0
%21.54
%16.26
%3.53

Codes

Color #F6C1CE in popluar color models

F6C1CE
RGB246193206
HSL345°74.65%86.08%
HSB/HSV345°21.54%96.47%
CMYK0.00%21.54%16.26%
3.53%

Color #F6C1CE in popluar number systems.

HEXF6C1CE
Decimal246193206
Binary111101101100000111001110
Octal366301316

Shades and tints

Shades of #F6C1CE

#F6C1CE
(246,193,206)
#E0B0BC
(224,176,188)
#CA9FAA
(202,159,170)
#B48E98
(180,142,152)
#9E7D86
(158,125,134)
#886C74
(136,108,116)
#725B62
(114,91,98)
#5C4A50
(92,74,80)
#46393E
(70,57,62)
#30282C
(48,40,44)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6C1CE

#F6C1CE
(246,193,206)
#F6C6D2
(246,198,210)
#F6CBD6
(246,203,214)
#F6D0DA
(246,208,218)
#F6D5DE
(246,213,222)
#F6DAE2
(246,218,226)
#F6DFE6
(246,223,230)
#F6E4EA
(246,228,234)
#F6E9EE
(246,233,238)
#F6EEF2
(246,238,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C1CE; }

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

This text font color is #F6C1CE.


Background Color

.myBgColor { background-color: #F6C1CE; }

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

This div background color is #F6C1CE.


Border color

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

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

This div border color is #F6C1CE.


Opacity

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

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

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

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

This text has shadow with #F6C1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C1CE on black background.


Color preview on white background

This text has color #F6C1CE on white background.



Black color preview on #F6C1CE background

This text has black color on #F6C1CE background.


White color preview on #F6C1CE background

This text has white color on #F6C1CE background.