COLOR #F0ACE5

HEX: #F0ACE5 RGB: (240,172,229)

Color info

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

RGB color model

#F0ACE5 color RGB value is (240,172,229).

RGB: (240,172,229) (94%, 67%, 90%)

RGB channels and saturation

R 240 of 255 = 94%
G 172 of 255 = 67%
B 229 of 255 = 90%

240
172
229

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

Portions of RGB colors in percentages

R + G + B = 240 + 172 + 229 = 641 (100%)
R 240 of 641 ~ 37.44%
G 172 of 641 ~ 26.83%
B 229 of 641 ~ 35.73'%

%37.44
%26.83
%35.73

CMYK color model

#F0ACE5 color CMYK value is (0,28,5,6).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 4.58%
  • key color value is 5.88%
CMYK: (0,28,5,6) C0M28Y5K6 (0%,28%,5%,6%) (0.00/0.28/0.05/0.06) 

CMYK percentages

%0
%28.33
%4.58
%5.88

Codes

Color #F0ACE5 in popluar color models

F0 AC E5
RGB 240 172 229
HSL 310° 69.39% 80.78%
HSB/HSV 310° 28.33% 94.12%
CMYK 0.00% 28.33% 4.58%
5.88%

Color #F0ACE5 in popluar number systems.

HEX F0 AC E5
Decimal 240 172 229
Binary 11110000 10101100 11100101
Octal 360 254 345

Shades and tints

Shades of #F0ACE5

#F0ACE5
(240,172,229)
#DB9DD1
(219,157,209)
#C68EBD
(198,142,189)
#B17FA9
(177,127,169)
#9C7095
(156,112,149)
#876181
(135,97,129)
#72526D
(114,82,109)
#5D4359
(93,67,89)
#483445
(72,52,69)
#332531
(51,37,49)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #F0ACE5

#F0ACE5
(240,172,229)
#F1B3E7
(241,179,231)
#F2BAE9
(242,186,233)
#F3C1EB
(243,193,235)
#F4C8ED
(244,200,237)
#F5CFEF
(245,207,239)
#F6D6F1
(246,214,241)
#F7DDF3
(247,221,243)
#F8E4F5
(248,228,245)
#F9EBF7
(249,235,247)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ACE5; }

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

This text font color is #F0ACE5.

Background Color

.myBgColor { background-color: #F0ACE5; }

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

This div background color is #F0ACE5.

Border color

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

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

This div border color is #F0ACE5.

Opacity

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

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

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

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

This text has shadow with #F0ACE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ACE5.

Preview

Color preview on black background

This text has color #F0ACE5 on black background.


Color preview on white background

This text has color #F0ACE5 on white background.


Black color preview on #F0ACE5 background

This text has black color on #F0ACE5 background.


White color preview on #F0ACE5 background

This text has white color on #F0ACE5 background.


Related colors

Complementary color

Complementary color for #hex is #0F531A.


I love getcolorcode.com

Triadic colors

1 #E5F0AC and #ACE5F0 with #F0ACE5 are triadic colors.

2 #E5ACF0 and #ACF0E5 with #F0ACE5 are triadic colors.