COLOR #F6A5CE

HEX: #F6A5CE RGB: (246,165,206)

Color info

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

RGB color model

#F6A5CE color RGB value is (246,165,206).

RGB: (246,165,206) (96%, 65%, 81%)

RGB channels and saturation

R 246 of 255 = 96%
G 165 of 255 = 65%
B 206 of 255 = 81%

246
165
206

R + G + B ~ 81%. #F6A5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 165 + 206 = 617 (100%)
R 246 of 617 ~ 39.87%
G 165 of 617 ~ 26.74%
B 206 of 617 ~ 33.39'%

%39.87
%26.74
%33.39

CMYK color model

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

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

Codes

Color #F6A5CE in popluar color models

F6 A5 CE
RGB 246 165 206
HSL 330° 81.82% 80.59%
HSB/HSV 330° 32.93% 96.47%
CMYK 0.00% 32.93% 16.26%
3.53%

Color #F6A5CE in popluar number systems.

HEX F6 A5 CE
Decimal 246 165 206
Binary 11110110 10100101 11001110
Octal 366 245 316

Shades and tints

Shades of #F6A5CE

#F6A5CE
(246,165,206)
#E096BC
(224,150,188)
#CA87AA
(202,135,170)
#B47898
(180,120,152)
#9E6986
(158,105,134)
#885A74
(136,90,116)
#724B62
(114,75,98)
#5C3C50
(92,60,80)
#462D3E
(70,45,62)
#301E2C
(48,30,44)
#1A0F1A
(26,15,26)
#000000
(0,0,0)

Tints of #F6A5CE

#F6A5CE
(246,165,206)
#F6ADD2
(246,173,210)
#F6B5D6
(246,181,214)
#F6BDDA
(246,189,218)
#F6C5DE
(246,197,222)
#F6CDE2
(246,205,226)
#F6D5E6
(246,213,230)
#F6DDEA
(246,221,234)
#F6E5EE
(246,229,238)
#F6EDF2
(246,237,242)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A5CE; }

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

This text font color is #F6A5CE.

Background Color

.myBgColor { background-color: #F6A5CE; }

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

This div background color is #F6A5CE.

Border color

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

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

This div border color is #F6A5CE.

Opacity

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

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

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

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

This text has shadow with #F6A5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A5CE.

Preview

Color preview on black background

This text has color #F6A5CE on black background.


Color preview on white background

This text has color #F6A5CE on white background.


Black color preview on #F6A5CE background

This text has black color on #F6A5CE background.


White color preview on #F6A5CE background

This text has white color on #F6A5CE background.


Related colors

Complementary color

Complementary color for #hex is #095A31.


I love getcolorcode.com

Triadic colors

1 #CEF6A5 and #A5CEF6 with #F6A5CE are triadic colors.

2 #CEA5F6 and #A5F6CE with #F6A5CE are triadic colors.