COLOR #F3A9CB

HEX: #F3A9CB
RGB: (243,169,203)

Color info

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

RGB color model

#F3A9CB color RGB value is (243,169,203).

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

RGB channels and saturation

R 243 of 255 = 95%
G 169 of 255 = 66%
B 203 of 255 = 80%

243
169
203

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

Portions of RGB colors in percentages

R + G + B =
243 + 169 + 203 = 615 (100%)
R 243 of 615 ~ 39.51%
G 169 of 615 ~ 27.48%
B 203 of 615 ~ 33.01%

%39.51
%27.48
%33.01

CMYK color model

#F3A9CB color CMYK value is (0,30,16,5).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 16.46%
  • key color value is 4.71%
CMYK:
(0,30,16,5)
C0M30Y16K5 
(0%,30%,16%,5%)
(0.00/0.30/0.16/0.05)	

CMYK percentages

%0
%30.45
%16.46
%4.71

Codes

Color #F3A9CB in popluar color models

F3A9CB
RGB243169203
HSL332°75.51%80.78%
HSB/HSV332°30.45%95.29%
CMYK0.00%30.45%16.46%
4.71%

Color #F3A9CB in popluar number systems.

HEXF3A9CB
Decimal243169203
Binary111100111010100111001011
Octal363251313

Shades and tints

Shades of #F3A9CB

#F3A9CB
(243,169,203)
#DD9AB9
(221,154,185)
#C78BA7
(199,139,167)
#B17C95
(177,124,149)
#9B6D83
(155,109,131)
#855E71
(133,94,113)
#6F4F5F
(111,79,95)
#59404D
(89,64,77)
#43313B
(67,49,59)
#2D2229
(45,34,41)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #F3A9CB

#F3A9CB
(243,169,203)
#F4B0CF
(244,176,207)
#F5B7D3
(245,183,211)
#F6BED7
(246,190,215)
#F7C5DB
(247,197,219)
#F8CCDF
(248,204,223)
#F9D3E3
(249,211,227)
#FADAE7
(250,218,231)
#FBE1EB
(251,225,235)
#FCE8EF
(252,232,239)
#FDEFF3
(253,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3A9CB; }

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

This text font color is #F3A9CB.


Background Color

.myBgColor { background-color: #F3A9CB; }

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

This div background color is #F3A9CB.


Border color

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

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

This div border color is #F3A9CB.


Opacity

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

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

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

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

This text has shadow with #F3A9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A9CB on black background.


Color preview on white background

This text has color #F3A9CB on white background.



Black color preview on #F3A9CB background

This text has black color on #F3A9CB background.


White color preview on #F3A9CB background

This text has white color on #F3A9CB background.