COLOR #F0ACF5

HEX: #F0ACF5
RGB: (240,172,245)

Color info

#F0ACF5 contains mainly red and blue colors. Web safe color of #F0ACF5 is #FF99FF (or #F9F).

RGB color model

#F0ACF5 color RGB value is (240,172,245).

  • red value is 240;
  • green value is 172;
  • blue value is 245.
RGB:
(240,172,245)
(94%,67%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 172 of 255 = 67%
B 245 of 255 = 96%

240
172
245

R + G + B ~ 86%. #F0ACF5 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 172 + 245 = 657 (100%)
R 240 of 657 ~ 36.53%
G 172 of 657 ~ 26.18%
B 245 of 657 ~ 37.29%

%36.53
%26.18
%37.29

CMYK color model

#F0ACF5 color CMYK value is (2,30,0,4).

  • cyan value is 2.04%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,30,0,4)
C2M30Y0K4 
(2%,30%,0%,4%)
(0.02/0.30/0.00/0.04)	

CMYK percentages

%2.04
%29.8
%0
%3.92

Codes

Color #F0ACF5 in popluar color models

F0ACF5
RGB240172245
HSL296°78.49%81.76%
HSB/HSV296°29.80%96.08%
CMYK2.04%29.80%0.00%
3.92%

Color #F0ACF5 in popluar number systems.

HEXF0ACF5
Decimal240172245
Binary111100001010110011110101
Octal360254365

Shades and tints

Shades of #F0ACF5

#F0ACF5
(240,172,245)
#DB9DDF
(219,157,223)
#C68EC9
(198,142,201)
#B17FB3
(177,127,179)
#9C709D
(156,112,157)
#876187
(135,97,135)
#725271
(114,82,113)
#5D435B
(93,67,91)
#483445
(72,52,69)
#33252F
(51,37,47)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #F0ACF5

#F0ACF5
(240,172,245)
#F1B3F5
(241,179,245)
#F2BAF5
(242,186,245)
#F3C1F5
(243,193,245)
#F4C8F5
(244,200,245)
#F5CFF5
(245,207,245)
#F6D6F5
(246,214,245)
#F7DDF5
(247,221,245)
#F8E4F5
(248,228,245)
#F9EBF5
(249,235,245)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0ACF5 color. Also use rgb(240,172,245) instead hex code.

Text Font Color

.myTextColor { color: #F0ACF5; }

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

This text font color is #F0ACF5.


Background Color

.myBgColor { background-color: #F0ACF5; }

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

This div background color is #F0ACF5.


Border color

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

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

This div border color is #F0ACF5.


Opacity

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

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

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

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

This text has shadow with #F0ACF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ACF5 on black background.


Color preview on white background

This text has color #F0ACF5 on white background.



Black color preview on #F0ACF5 background

This text has black color on #F0ACF5 background.


White color preview on #F0ACF5 background

This text has white color on #F0ACF5 background.