COLOR #F9BBA1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

249
187
161

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

Portions of RGB colors in percentages

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

%41.71
%31.32
%26.97

CMYK color model

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

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

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

CMYK percentages

%0
%24.9
%35.34
%2.35

Codes

Color #F9BBA1 in popluar color models

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

Color #F9BBA1 in popluar number systems.

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

Shades and tints

Shades of #F9BBA1

#F9BBA1
(249,187,161)
#E3AA93
(227,170,147)
#CD9985
(205,153,133)
#B78877
(183,136,119)
#A17769
(161,119,105)
#8B665B
(139,102,91)
#75554D
(117,85,77)
#5F443F
(95,68,63)
#493331
(73,51,49)
#332223
(51,34,35)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #F9BBA1

#F9BBA1
(249,187,161)
#F9C1A9
(249,193,169)
#F9C7B1
(249,199,177)
#F9CDB9
(249,205,185)
#F9D3C1
(249,211,193)
#F9D9C9
(249,217,201)
#F9DFD1
(249,223,209)
#F9E5D9
(249,229,217)
#F9EBE1
(249,235,225)
#F9F1E9
(249,241,233)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BBA1; }

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

This text font color is #F9BBA1.

Background Color

.myBgColor { background-color: #F9BBA1; }

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

This div background color is #F9BBA1.

Border color

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

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

This div border color is #F9BBA1.

Opacity

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

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

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

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

This text has shadow with #F9BBA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BBA1.

Preview

Color preview on black background

This text has color #F9BBA1 on black background.


Color preview on white background

This text has color #F9BBA1 on white background.


Black color preview on #F9BBA1 background

This text has black color on #F9BBA1 background.


White color preview on #F9BBA1 background

This text has white color on #F9BBA1 background.


Related colors

Complementary color

Complementary color for #hex is #06445E.


I love getcolorcode.com

Triadic colors

1 #A1F9BB and #BBA1F9 with #F9BBA1 are triadic colors.

2 #A1BBF9 and #BBF9A1 with #F9BBA1 are triadic colors.