COLOR #F1ABD7

HEX: #F1ABD7
RGB: (241,171,215)

Color info

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

RGB color model

#F1ABD7 color RGB value is (241,171,215).

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

RGB channels and saturation

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

241
171
215

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

Portions of RGB colors in percentages

R + G + B =
241 + 171 + 215 = 627 (100%)
R 241 of 627 ~ 38.44%
G 171 of 627 ~ 27.27%
B 215 of 627 ~ 34.29%

%38.44
%27.27
%34.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 10.79%
  • 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
%10.79
%5.49

Codes

Color #F1ABD7 in popluar color models

F1ABD7
RGB241171215
HSL322°71.43%80.78%
HSB/HSV322°29.05%94.51%
CMYK0.00%29.05%10.79%
5.49%

Color #F1ABD7 in popluar number systems.

HEXF1ABD7
Decimal241171215
Binary111100011010101111010111
Octal361253327

Shades and tints

Shades of #F1ABD7

#F1ABD7
(241,171,215)
#DC9CC4
(220,156,196)
#C78DB1
(199,141,177)
#B27E9E
(178,126,158)
#9D6F8B
(157,111,139)
#886078
(136,96,120)
#735165
(115,81,101)
#5E4252
(94,66,82)
#49333F
(73,51,63)
#34242C
(52,36,44)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #F1ABD7

#F1ABD7
(241,171,215)
#F2B2DA
(242,178,218)
#F3B9DD
(243,185,221)
#F4C0E0
(244,192,224)
#F5C7E3
(245,199,227)
#F6CEE6
(246,206,230)
#F7D5E9
(247,213,233)
#F8DCEC
(248,220,236)
#F9E3EF
(249,227,239)
#FAEAF2
(250,234,242)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ABD7; }

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

This text font color is #F1ABD7.


Background Color

.myBgColor { background-color: #F1ABD7; }

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

This div background color is #F1ABD7.


Border color

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

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

This div border color is #F1ABD7.


Opacity

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

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

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

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

This text has shadow with #F1ABD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ABD7 on black background.


Color preview on white background

This text has color #F1ABD7 on white background.



Black color preview on #F1ABD7 background

This text has black color on #F1ABD7 background.


White color preview on #F1ABD7 background

This text has white color on #F1ABD7 background.