COLOR #F9A1BB

HEX: #F9A1BB RGB: (249,161,187)

Color info

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

RGB color model

#F9A1BB color RGB value is (249,161,187).

RGB: (249,161,187) (98%, 63%, 73%)

RGB channels and saturation

R 249 of 255 = 98%
G 161 of 255 = 63%
B 187 of 255 = 73%

249
161
187

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

Portions of RGB colors in percentages

R + G + B = 249 + 161 + 187 = 597 (100%)
R 249 of 597 ~ 41.71%
G 161 of 597 ~ 26.97%
B 187 of 597 ~ 31.32'%

%41.71
%26.97
%31.32

CMYK color model

#F9A1BB color CMYK value is (0,35,25,2).

  • cyan value is 0.00%
  • magenta value is 35.34%
  • yellow value is 24.90%
  • key color value is 2.35%

CMYK: (0,35,25,2)
C0M35Y25K2 (0%, 35%, 25%, 2%)
(0.00 / 0.35 / 0.25 / 0.02)

CMYK percentages

%0
%35.34
%24.9
%2.35

Codes

Color #F9A1BB in popluar color models

F9 A1 BB
RGB 249 161 187
HSL 342° 88.00% 80.39%
HSB/HSV 342° 35.34% 97.65%
CMYK 0.00% 35.34% 24.90%
2.35%

Color #F9A1BB in popluar number systems.

HEX F9 A1 BB
Decimal 249 161 187
Binary 11111001 10100001 10111011
Octal 371 241 273

Shades and tints

Shades of #F9A1BB

#F9A1BB
(249,161,187)
#E393AA
(227,147,170)
#CD8599
(205,133,153)
#B77788
(183,119,136)
#A16977
(161,105,119)
#8B5B66
(139,91,102)
#754D55
(117,77,85)
#5F3F44
(95,63,68)
#493133
(73,49,51)
#332322
(51,35,34)
#1D1511
(29,21,17)
#000000
(0,0,0)

Tints of #F9A1BB

#F9A1BB
(249,161,187)
#F9A9C1
(249,169,193)
#F9B1C7
(249,177,199)
#F9B9CD
(249,185,205)
#F9C1D3
(249,193,211)
#F9C9D9
(249,201,217)
#F9D1DF
(249,209,223)
#F9D9E5
(249,217,229)
#F9E1EB
(249,225,235)
#F9E9F1
(249,233,241)
#F9F1F7
(249,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A1BB color. Also use rgb(249,161,187) instead hex code.

Text Font Color

.myTextColor { color: #F9A1BB; }

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

This text font color is #F9A1BB.

Background Color

.myBgColor { background-color: #F9A1BB; }

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

This div background color is #F9A1BB.

Border color

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

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

This div border color is #F9A1BB.

Opacity

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

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

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

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

This text has shadow with #F9A1BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9A1BB.

Preview

Color preview on black background

This text has color #F9A1BB on black background.


Color preview on white background

This text has color #F9A1BB on white background.


Black color preview on #F9A1BB background

This text has black color on #F9A1BB background.


White color preview on #F9A1BB background

This text has white color on #F9A1BB background.


Related colors

Complementary color

Complementary color for #hex is #065E44.


I love getcolorcode.com

Triadic colors

1 #BBF9A1 and #A1BBF9 with #F9A1BB are triadic colors.

2 #BBA1F9 and #A1F9BB with #F9A1BB are triadic colors.