COLOR #F3ACC9

HEX: #F3ACC9
RGB: (243,172,201)

Color info

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

RGB color model

#F3ACC9 color RGB value is (243,172,201).

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

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 201 of 255 = 79%

243
172
201

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

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 201 = 616 (100%)
R 243 of 616 ~ 39.45%
G 172 of 616 ~ 27.92%
B 201 of 616 ~ 32.63%

%39.45
%27.92
%32.63

CMYK color model

#F3ACC9 color CMYK value is (0,29,17,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 17.28%
  • key color value is 4.71%
CMYK:
(0,29,17,5)
C0M29Y17K5 
(0%,29%,17%,5%)
(0.00/0.29/0.17/0.05)	

CMYK percentages

%0
%29.22
%17.28
%4.71

Codes

Color #F3ACC9 in popluar color models

F3ACC9
RGB243172201
HSL335°74.74%81.37%
HSB/HSV335°29.22%95.29%
CMYK0.00%29.22%17.28%
4.71%

Color #F3ACC9 in popluar number systems.

HEXF3ACC9
Decimal243172201
Binary111100111010110011001001
Octal363254311

Shades and tints

Shades of #F3ACC9

#F3ACC9
(243,172,201)
#DD9DB7
(221,157,183)
#C78EA5
(199,142,165)
#B17F93
(177,127,147)
#9B7081
(155,112,129)
#85616F
(133,97,111)
#6F525D
(111,82,93)
#59434B
(89,67,75)
#433439
(67,52,57)
#2D2527
(45,37,39)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #F3ACC9

#F3ACC9
(243,172,201)
#F4B3CD
(244,179,205)
#F5BAD1
(245,186,209)
#F6C1D5
(246,193,213)
#F7C8D9
(247,200,217)
#F8CFDD
(248,207,221)
#F9D6E1
(249,214,225)
#FADDE5
(250,221,229)
#FBE4E9
(251,228,233)
#FCEBED
(252,235,237)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3ACC9; }

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

This text font color is #F3ACC9.


Background Color

.myBgColor { background-color: #F3ACC9; }

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

This div background color is #F3ACC9.


Border color

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

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

This div border color is #F3ACC9.


Opacity

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

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

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

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

This text has shadow with #F3ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3ACC9 on black background.


Color preview on white background

This text has color #F3ACC9 on white background.



Black color preview on #F3ACC9 background

This text has black color on #F3ACC9 background.


White color preview on #F3ACC9 background

This text has white color on #F3ACC9 background.