COLOR #F1B3BD

HEX: #F1B3BD
RGB: (241,179,189)

Color info

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

RGB color model

#F1B3BD color RGB value is (241,179,189).

  • red value is 241;
  • green value is 179;
  • blue value is 189.
RGB:
(241,179,189)
(95%,70%,74%)

RGB channels and saturation

R 241 of 255 = 95%
G 179 of 255 = 70%
B 189 of 255 = 74%

241
179
189

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

Portions of RGB colors in percentages

R + G + B =
241 + 179 + 189 = 609 (100%)
R 241 of 609 ~ 39.57%
G 179 of 609 ~ 29.39%
B 189 of 609 ~ 31.03%

%39.57
%29.39
%31.03

CMYK color model

#F1B3BD color CMYK value is (0,26,22,5).

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 21.58%
  • key color value is 5.49%
CMYK:
(0,26,22,5)
C0M26Y22K5 
(0%,26%,22%,5%)
(0.00/0.26/0.22/0.05)	

CMYK percentages

%0
%25.73
%21.58
%5.49

Codes

Color #F1B3BD in popluar color models

F1B3BD
RGB241179189
HSL350°68.89%82.35%
HSB/HSV350°25.73%94.51%
CMYK0.00%25.73%21.58%
5.49%

Color #F1B3BD in popluar number systems.

HEXF1B3BD
Decimal241179189
Binary111100011011001110111101
Octal361263275

Shades and tints

Shades of #F1B3BD

#F1B3BD
(241,179,189)
#DCA3AC
(220,163,172)
#C7939B
(199,147,155)
#B2838A
(178,131,138)
#9D7379
(157,115,121)
#886368
(136,99,104)
#735357
(115,83,87)
#5E4346
(94,67,70)
#493335
(73,51,53)
#342324
(52,35,36)
#1F1313
(31,19,19)
#000000
(0,0,0)

Tints of #F1B3BD

#F1B3BD
(241,179,189)
#F2B9C3
(242,185,195)
#F3BFC9
(243,191,201)
#F4C5CF
(244,197,207)
#F5CBD5
(245,203,213)
#F6D1DB
(246,209,219)
#F7D7E1
(247,215,225)
#F8DDE7
(248,221,231)
#F9E3ED
(249,227,237)
#FAE9F3
(250,233,243)
#FBEFF9
(251,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B3BD color. Also use rgb(241,179,189) instead hex code.

Text Font Color

.myTextColor { color: #F1B3BD; }

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

This text font color is #F1B3BD.


Background Color

.myBgColor { background-color: #F1B3BD; }

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

This div background color is #F1B3BD.


Border color

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

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

This div border color is #F1B3BD.


Opacity

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

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

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

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

This text has shadow with #F1B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B3BD on black background.


Color preview on white background

This text has color #F1B3BD on white background.



Black color preview on #F1B3BD background

This text has black color on #F1B3BD background.


White color preview on #F1B3BD background

This text has white color on #F1B3BD background.