COLOR #F0B1B9

HEX: #F0B1B9 RGB: (240,177,185)

Color info

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

RGB color model

#F0B1B9 color RGB value is (240,177,185).

RGB: (240,177,185) (94%, 69%, 73%)

RGB channels and saturation

R 240 of 255 = 94%
G 177 of 255 = 69%
B 185 of 255 = 73%

240
177
185

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

Portions of RGB colors in percentages

R + G + B = 240 + 177 + 185 = 602 (100%)
R 240 of 602 ~ 39.87%
G 177 of 602 ~ 29.4%
B 185 of 602 ~ 30.73'%

%39.87
%29.4
%30.73

CMYK color model

#F0B1B9 color CMYK value is (0,26,23,6).

  • cyan value is 0.00%
  • magenta value is 26.25%
  • yellow value is 22.92%
  • key color value is 5.88%

CMYK: (0,26,23,6)
C0M26Y23K6 (0%, 26%, 23%, 6%)
(0.00 / 0.26 / 0.23 / 0.06)

CMYK percentages

%0
%26.25
%22.92
%5.88

Codes

Color #F0B1B9 in popluar color models

F0 B1 B9
RGB 240 177 185
HSL 352° 67.74% 81.76%
HSB/HSV 352° 26.25% 94.12%
CMYK 0.00% 26.25% 22.92%
5.88%

Color #F0B1B9 in popluar number systems.

HEX F0 B1 B9
Decimal 240 177 185
Binary 11110000 10110001 10111001
Octal 360 261 271

Shades and tints

Shades of #F0B1B9

#F0B1B9
(240,177,185)
#DBA1A9
(219,161,169)
#C69199
(198,145,153)
#B18189
(177,129,137)
#9C7179
(156,113,121)
#876169
(135,97,105)
#725159
(114,81,89)
#5D4149
(93,65,73)
#483139
(72,49,57)
#332129
(51,33,41)
#1E1119
(30,17,25)
#000000
(0,0,0)

Tints of #F0B1B9

#F0B1B9
(240,177,185)
#F1B8BF
(241,184,191)
#F2BFC5
(242,191,197)
#F3C6CB
(243,198,203)
#F4CDD1
(244,205,209)
#F5D4D7
(245,212,215)
#F6DBDD
(246,219,221)
#F7E2E3
(247,226,227)
#F8E9E9
(248,233,233)
#F9F0EF
(249,240,239)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0B1B9 color. Also use rgb(240,177,185) instead hex code.

Text Font Color

.myTextColor { color: #F0B1B9; }

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

This text font color is #F0B1B9.

Background Color

.myBgColor { background-color: #F0B1B9; }

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

This div background color is #F0B1B9.

Border color

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

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

This div border color is #F0B1B9.

Opacity

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

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

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

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

This text has shadow with #F0B1B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0B1B9.

Preview

Color preview on black background

This text has color #F0B1B9 on black background.


Color preview on white background

This text has color #F0B1B9 on white background.


Black color preview on #F0B1B9 background

This text has black color on #F0B1B9 background.


White color preview on #F0B1B9 background

This text has white color on #F0B1B9 background.


Related colors

Complementary color

Complementary color for #hex is #0F4E46.


I love getcolorcode.com

Triadic colors

1 #B9F0B1 and #B1B9F0 with #F0B1B9 are triadic colors.

2 #B9B1F0 and #B1F0B9 with #F0B1B9 are triadic colors.