COLOR #F9BAB1

HEX: #F9BAB1 RGB: (249,186,177)

Color info

#F9BAB1 contains mainly red color. Web safe color of #F9BAB1 is #FFCC99 (or #FC9).

RGB color model

#F9BAB1 color RGB value is (249,186,177).

RGB: (249,186,177) (98%, 73%, 69%)

RGB channels and saturation

R 249 of 255 = 98%
G 186 of 255 = 73%
B 177 of 255 = 69%

249
186
177

R + G + B ~ 80%. #F9BAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 186 + 177 = 612 (100%)
R 249 of 612 ~ 40.69%
G 186 of 612 ~ 30.39%
B 177 of 612 ~ 28.92'%

%40.69
%30.39
%28.92

CMYK color model

#F9BAB1 color CMYK value is (0,25,29,2).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 28.92%
  • key color value is 2.35%
CMYK: (0,25,29,2) C0M25Y29K2 (0%,25%,29%,2%) (0.00/0.25/0.29/0.02) 

CMYK percentages

%0
%25.3
%28.92
%2.35

Codes

Color #F9BAB1 in popluar color models

F9 BA B1
RGB 249 186 177
HSL 85.71% 83.53%
HSB/HSV 28.92% 97.65%
CMYK 0.00% 25.30% 28.92%
2.35%

Color #F9BAB1 in popluar number systems.

HEX F9 BA B1
Decimal 249 186 177
Binary 11111001 10111010 10110001
Octal 371 272 261

Shades and tints

Shades of #F9BAB1

#F9BAB1
(249,186,177)
#E3AAA1
(227,170,161)
#CD9A91
(205,154,145)
#B78A81
(183,138,129)
#A17A71
(161,122,113)
#8B6A61
(139,106,97)
#755A51
(117,90,81)
#5F4A41
(95,74,65)
#493A31
(73,58,49)
#332A21
(51,42,33)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #F9BAB1

#F9BAB1
(249,186,177)
#F9C0B8
(249,192,184)
#F9C6BF
(249,198,191)
#F9CCC6
(249,204,198)
#F9D2CD
(249,210,205)
#F9D8D4
(249,216,212)
#F9DEDB
(249,222,219)
#F9E4E2
(249,228,226)
#F9EAE9
(249,234,233)
#F9F0F0
(249,240,240)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BAB1 color. Also use rgb(249,186,177) instead hex code.

Text Font Color

.myTextColor { color: #F9BAB1; }

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

This text font color is #F9BAB1.

Background Color

.myBgColor { background-color: #F9BAB1; }

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

This div background color is #F9BAB1.

Border color

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

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

This div border color is #F9BAB1.

Opacity

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

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

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

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

This text has shadow with #F9BAB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BAB1.

Preview

Color preview on black background

This text has color #F9BAB1 on black background.


Color preview on white background

This text has color #F9BAB1 on white background.


Black color preview on #F9BAB1 background

This text has black color on #F9BAB1 background.


White color preview on #F9BAB1 background

This text has white color on #F9BAB1 background.


Related colors

Complementary color

Complementary color for #hex is #06454E.


I love getcolorcode.com

Triadic colors

1 #B1F9BA and #BAB1F9 with #F9BAB1 are triadic colors.

2 #B1BAF9 and #BAF9B1 with #F9BAB1 are triadic colors.