COLOR #F3A6C9

HEX: #F3A6C9
RGB: (243,166,201)

Color info

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

RGB color model

#F3A6C9 color RGB value is (243,166,201).

  • red value is 243;
  • green value is 166;
  • blue value is 201.
RGB:
(243,166,201)
(95%,65%,79%)

RGB channels and saturation

R 243 of 255 = 95%
G 166 of 255 = 65%
B 201 of 255 = 79%

243
166
201

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

Portions of RGB colors in percentages

R + G + B =
243 + 166 + 201 = 610 (100%)
R 243 of 610 ~ 39.84%
G 166 of 610 ~ 27.21%
B 201 of 610 ~ 32.95%

%39.84
%27.21
%32.95

CMYK color model

#F3A6C9 color CMYK value is (0,32,17,5).

  • cyan value is 0.00%
  • magenta value is 31.69%
  • yellow value is 17.28%
  • key color value is 4.71%
CMYK:
(0,32,17,5)
C0M32Y17K5 
(0%,32%,17%,5%)
(0.00/0.32/0.17/0.05)	

CMYK percentages

%0
%31.69
%17.28
%4.71

Codes

Color #F3A6C9 in popluar color models

F3A6C9
RGB243166201
HSL333°76.24%80.20%
HSB/HSV333°31.69%95.29%
CMYK0.00%31.69%17.28%
4.71%

Color #F3A6C9 in popluar number systems.

HEXF3A6C9
Decimal243166201
Binary111100111010011011001001
Octal363246311

Shades and tints

Shades of #F3A6C9

#F3A6C9
(243,166,201)
#DD97B7
(221,151,183)
#C788A5
(199,136,165)
#B17993
(177,121,147)
#9B6A81
(155,106,129)
#855B6F
(133,91,111)
#6F4C5D
(111,76,93)
#593D4B
(89,61,75)
#432E39
(67,46,57)
#2D1F27
(45,31,39)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #F3A6C9

#F3A6C9
(243,166,201)
#F4AECD
(244,174,205)
#F5B6D1
(245,182,209)
#F6BED5
(246,190,213)
#F7C6D9
(247,198,217)
#F8CEDD
(248,206,221)
#F9D6E1
(249,214,225)
#FADEE5
(250,222,229)
#FBE6E9
(251,230,233)
#FCEEED
(252,238,237)
#FDF6F1
(253,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A6C9 color. Also use rgb(243,166,201) instead hex code.

Text Font Color

.myTextColor { color: #F3A6C9; }

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

This text font color is #F3A6C9.


Background Color

.myBgColor { background-color: #F3A6C9; }

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

This div background color is #F3A6C9.


Border color

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

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

This div border color is #F3A6C9.


Opacity

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

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

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

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

This text has shadow with #F3A6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A6C9 on black background.


Color preview on white background

This text has color #F3A6C9 on white background.



Black color preview on #F3A6C9 background

This text has black color on #F3A6C9 background.


White color preview on #F3A6C9 background

This text has white color on #F3A6C9 background.