COLOR #F3A0C8

HEX: #F3A0C8
RGB: (243,160,200)

Color info

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

RGB color model

#F3A0C8 color RGB value is (243,160,200).

  • red value is 243;
  • green value is 160;
  • blue value is 200.
RGB:
(243,160,200)
(95%,63%,78%)

RGB channels and saturation

R 243 of 255 = 95%
G 160 of 255 = 63%
B 200 of 255 = 78%

243
160
200

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

Portions of RGB colors in percentages

R + G + B =
243 + 160 + 200 = 603 (100%)
R 243 of 603 ~ 40.3%
G 160 of 603 ~ 26.53%
B 200 of 603 ~ 33.17%

%40.3
%26.53
%33.17

CMYK color model

#F3A0C8 color CMYK value is (0,34,18,5).

  • cyan value is 0.00%
  • magenta value is 34.16%
  • yellow value is 17.70%
  • key color value is 4.71%
CMYK:
(0,34,18,5)
C0M34Y18K5 
(0%,34%,18%,5%)
(0.00/0.34/0.18/0.05)	

CMYK percentages

%0
%34.16
%17.7
%4.71

Codes

Color #F3A0C8 in popluar color models

F3A0C8
RGB243160200
HSL331°77.57%79.02%
HSB/HSV331°34.16%95.29%
CMYK0.00%34.16%17.70%
4.71%

Color #F3A0C8 in popluar number systems.

HEXF3A0C8
Decimal243160200
Binary111100111010000011001000
Octal363240310

Shades and tints

Shades of #F3A0C8

#F3A0C8
(243,160,200)
#DD92B6
(221,146,182)
#C784A4
(199,132,164)
#B17692
(177,118,146)
#9B6880
(155,104,128)
#855A6E
(133,90,110)
#6F4C5C
(111,76,92)
#593E4A
(89,62,74)
#433038
(67,48,56)
#2D2226
(45,34,38)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #F3A0C8

#F3A0C8
(243,160,200)
#F4A8CD
(244,168,205)
#F5B0D2
(245,176,210)
#F6B8D7
(246,184,215)
#F7C0DC
(247,192,220)
#F8C8E1
(248,200,225)
#F9D0E6
(249,208,230)
#FAD8EB
(250,216,235)
#FBE0F0
(251,224,240)
#FCE8F5
(252,232,245)
#FDF0FA
(253,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3A0C8 color. Also use rgb(243,160,200) instead hex code.

Text Font Color

.myTextColor { color: #F3A0C8; }

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

This text font color is #F3A0C8.


Background Color

.myBgColor { background-color: #F3A0C8; }

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

This div background color is #F3A0C8.


Border color

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

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

This div border color is #F3A0C8.


Opacity

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

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

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

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

This text has shadow with #F3A0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3A0C8 on black background.


Color preview on white background

This text has color #F3A0C8 on white background.



Black color preview on #F3A0C8 background

This text has black color on #F3A0C8 background.


White color preview on #F3A0C8 background

This text has white color on #F3A0C8 background.