COLOR #F0ACFC

HEX: #F0ACFC RGB: (240,172,252)

Color info

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

RGB color model

#F0ACFC color RGB value is (240,172,252).

RGB: (240,172,252) (94%, 67%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 172 of 255 = 67%
B 252 of 255 = 99%

240
172
252

R + G + B ~ 87%. #F0ACFC is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 172 + 252 = 664 (100%)
R 240 of 664 ~ 36.14%
G 172 of 664 ~ 25.9%
B 252 of 664 ~ 37.95'%

%36.14
%25.9
%37.95

CMYK color model

#F0ACFC color CMYK value is (5,32,0,1).

  • cyan value is 4.76%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (5,32,0,1)
C5M32Y0K1 (5%, 32%, 0%, 1%)
(0.05 / 0.32 / 0.00 / 0.01)

CMYK percentages

%4.76
%31.75
%0
%1.18

Codes

Color #F0ACFC in popluar color models

F0 AC FC
RGB 240 172 252
HSL 291° 93.02% 83.14%
HSB/HSV 291° 31.75% 98.82%
CMYK 4.76% 31.75% 0.00%
1.18%

Color #F0ACFC in popluar number systems.

HEX F0 AC FC
Decimal 240 172 252
Binary 11110000 10101100 11111100
Octal 360 254 374

Shades and tints

Shades of #F0ACFC

#F0ACFC
(240,172,252)
#DB9DE6
(219,157,230)
#C68ED0
(198,142,208)
#B17FBA
(177,127,186)
#9C70A4
(156,112,164)
#87618E
(135,97,142)
#725278
(114,82,120)
#5D4362
(93,67,98)
#48344C
(72,52,76)
#332536
(51,37,54)
#1E1620
(30,22,32)
#000000
(0,0,0)

Tints of #F0ACFC

#F0ACFC
(240,172,252)
#F1B3FC
(241,179,252)
#F2BAFC
(242,186,252)
#F3C1FC
(243,193,252)
#F4C8FC
(244,200,252)
#F5CFFC
(245,207,252)
#F6D6FC
(246,214,252)
#F7DDFC
(247,221,252)
#F8E4FC
(248,228,252)
#F9EBFC
(249,235,252)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0ACFC; }

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

This text font color is #F0ACFC.

Background Color

.myBgColor { background-color: #F0ACFC; }

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

This div background color is #F0ACFC.

Border color

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

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

This div border color is #F0ACFC.

Opacity

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

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

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

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

This text has shadow with #F0ACFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0ACFC.

Preview

Color preview on black background

This text has color #F0ACFC on black background.


Color preview on white background

This text has color #F0ACFC on white background.


Black color preview on #F0ACFC background

This text has black color on #F0ACFC background.


White color preview on #F0ACFC background

This text has white color on #F0ACFC background.


Related colors

Complementary color

Complementary color for #hex is #0F5303.


I love getcolorcode.com

Triadic colors

1 #FCF0AC and #ACFCF0 with #F0ACFC are triadic colors.

2 #FCACF0 and #ACF0FC with #F0ACFC are triadic colors.