COLOR #F0ACEE

HEX: #F0ACEE RGB: (240,172,238)

Color info

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

RGB color model

#F0ACEE color RGB value is (240,172,238).

RGB: (240,172,238) (94%, 67%, 93%)

RGB channels and saturation

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

240
172
238

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

Portions of RGB colors in percentages

R + G + B = 240 + 172 + 238 = 650 (100%)
R 240 of 650 ~ 36.92%
G 172 of 650 ~ 26.46%
B 238 of 650 ~ 36.62'%

%36.92
%26.46
%36.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 0.83%
  • 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
%0.83
%5.88

Codes

Color #F0ACEE in popluar color models

F0 AC EE
RGB 240 172 238
HSL 302° 69.39% 80.78%
HSB/HSV 302° 28.33% 94.12%
CMYK 0.00% 28.33% 0.83%
5.88%

Color #F0ACEE in popluar number systems.

HEX F0 AC EE
Decimal 240 172 238
Binary 11110000 10101100 11101110
Octal 360 254 356

Shades and tints

Shades of #F0ACEE

#F0ACEE
(240,172,238)
#DB9DD9
(219,157,217)
#C68EC4
(198,142,196)
#B17FAF
(177,127,175)
#9C709A
(156,112,154)
#876185
(135,97,133)
#725270
(114,82,112)
#5D435B
(93,67,91)
#483446
(72,52,70)
#332531
(51,37,49)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #F0ACEE

#F0ACEE
(240,172,238)
#F1B3EF
(241,179,239)
#F2BAF0
(242,186,240)
#F3C1F1
(243,193,241)
#F4C8F2
(244,200,242)
#F5CFF3
(245,207,243)
#F6D6F4
(246,214,244)
#F7DDF5
(247,221,245)
#F8E4F6
(248,228,246)
#F9EBF7
(249,235,247)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ACEE; }

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

This text font color is #F0ACEE.

Background Color

.myBgColor { background-color: #F0ACEE; }

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

This div background color is #F0ACEE.

Border color

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

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

This div border color is #F0ACEE.

Opacity

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

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

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

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

This text has shadow with #F0ACEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ACEE.

Preview

Color preview on black background

This text has color #F0ACEE on black background.


Color preview on white background

This text has color #F0ACEE on white background.


Black color preview on #F0ACEE background

This text has black color on #F0ACEE background.


White color preview on #F0ACEE background

This text has white color on #F0ACEE background.


Related colors

Complementary color

Complementary color for #hex is #0F5311.


I love getcolorcode.com

Triadic colors

1 #EEF0AC and #ACEEF0 with #F0ACEE are triadic colors.

2 #EEACF0 and #ACF0EE with #F0ACEE are triadic colors.