COLOR #F1B2B8

HEX: #F1B2B8
RGB: (241,178,184)

Color info

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

RGB color model

#F1B2B8 color RGB value is (241,178,184).

  • red value is 241;
  • green value is 178;
  • blue value is 184.
RGB:
(241,178,184)
(95%,70%,72%)

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 184 of 255 = 72%

241
178
184

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

Portions of RGB colors in percentages

R + G + B =
241 + 178 + 184 = 603 (100%)
R 241 of 603 ~ 39.97%
G 178 of 603 ~ 29.52%
B 184 of 603 ~ 30.51%

%39.97
%29.52
%30.51

CMYK color model

#F1B2B8 color CMYK value is (0,26,24,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 23.65%
  • key color value is 5.49%
CMYK:
(0,26,24,5)
C0M26Y24K5 
(0%,26%,24%,5%)
(0.00/0.26/0.24/0.05)	

CMYK percentages

%0
%26.14
%23.65
%5.49

Codes

Color #F1B2B8 in popluar color models

F1B2B8
RGB241178184
HSL354°69.23%82.16%
HSB/HSV354°26.14%94.51%
CMYK0.00%26.14%23.65%
5.49%

Color #F1B2B8 in popluar number systems.

HEXF1B2B8
Decimal241178184
Binary111100011011001010111000
Octal361262270

Shades and tints

Shades of #F1B2B8

#F1B2B8
(241,178,184)
#DCA2A8
(220,162,168)
#C79298
(199,146,152)
#B28288
(178,130,136)
#9D7278
(157,114,120)
#886268
(136,98,104)
#735258
(115,82,88)
#5E4248
(94,66,72)
#493238
(73,50,56)
#342228
(52,34,40)
#1F1218
(31,18,24)
#000000
(0,0,0)

Tints of #F1B2B8

#F1B2B8
(241,178,184)
#F2B9BE
(242,185,190)
#F3C0C4
(243,192,196)
#F4C7CA
(244,199,202)
#F5CED0
(245,206,208)
#F6D5D6
(246,213,214)
#F7DCDC
(247,220,220)
#F8E3E2
(248,227,226)
#F9EAE8
(249,234,232)
#FAF1EE
(250,241,238)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B2B8 color. Also use rgb(241,178,184) instead hex code.

Text Font Color

.myTextColor { color: #F1B2B8; }

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

This text font color is #F1B2B8.


Background Color

.myBgColor { background-color: #F1B2B8; }

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

This div background color is #F1B2B8.


Border color

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

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

This div border color is #F1B2B8.


Opacity

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

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

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

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

This text has shadow with #F1B2B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B2B8 on black background.


Color preview on white background

This text has color #F1B2B8 on white background.



Black color preview on #F1B2B8 background

This text has black color on #F1B2B8 background.


White color preview on #F1B2B8 background

This text has white color on #F1B2B8 background.