COLOR #F6A8D6

HEX: #F6A8D6 RGB: (246,168,214)

Color info

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

RGB color model

#F6A8D6 color RGB value is (246,168,214).

RGB: (246,168,214) (96%, 66%, 84%)

RGB channels and saturation

R 246 of 255 = 96%
G 168 of 255 = 66%
B 214 of 255 = 84%

246
168
214

R + G + B ~ 82%. #F6A8D6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 168 + 214 = 628 (100%)
R 246 of 628 ~ 39.17%
G 168 of 628 ~ 26.75%
B 214 of 628 ~ 34.08'%

%39.17
%26.75
%34.08

CMYK color model

#F6A8D6 color CMYK value is (0,32,13,4).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 13.01%
  • key color value is 3.53%

CMYK: (0,32,13,4)
C0M32Y13K4 (0%, 32%, 13%, 4%)
(0.00 / 0.32 / 0.13 / 0.04)

CMYK percentages

%0
%31.71
%13.01
%3.53

Codes

Color #F6A8D6 in popluar color models

F6 A8 D6
RGB 246 168 214
HSL 325° 81.25% 81.18%
HSB/HSV 325° 31.71% 96.47%
CMYK 0.00% 31.71% 13.01%
3.53%

Color #F6A8D6 in popluar number systems.

HEX F6 A8 D6
Decimal 246 168 214
Binary 11110110 10101000 11010110
Octal 366 250 326

Shades and tints

Shades of #F6A8D6

#F6A8D6
(246,168,214)
#E099C3
(224,153,195)
#CA8AB0
(202,138,176)
#B47B9D
(180,123,157)
#9E6C8A
(158,108,138)
#885D77
(136,93,119)
#724E64
(114,78,100)
#5C3F51
(92,63,81)
#46303E
(70,48,62)
#30212B
(48,33,43)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #F6A8D6

#F6A8D6
(246,168,214)
#F6AFD9
(246,175,217)
#F6B6DC
(246,182,220)
#F6BDDF
(246,189,223)
#F6C4E2
(246,196,226)
#F6CBE5
(246,203,229)
#F6D2E8
(246,210,232)
#F6D9EB
(246,217,235)
#F6E0EE
(246,224,238)
#F6E7F1
(246,231,241)
#F6EEF4
(246,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A8D6 color. Also use rgb(246,168,214) instead hex code.

Text Font Color

.myTextColor { color: #F6A8D6; }

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

This text font color is #F6A8D6.

Background Color

.myBgColor { background-color: #F6A8D6; }

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

This div background color is #F6A8D6.

Border color

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

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

This div border color is #F6A8D6.

Opacity

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

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

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

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

This text has shadow with #F6A8D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6A8D6.

Preview

Color preview on black background

This text has color #F6A8D6 on black background.


Color preview on white background

This text has color #F6A8D6 on white background.


Black color preview on #F6A8D6 background

This text has black color on #F6A8D6 background.


White color preview on #F6A8D6 background

This text has white color on #F6A8D6 background.


Related colors

Complementary color

Complementary color for #hex is #095729.


I love getcolorcode.com

Triadic colors

1 #D6F6A8 and #A8D6F6 with #F6A8D6 are triadic colors.

2 #D6A8F6 and #A8F6D6 with #F6A8D6 are triadic colors.