COLOR #F1ABD6

HEX: #F1ABD6
RGB: (241,171,214)

Color info

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

RGB color model

#F1ABD6 color RGB value is (241,171,214).

  • red value is 241;
  • green value is 171;
  • blue value is 214.
RGB:
(241,171,214)
(95%,67%,84%)

RGB channels and saturation

R 241 of 255 = 95%
G 171 of 255 = 67%
B 214 of 255 = 84%

241
171
214

R + G + B ~ 82%. #F1ABD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 171 + 214 = 626 (100%)
R 241 of 626 ~ 38.5%
G 171 of 626 ~ 27.32%
B 214 of 626 ~ 34.19%

%38.5
%27.32
%34.19

CMYK color model

#F1ABD6 color CMYK value is (0,29,11,5).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 11.20%
  • key color value is 5.49%
CMYK:
(0,29,11,5)
C0M29Y11K5 
(0%,29%,11%,5%)
(0.00/0.29/0.11/0.05)	

CMYK percentages

%0
%29.05
%11.2
%5.49

Codes

Color #F1ABD6 in popluar color models

F1ABD6
RGB241171214
HSL323°71.43%80.78%
HSB/HSV323°29.05%94.51%
CMYK0.00%29.05%11.20%
5.49%

Color #F1ABD6 in popluar number systems.

HEXF1ABD6
Decimal241171214
Binary111100011010101111010110
Octal361253326

Shades and tints

Shades of #F1ABD6

#F1ABD6
(241,171,214)
#DC9CC3
(220,156,195)
#C78DB0
(199,141,176)
#B27E9D
(178,126,157)
#9D6F8A
(157,111,138)
#886077
(136,96,119)
#735164
(115,81,100)
#5E4251
(94,66,81)
#49333E
(73,51,62)
#34242B
(52,36,43)
#1F1518
(31,21,24)
#000000
(0,0,0)

Tints of #F1ABD6

#F1ABD6
(241,171,214)
#F2B2D9
(242,178,217)
#F3B9DC
(243,185,220)
#F4C0DF
(244,192,223)
#F5C7E2
(245,199,226)
#F6CEE5
(246,206,229)
#F7D5E8
(247,213,232)
#F8DCEB
(248,220,235)
#F9E3EE
(249,227,238)
#FAEAF1
(250,234,241)
#FBF1F4
(251,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ABD6 color. Also use rgb(241,171,214) instead hex code.

Text Font Color

.myTextColor { color: #F1ABD6; }

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

This text font color is #F1ABD6.


Background Color

.myBgColor { background-color: #F1ABD6; }

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

This div background color is #F1ABD6.


Border color

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

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

This div border color is #F1ABD6.


Opacity

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

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

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

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

This text has shadow with #F1ABD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ABD6 on black background.


Color preview on white background

This text has color #F1ABD6 on white background.



Black color preview on #F1ABD6 background

This text has black color on #F1ABD6 background.


White color preview on #F1ABD6 background

This text has white color on #F1ABD6 background.