COLOR #F1A3BB

HEX: #F1A3BB RGB: (241,163,187)

Color info

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

RGB color model

#F1A3BB color RGB value is (241,163,187).

RGB: (241,163,187) (95%, 64%, 73%)

RGB channels and saturation

R 241 of 255 = 95%
G 163 of 255 = 64%
B 187 of 255 = 73%

241
163
187

R + G + B ~ 77%. #F1A3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 163 + 187 = 591 (100%)
R 241 of 591 ~ 40.78%
G 163 of 591 ~ 27.58%
B 187 of 591 ~ 31.64'%

%40.78
%27.58
%31.64

CMYK color model

#F1A3BB color CMYK value is (0,32,22,5).

  • cyan value is 0.00%
  • magenta value is 32.37%
  • yellow value is 22.41%
  • key color value is 5.49%
CMYK: (0,32,22,5) C0M32Y22K5 (0%,32%,22%,5%) (0.00/0.32/0.22/0.05) 

CMYK percentages

%0
%32.37
%22.41
%5.49

Codes

Color #F1A3BB in popluar color models

F1 A3 BB
RGB 241 163 187
HSL 342° 73.58% 79.22%
HSB/HSV 342° 32.37% 94.51%
CMYK 0.00% 32.37% 22.41%
5.49%

Color #F1A3BB in popluar number systems.

HEX F1 A3 BB
Decimal 241 163 187
Binary 11110001 10100011 10111011
Octal 361 243 273

Shades and tints

Shades of #F1A3BB

#F1A3BB
(241,163,187)
#DC95AA
(220,149,170)
#C78799
(199,135,153)
#B27988
(178,121,136)
#9D6B77
(157,107,119)
#885D66
(136,93,102)
#734F55
(115,79,85)
#5E4144
(94,65,68)
#493333
(73,51,51)
#342522
(52,37,34)
#1F1711
(31,23,17)
#000000
(0,0,0)

Tints of #F1A3BB

#F1A3BB
(241,163,187)
#F2ABC1
(242,171,193)
#F3B3C7
(243,179,199)
#F4BBCD
(244,187,205)
#F5C3D3
(245,195,211)
#F6CBD9
(246,203,217)
#F7D3DF
(247,211,223)
#F8DBE5
(248,219,229)
#F9E3EB
(249,227,235)
#FAEBF1
(250,235,241)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1A3BB color. Also use rgb(241,163,187) instead hex code.

Text Font Color

.myTextColor { color: #F1A3BB; }

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

This text font color is #F1A3BB.

Background Color

.myBgColor { background-color: #F1A3BB; }

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

This div background color is #F1A3BB.

Border color

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

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

This div border color is #F1A3BB.

Opacity

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

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

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

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

This text has shadow with #F1A3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1A3BB.

Preview

Color preview on black background

This text has color #F1A3BB on black background.


Color preview on white background

This text has color #F1A3BB on white background.


Black color preview on #F1A3BB background

This text has black color on #F1A3BB background.


White color preview on #F1A3BB background

This text has white color on #F1A3BB background.


Related colors

Complementary color

Complementary color for #hex is #0E5C44.


I love getcolorcode.com

Triadic colors

1 #BBF1A3 and #A3BBF1 with #F1A3BB are triadic colors.

2 #BBA3F1 and #A3F1BB with #F1A3BB are triadic colors.