COLOR #F1ACDE

HEX: #F1ACDE
RGB: (241,172,222)

Color info

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

RGB color model

#F1ACDE color RGB value is (241,172,222).

  • red value is 241;
  • green value is 172;
  • blue value is 222.
RGB:
(241,172,222)
(95%,67%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 172 of 255 = 67%
B 222 of 255 = 87%

241
172
222

R + G + B ~ 83%. #F1ACDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 172 + 222 = 635 (100%)
R 241 of 635 ~ 37.95%
G 172 of 635 ~ 27.09%
B 222 of 635 ~ 34.96%

%37.95
%27.09
%34.96

CMYK color model

#F1ACDE color CMYK value is (0,29,8,5).

  • cyan value is 0.00%
  • magenta value is 28.63%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,29,8,5)
C0M29Y8K5 
(0%,29%,8%,5%)
(0.00/0.29/0.08/0.05)	

CMYK percentages

%0
%28.63
%7.88
%5.49

Codes

Color #F1ACDE in popluar color models

F1ACDE
RGB241172222
HSL317°71.13%80.98%
HSB/HSV317°28.63%94.51%
CMYK0.00%28.63%7.88%
5.49%

Color #F1ACDE in popluar number systems.

HEXF1ACDE
Decimal241172222
Binary111100011010110011011110
Octal361254336

Shades and tints

Shades of #F1ACDE

#F1ACDE
(241,172,222)
#DC9DCA
(220,157,202)
#C78EB6
(199,142,182)
#B27FA2
(178,127,162)
#9D708E
(157,112,142)
#88617A
(136,97,122)
#735266
(115,82,102)
#5E4352
(94,67,82)
#49343E
(73,52,62)
#34252A
(52,37,42)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1ACDE

#F1ACDE
(241,172,222)
#F2B3E1
(242,179,225)
#F3BAE4
(243,186,228)
#F4C1E7
(244,193,231)
#F5C8EA
(245,200,234)
#F6CFED
(246,207,237)
#F7D6F0
(247,214,240)
#F8DDF3
(248,221,243)
#F9E4F6
(249,228,246)
#FAEBF9
(250,235,249)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ACDE color. Also use rgb(241,172,222) instead hex code.

Text Font Color

.myTextColor { color: #F1ACDE; }

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

This text font color is #F1ACDE.


Background Color

.myBgColor { background-color: #F1ACDE; }

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

This div background color is #F1ACDE.


Border color

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

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

This div border color is #F1ACDE.


Opacity

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

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

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

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

This text has shadow with #F1ACDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ACDE on black background.


Color preview on white background

This text has color #F1ACDE on white background.



Black color preview on #F1ACDE background

This text has black color on #F1ACDE background.


White color preview on #F1ACDE background

This text has white color on #F1ACDE background.