COLOR #F9B0B5

HEX: #F9B0B5 RGB: (249,176,181)

Color info

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

RGB color model

#F9B0B5 color RGB value is (249,176,181).

RGB: (249,176,181) (98%, 69%, 71%)

RGB channels and saturation

R 249 of 255 = 98%
G 176 of 255 = 69%
B 181 of 255 = 71%

249
176
181

R + G + B ~ 79%. #F9B0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 176 + 181 = 606 (100%)
R 249 of 606 ~ 41.09%
G 176 of 606 ~ 29.04%
B 181 of 606 ~ 29.87'%

%41.09
%29.04
%29.87

CMYK color model

#F9B0B5 color CMYK value is (0,29,27,2).

  • cyan value is 0.00%
  • magenta value is 29.32%
  • yellow value is 27.31%
  • key color value is 2.35%

CMYK: (0,29,27,2)
C0M29Y27K2 (0%, 29%, 27%, 2%)
(0.00 / 0.29 / 0.27 / 0.02)

CMYK percentages

%0
%29.32
%27.31
%2.35

Codes

Color #F9B0B5 in popluar color models

F9 B0 B5
RGB 249 176 181
HSL 356° 85.88% 83.33%
HSB/HSV 356° 29.32% 97.65%
CMYK 0.00% 29.32% 27.31%
2.35%

Color #F9B0B5 in popluar number systems.

HEX F9 B0 B5
Decimal 249 176 181
Binary 11111001 10110000 10110101
Octal 371 260 265

Shades and tints

Shades of #F9B0B5

#F9B0B5
(249,176,181)
#E3A0A5
(227,160,165)
#CD9095
(205,144,149)
#B78085
(183,128,133)
#A17075
(161,112,117)
#8B6065
(139,96,101)
#755055
(117,80,85)
#5F4045
(95,64,69)
#493035
(73,48,53)
#332025
(51,32,37)
#1D1015
(29,16,21)
#000000
(0,0,0)

Tints of #F9B0B5

#F9B0B5
(249,176,181)
#F9B7BB
(249,183,187)
#F9BEC1
(249,190,193)
#F9C5C7
(249,197,199)
#F9CCCD
(249,204,205)
#F9D3D3
(249,211,211)
#F9DAD9
(249,218,217)
#F9E1DF
(249,225,223)
#F9E8E5
(249,232,229)
#F9EFEB
(249,239,235)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B0B5 color. Also use rgb(249,176,181) instead hex code.

Text Font Color

.myTextColor { color: #F9B0B5; }

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

This text font color is #F9B0B5.

Background Color

.myBgColor { background-color: #F9B0B5; }

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

This div background color is #F9B0B5.

Border color

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

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

This div border color is #F9B0B5.

Opacity

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

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

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

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

This text has shadow with #F9B0B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B0B5.

Preview

Color preview on black background

This text has color #F9B0B5 on black background.


Color preview on white background

This text has color #F9B0B5 on white background.


Black color preview on #F9B0B5 background

This text has black color on #F9B0B5 background.


White color preview on #F9B0B5 background

This text has white color on #F9B0B5 background.


Related colors

Complementary color

Complementary color for #hex is #064F4A.


I love getcolorcode.com

Triadic colors

1 #B5F9B0 and #B0B5F9 with #F9B0B5 are triadic colors.

2 #B5B0F9 and #B0F9B5 with #F9B0B5 are triadic colors.