COLOR #F3ACE2

HEX: #F3ACE2
RGB: (243,172,226)

Color info

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

RGB color model

#F3ACE2 color RGB value is (243,172,226).

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

RGB channels and saturation

R 243 of 255 = 95%
G 172 of 255 = 67%
B 226 of 255 = 89%

243
172
226

R + G + B ~ 84%. #F3ACE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 172 + 226 = 641 (100%)
R 243 of 641 ~ 37.91%
G 172 of 641 ~ 26.83%
B 226 of 641 ~ 35.26%

%37.91
%26.83
%35.26

CMYK color model

#F3ACE2 color CMYK value is (0,29,7,5).

  • cyan value is 0.00%
  • magenta value is 29.22%
  • yellow value is 7.00%
  • key color value is 4.71%
CMYK:
(0,29,7,5)
C0M29Y7K5 
(0%,29%,7%,5%)
(0.00/0.29/0.07/0.05)	

CMYK percentages

%0
%29.22
%7
%4.71

Codes

Color #F3ACE2 in popluar color models

F3ACE2
RGB243172226
HSL314°74.74%81.37%
HSB/HSV314°29.22%95.29%
CMYK0.00%29.22%7.00%
4.71%

Color #F3ACE2 in popluar number systems.

HEXF3ACE2
Decimal243172226
Binary111100111010110011100010
Octal363254342

Shades and tints

Shades of #F3ACE2

#F3ACE2
(243,172,226)
#DD9DCE
(221,157,206)
#C78EBA
(199,142,186)
#B17FA6
(177,127,166)
#9B7092
(155,112,146)
#85617E
(133,97,126)
#6F526A
(111,82,106)
#594356
(89,67,86)
#433442
(67,52,66)
#2D252E
(45,37,46)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #F3ACE2

#F3ACE2
(243,172,226)
#F4B3E4
(244,179,228)
#F5BAE6
(245,186,230)
#F6C1E8
(246,193,232)
#F7C8EA
(247,200,234)
#F8CFEC
(248,207,236)
#F9D6EE
(249,214,238)
#FADDF0
(250,221,240)
#FBE4F2
(251,228,242)
#FCEBF4
(252,235,244)
#FDF2F6
(253,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3ACE2; }

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

This text font color is #F3ACE2.


Background Color

.myBgColor { background-color: #F3ACE2; }

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

This div background color is #F3ACE2.


Border color

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

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

This div border color is #F3ACE2.


Opacity

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

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

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

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

This text has shadow with #F3ACE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3ACE2 on black background.


Color preview on white background

This text has color #F3ACE2 on white background.



Black color preview on #F3ACE2 background

This text has black color on #F3ACE2 background.


White color preview on #F3ACE2 background

This text has white color on #F3ACE2 background.