COLOR #F1ABB4

HEX: #F1ABB4
RGB: (241,171,180)

Color info

#F1ABB4 contains mainly red color. Web safe color of #F1ABB4 is #FF99CC (or #F9C).

RGB color model

#F1ABB4 color RGB value is (241,171,180).

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

RGB channels and saturation

R 241 of 255 = 95%
G 171 of 255 = 67%
B 180 of 255 = 71%

241
171
180

R + G + B ~ 78%. #F1ABB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 171 + 180 = 592 (100%)
R 241 of 592 ~ 40.71%
G 171 of 592 ~ 28.89%
B 180 of 592 ~ 30.41%

%40.71
%28.89
%30.41

CMYK color model

#F1ABB4 color CMYK value is (0,29,25,5).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 25.31%
  • key color value is 5.49%
CMYK:
(0,29,25,5)
C0M29Y25K5 
(0%,29%,25%,5%)
(0.00/0.29/0.25/0.05)	

CMYK percentages

%0
%29.05
%25.31
%5.49

Codes

Color #F1ABB4 in popluar color models

F1ABB4
RGB241171180
HSL352°71.43%80.78%
HSB/HSV352°29.05%94.51%
CMYK0.00%29.05%25.31%
5.49%

Color #F1ABB4 in popluar number systems.

HEXF1ABB4
Decimal241171180
Binary111100011010101110110100
Octal361253264

Shades and tints

Shades of #F1ABB4

#F1ABB4
(241,171,180)
#DC9CA4
(220,156,164)
#C78D94
(199,141,148)
#B27E84
(178,126,132)
#9D6F74
(157,111,116)
#886064
(136,96,100)
#735154
(115,81,84)
#5E4244
(94,66,68)
#493334
(73,51,52)
#342424
(52,36,36)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F1ABB4

#F1ABB4
(241,171,180)
#F2B2BA
(242,178,186)
#F3B9C0
(243,185,192)
#F4C0C6
(244,192,198)
#F5C7CC
(245,199,204)
#F6CED2
(246,206,210)
#F7D5D8
(247,213,216)
#F8DCDE
(248,220,222)
#F9E3E4
(249,227,228)
#FAEAEA
(250,234,234)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1ABB4; }

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

This text font color is #F1ABB4.


Background Color

.myBgColor { background-color: #F1ABB4; }

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

This div background color is #F1ABB4.


Border color

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

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

This div border color is #F1ABB4.


Opacity

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

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

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

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

This text has shadow with #F1ABB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1ABB4 on black background.


Color preview on white background

This text has color #F1ABB4 on white background.



Black color preview on #F1ABB4 background

This text has black color on #F1ABB4 background.


White color preview on #F1ABB4 background

This text has white color on #F1ABB4 background.