COLOR #F1B0BF

HEX: #F1B0BF
RGB: (241,176,191)

Color info

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

RGB color model

#F1B0BF color RGB value is (241,176,191).

  • red value is 241;
  • green value is 176;
  • blue value is 191.
RGB:
(241,176,191)
(95%,69%,75%)

RGB channels and saturation

R 241 of 255 = 95%
G 176 of 255 = 69%
B 191 of 255 = 75%

241
176
191

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

Portions of RGB colors in percentages

R + G + B =
241 + 176 + 191 = 608 (100%)
R 241 of 608 ~ 39.64%
G 176 of 608 ~ 28.95%
B 191 of 608 ~ 31.41%

%39.64
%28.95
%31.41

CMYK color model

#F1B0BF color CMYK value is (0,27,21,5).

  • cyan value is 0.00%
  • magenta value is 26.97%
  • yellow value is 20.75%
  • key color value is 5.49%
CMYK:
(0,27,21,5)
C0M27Y21K5 
(0%,27%,21%,5%)
(0.00/0.27/0.21/0.05)	

CMYK percentages

%0
%26.97
%20.75
%5.49

Codes

Color #F1B0BF in popluar color models

F1B0BF
RGB241176191
HSL346°69.89%81.76%
HSB/HSV346°26.97%94.51%
CMYK0.00%26.97%20.75%
5.49%

Color #F1B0BF in popluar number systems.

HEXF1B0BF
Decimal241176191
Binary111100011011000010111111
Octal361260277

Shades and tints

Shades of #F1B0BF

#F1B0BF
(241,176,191)
#DCA0AE
(220,160,174)
#C7909D
(199,144,157)
#B2808C
(178,128,140)
#9D707B
(157,112,123)
#88606A
(136,96,106)
#735059
(115,80,89)
#5E4048
(94,64,72)
#493037
(73,48,55)
#342026
(52,32,38)
#1F1015
(31,16,21)
#000000
(0,0,0)

Tints of #F1B0BF

#F1B0BF
(241,176,191)
#F2B7C4
(242,183,196)
#F3BEC9
(243,190,201)
#F4C5CE
(244,197,206)
#F5CCD3
(245,204,211)
#F6D3D8
(246,211,216)
#F7DADD
(247,218,221)
#F8E1E2
(248,225,226)
#F9E8E7
(249,232,231)
#FAEFEC
(250,239,236)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B0BF color. Also use rgb(241,176,191) instead hex code.

Text Font Color

.myTextColor { color: #F1B0BF; }

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

This text font color is #F1B0BF.


Background Color

.myBgColor { background-color: #F1B0BF; }

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

This div background color is #F1B0BF.


Border color

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

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

This div border color is #F1B0BF.


Opacity

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

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

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

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

This text has shadow with #F1B0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B0BF on black background.


Color preview on white background

This text has color #F1B0BF on white background.



Black color preview on #F1B0BF background

This text has black color on #F1B0BF background.


White color preview on #F1B0BF background

This text has white color on #F1B0BF background.