COLOR #F6A7C6

HEX: #F6A7C6
RGB: (246,167,198)

Color info

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

RGB color model

#F6A7C6 color RGB value is (246,167,198).

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

RGB channels and saturation

R 246 of 255 = 96%
G 167 of 255 = 65%
B 198 of 255 = 78%

246
167
198

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

Portions of RGB colors in percentages

R + G + B =
246 + 167 + 198 = 611 (100%)
R 246 of 611 ~ 40.26%
G 167 of 611 ~ 27.33%
B 198 of 611 ~ 32.41%

%40.26
%27.33
%32.41

CMYK color model

#F6A7C6 color CMYK value is (0,32,20,4).

  • cyan value is 0.00%
  • magenta value is 32.11%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(0,32,20,4)
C0M32Y20K4 
(0%,32%,20%,4%)
(0.00/0.32/0.20/0.04)	

CMYK percentages

%0
%32.11
%19.51
%3.53

Codes

Color #F6A7C6 in popluar color models

F6A7C6
RGB246167198
HSL336°81.44%80.98%
HSB/HSV336°32.11%96.47%
CMYK0.00%32.11%19.51%
3.53%

Color #F6A7C6 in popluar number systems.

HEXF6A7C6
Decimal246167198
Binary111101101010011111000110
Octal366247306

Shades and tints

Shades of #F6A7C6

#F6A7C6
(246,167,198)
#E098B4
(224,152,180)
#CA89A2
(202,137,162)
#B47A90
(180,122,144)
#9E6B7E
(158,107,126)
#885C6C
(136,92,108)
#724D5A
(114,77,90)
#5C3E48
(92,62,72)
#462F36
(70,47,54)
#302024
(48,32,36)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #F6A7C6

#F6A7C6
(246,167,198)
#F6AFCB
(246,175,203)
#F6B7D0
(246,183,208)
#F6BFD5
(246,191,213)
#F6C7DA
(246,199,218)
#F6CFDF
(246,207,223)
#F6D7E4
(246,215,228)
#F6DFE9
(246,223,233)
#F6E7EE
(246,231,238)
#F6EFF3
(246,239,243)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6A7C6; }

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

This text font color is #F6A7C6.


Background Color

.myBgColor { background-color: #F6A7C6; }

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

This div background color is #F6A7C6.


Border color

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

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

This div border color is #F6A7C6.


Opacity

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

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

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

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

This text has shadow with #F6A7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A7C6 on black background.


Color preview on white background

This text has color #F6A7C6 on white background.



Black color preview on #F6A7C6 background

This text has black color on #F6A7C6 background.


White color preview on #F6A7C6 background

This text has white color on #F6A7C6 background.