COLOR #F6A4CE

HEX: #F6A4CE
RGB: (246,164,206)

Color info

#F6A4CE contains mainly red and blue colors. Web safe color of #F6A4CE is #FF99CC (or #F9C).

RGB color model

#F6A4CE color RGB value is (246,164,206).

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

RGB channels and saturation

R 246 of 255 = 96%
G 164 of 255 = 64%
B 206 of 255 = 81%

246
164
206

R + G + B ~ 80%. #F6A4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 164 + 206 = 616 (100%)
R 246 of 616 ~ 39.94%
G 164 of 616 ~ 26.62%
B 206 of 616 ~ 33.44%

%39.94
%26.62
%33.44

CMYK color model

#F6A4CE color CMYK value is (0,33,16,4).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(0,33,16,4)
C0M33Y16K4 
(0%,33%,16%,4%)
(0.00/0.33/0.16/0.04)	

CMYK percentages

%0
%33.33
%16.26
%3.53

Codes

Color #F6A4CE in popluar color models

F6A4CE
RGB246164206
HSL329°82.00%80.39%
HSB/HSV329°33.33%96.47%
CMYK0.00%33.33%16.26%
3.53%

Color #F6A4CE in popluar number systems.

HEXF6A4CE
Decimal246164206
Binary111101101010010011001110
Octal366244316

Shades and tints

Shades of #F6A4CE

#F6A4CE
(246,164,206)
#E096BC
(224,150,188)
#CA88AA
(202,136,170)
#B47A98
(180,122,152)
#9E6C86
(158,108,134)
#885E74
(136,94,116)
#725062
(114,80,98)
#5C4250
(92,66,80)
#46343E
(70,52,62)
#30262C
(48,38,44)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6A4CE

#F6A4CE
(246,164,206)
#F6ACD2
(246,172,210)
#F6B4D6
(246,180,214)
#F6BCDA
(246,188,218)
#F6C4DE
(246,196,222)
#F6CCE2
(246,204,226)
#F6D4E6
(246,212,230)
#F6DCEA
(246,220,234)
#F6E4EE
(246,228,238)
#F6ECF2
(246,236,242)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A4CE; }

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

This text font color is #F6A4CE.


Background Color

.myBgColor { background-color: #F6A4CE; }

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

This div background color is #F6A4CE.


Border color

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

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

This div border color is #F6A4CE.


Opacity

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

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

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

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

This text has shadow with #F6A4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A4CE on black background.


Color preview on white background

This text has color #F6A4CE on white background.



Black color preview on #F6A4CE background

This text has black color on #F6A4CE background.


White color preview on #F6A4CE background

This text has white color on #F6A4CE background.