COLOR #F6A9C2

HEX: #F6A9C2
RGB: (246,169,194)

Color info

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

RGB color model

#F6A9C2 color RGB value is (246,169,194).

  • red value is 246;
  • green value is 169;
  • blue value is 194.
RGB:
(246,169,194)
(96%,66%,76%)

RGB channels and saturation

R 246 of 255 = 96%
G 169 of 255 = 66%
B 194 of 255 = 76%

246
169
194

R + G + B ~ 79%. #F6A9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 169 + 194 = 609 (100%)
R 246 of 609 ~ 40.39%
G 169 of 609 ~ 27.75%
B 194 of 609 ~ 31.86%

%40.39
%27.75
%31.86

CMYK color model

#F6A9C2 color CMYK value is (0,31,21,4).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 21.14%
  • key color value is 3.53%
CMYK:
(0,31,21,4)
C0M31Y21K4 
(0%,31%,21%,4%)
(0.00/0.31/0.21/0.04)	

CMYK percentages

%0
%31.3
%21.14
%3.53

Codes

Color #F6A9C2 in popluar color models

F6A9C2
RGB246169194
HSL341°81.05%81.37%
HSB/HSV341°31.30%96.47%
CMYK0.00%31.30%21.14%
3.53%

Color #F6A9C2 in popluar number systems.

HEXF6A9C2
Decimal246169194
Binary111101101010100111000010
Octal366251302

Shades and tints

Shades of #F6A9C2

#F6A9C2
(246,169,194)
#E09AB1
(224,154,177)
#CA8BA0
(202,139,160)
#B47C8F
(180,124,143)
#9E6D7E
(158,109,126)
#885E6D
(136,94,109)
#724F5C
(114,79,92)
#5C404B
(92,64,75)
#46313A
(70,49,58)
#302229
(48,34,41)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #F6A9C2

#F6A9C2
(246,169,194)
#F6B0C7
(246,176,199)
#F6B7CC
(246,183,204)
#F6BED1
(246,190,209)
#F6C5D6
(246,197,214)
#F6CCDB
(246,204,219)
#F6D3E0
(246,211,224)
#F6DAE5
(246,218,229)
#F6E1EA
(246,225,234)
#F6E8EF
(246,232,239)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A9C2 color. Also use rgb(246,169,194) instead hex code.

Text Font Color

.myTextColor { color: #F6A9C2; }

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

This text font color is #F6A9C2.


Background Color

.myBgColor { background-color: #F6A9C2; }

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

This div background color is #F6A9C2.


Border color

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

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

This div border color is #F6A9C2.


Opacity

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

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

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

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

This text has shadow with #F6A9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A9C2 on black background.


Color preview on white background

This text has color #F6A9C2 on white background.



Black color preview on #F6A9C2 background

This text has black color on #F6A9C2 background.


White color preview on #F6A9C2 background

This text has white color on #F6A9C2 background.