COLOR #F3A9C1

HEX: #F3A9C1
RGB: (243,169,193)

Color info

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

RGB color model

#F3A9C1 color RGB value is (243,169,193).

  • red value is 243;
  • green value is 169;
  • blue value is 193.
RGB:
(243,169,193)
(95%,66%,76%)

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 193 of 255 = 76%

243
169
193

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

Portions of RGB colors in percentages

R + G + B =
243 + 169 + 193 = 605 (100%)
R 243 of 605 ~ 40.17%
G 169 of 605 ~ 27.93%
B 193 of 605 ~ 31.9%

%40.17
%27.93
%31.9

CMYK color model

#F3A9C1 color CMYK value is (0,30,21,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 20.58%
  • key color value is 4.71%
CMYK:
(0,30,21,5)
C0M30Y21K5 
(0%,30%,21%,5%)
(0.00/0.30/0.21/0.05)	

CMYK percentages

%0
%30.45
%20.58
%4.71

Codes

Color #F3A9C1 in popluar color models

F3A9C1
RGB243169193
HSL341°75.51%80.78%
HSB/HSV341°30.45%95.29%
CMYK0.00%30.45%20.58%
4.71%

Color #F3A9C1 in popluar number systems.

HEXF3A9C1
Decimal243169193
Binary111100111010100111000001
Octal363251301

Shades and tints

Shades of #F3A9C1

#F3A9C1
(243,169,193)
#DD9AB0
(221,154,176)
#C78B9F
(199,139,159)
#B17C8E
(177,124,142)
#9B6D7D
(155,109,125)
#855E6C
(133,94,108)
#6F4F5B
(111,79,91)
#59404A
(89,64,74)
#433139
(67,49,57)
#2D2228
(45,34,40)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #F3A9C1

#F3A9C1
(243,169,193)
#F4B0C6
(244,176,198)
#F5B7CB
(245,183,203)
#F6BED0
(246,190,208)
#F7C5D5
(247,197,213)
#F8CCDA
(248,204,218)
#F9D3DF
(249,211,223)
#FADAE4
(250,218,228)
#FBE1E9
(251,225,233)
#FCE8EE
(252,232,238)
#FDEFF3
(253,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A9C1 color. Also use rgb(243,169,193) instead hex code.

Text Font Color

.myTextColor { color: #F3A9C1; }

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

This text font color is #F3A9C1.


Background Color

.myBgColor { background-color: #F3A9C1; }

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

This div background color is #F3A9C1.


Border color

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

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

This div border color is #F3A9C1.


Opacity

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

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

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

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

This text has shadow with #F3A9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A9C1 on black background.


Color preview on white background

This text has color #F3A9C1 on white background.



Black color preview on #F3A9C1 background

This text has black color on #F3A9C1 background.


White color preview on #F3A9C1 background

This text has white color on #F3A9C1 background.