COLOR #F0ACED

HEX: #F0ACED
RGB: (240,172,237)

Color info

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

RGB color model

#F0ACED color RGB value is (240,172,237).

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

RGB channels and saturation

R 240 of 255 = 94%
G 172 of 255 = 67%
B 237 of 255 = 93%

240
172
237

R + G + B ~ 85%. #F0ACED is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 172 + 237 = 649 (100%)
R 240 of 649 ~ 36.98%
G 172 of 649 ~ 26.5%
B 237 of 649 ~ 36.52%

%36.98
%26.5
%36.52

CMYK color model

#F0ACED color CMYK value is (0,28,1,6).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK:
(0,28,1,6)
C0M28Y1K6 
(0%,28%,1%,6%)
(0.00/0.28/0.01/0.06)	

CMYK percentages

%0
%28.33
%1.25
%5.88

Codes

Color #F0ACED in popluar color models

F0ACED
RGB240172237
HSL303°69.39%80.78%
HSB/HSV303°28.33%94.12%
CMYK0.00%28.33%1.25%
5.88%

Color #F0ACED in popluar number systems.

HEXF0ACED
Decimal240172237
Binary111100001010110011101101
Octal360254355

Shades and tints

Shades of #F0ACED

#F0ACED
(240,172,237)
#DB9DD8
(219,157,216)
#C68EC3
(198,142,195)
#B17FAE
(177,127,174)
#9C7099
(156,112,153)
#876184
(135,97,132)
#72526F
(114,82,111)
#5D435A
(93,67,90)
#483445
(72,52,69)
#332530
(51,37,48)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #F0ACED

#F0ACED
(240,172,237)
#F1B3EE
(241,179,238)
#F2BAEF
(242,186,239)
#F3C1F0
(243,193,240)
#F4C8F1
(244,200,241)
#F5CFF2
(245,207,242)
#F6D6F3
(246,214,243)
#F7DDF4
(247,221,244)
#F8E4F5
(248,228,245)
#F9EBF6
(249,235,246)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ACED; }

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

This text font color is #F0ACED.


Background Color

.myBgColor { background-color: #F0ACED; }

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

This div background color is #F0ACED.


Border color

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

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

This div border color is #F0ACED.


Opacity

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

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

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

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

This text has shadow with #F0ACED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0ACED on black background.


Color preview on white background

This text has color #F0ACED on white background.



Black color preview on #F0ACED background

This text has black color on #F0ACED background.


White color preview on #F0ACED background

This text has white color on #F0ACED background.