COLOR #F0ACD0

HEX: #F0ACD0
RGB: (240,172,208)

Color info

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

RGB color model

#F0ACD0 color RGB value is (240,172,208).

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

RGB channels and saturation

R 240 of 255 = 94%
G 172 of 255 = 67%
B 208 of 255 = 82%

240
172
208

R + G + B ~ 81%. #F0ACD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 172 + 208 = 620 (100%)
R 240 of 620 ~ 38.71%
G 172 of 620 ~ 27.74%
B 208 of 620 ~ 33.55%

%38.71
%27.74
%33.55

CMYK color model

#F0ACD0 color CMYK value is (0,28,13,6).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 13.33%
  • key color value is 5.88%
CMYK:
(0,28,13,6)
C0M28Y13K6 
(0%,28%,13%,6%)
(0.00/0.28/0.13/0.06)	

CMYK percentages

%0
%28.33
%13.33
%5.88

Codes

Color #F0ACD0 in popluar color models

F0ACD0
RGB240172208
HSL328°69.39%80.78%
HSB/HSV328°28.33%94.12%
CMYK0.00%28.33%13.33%
5.88%

Color #F0ACD0 in popluar number systems.

HEXF0ACD0
Decimal240172208
Binary111100001010110011010000
Octal360254320

Shades and tints

Shades of #F0ACD0

#F0ACD0
(240,172,208)
#DB9DBE
(219,157,190)
#C68EAC
(198,142,172)
#B17F9A
(177,127,154)
#9C7088
(156,112,136)
#876176
(135,97,118)
#725264
(114,82,100)
#5D4352
(93,67,82)
#483440
(72,52,64)
#33252E
(51,37,46)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #F0ACD0

#F0ACD0
(240,172,208)
#F1B3D4
(241,179,212)
#F2BAD8
(242,186,216)
#F3C1DC
(243,193,220)
#F4C8E0
(244,200,224)
#F5CFE4
(245,207,228)
#F6D6E8
(246,214,232)
#F7DDEC
(247,221,236)
#F8E4F0
(248,228,240)
#F9EBF4
(249,235,244)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ACD0; }

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

This text font color is #F0ACD0.


Background Color

.myBgColor { background-color: #F0ACD0; }

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

This div background color is #F0ACD0.


Border color

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

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

This div border color is #F0ACD0.


Opacity

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

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

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

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

This text has shadow with #F0ACD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ACD0 on black background.


Color preview on white background

This text has color #F0ACD0 on white background.



Black color preview on #F0ACD0 background

This text has black color on #F0ACD0 background.


White color preview on #F0ACD0 background

This text has white color on #F0ACD0 background.