COLOR #F1B8B2

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

Color info

#F1B8B2 contains mainly red and green colors. Web safe color of #F1B8B2 is #FFCC99 (or #FC9).

RGB color model

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

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

RGB channels and saturation

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

241
184
178

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

Portions of RGB colors in percentages

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

%39.97
%30.51
%29.52

CMYK color model

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

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

CMYK percentages

%0
%23.65
%26.14
%5.49

Codes

Color #F1B8B2 in popluar color models

F1B8B2
RGB241184178
HSL69.23%82.16%
HSB/HSV26.14%94.51%
CMYK0.00%23.65%26.14%
5.49%

Color #F1B8B2 in popluar number systems.

HEXF1B8B2
Decimal241184178
Binary111100011011100010110010
Octal361270262

Shades and tints

Shades of #F1B8B2

#F1B8B2
(241,184,178)
#DCA8A2
(220,168,162)
#C79892
(199,152,146)
#B28882
(178,136,130)
#9D7872
(157,120,114)
#886862
(136,104,98)
#735852
(115,88,82)
#5E4842
(94,72,66)
#493832
(73,56,50)
#342822
(52,40,34)
#1F1812
(31,24,18)
#000000
(0,0,0)

Tints of #F1B8B2

#F1B8B2
(241,184,178)
#F2BEB9
(242,190,185)
#F3C4C0
(243,196,192)
#F4CAC7
(244,202,199)
#F5D0CE
(245,208,206)
#F6D6D5
(246,214,213)
#F7DCDC
(247,220,220)
#F8E2E3
(248,226,227)
#F9E8EA
(249,232,234)
#FAEEF1
(250,238,241)
#FBF4F8
(251,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B8B2; }

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

This text font color is #F1B8B2.


Background Color

.myBgColor { background-color: #F1B8B2; }

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

This div background color is #F1B8B2.


Border color

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

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

This div border color is #F1B8B2.


Opacity

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

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

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

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

This text has shadow with #F1B8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B8B2 on black background.


Color preview on white background

This text has color #F1B8B2 on white background.



Black color preview on #F1B8B2 background

This text has black color on #F1B8B2 background.


White color preview on #F1B8B2 background

This text has white color on #F1B8B2 background.