COLOR #F1B7B2

HEX: #F1B7B2
RGB: (241,183,178)

Color info

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

RGB color model

#F1B7B2 color RGB value is (241,183,178).

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

RGB channels and saturation

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

241
183
178

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

Portions of RGB colors in percentages

R + G + B =
241 + 183 + 178 = 602 (100%)
R 241 of 602 ~ 40.03%
G 183 of 602 ~ 30.4%
B 178 of 602 ~ 29.57%

%40.03
%30.4
%29.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.07%
  • 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
%24.07
%26.14
%5.49

Codes

Color #F1B7B2 in popluar color models

F1B7B2
RGB241183178
HSL69.23%82.16%
HSB/HSV26.14%94.51%
CMYK0.00%24.07%26.14%
5.49%

Color #F1B7B2 in popluar number systems.

HEXF1B7B2
Decimal241183178
Binary111100011011011110110010
Octal361267262

Shades and tints

Shades of #F1B7B2

#F1B7B2
(241,183,178)
#DCA7A2
(220,167,162)
#C79792
(199,151,146)
#B28782
(178,135,130)
#9D7772
(157,119,114)
#886762
(136,103,98)
#735752
(115,87,82)
#5E4742
(94,71,66)
#493732
(73,55,50)
#342722
(52,39,34)
#1F1712
(31,23,18)
#000000
(0,0,0)

Tints of #F1B7B2

#F1B7B2
(241,183,178)
#F2BDB9
(242,189,185)
#F3C3C0
(243,195,192)
#F4C9C7
(244,201,199)
#F5CFCE
(245,207,206)
#F6D5D5
(246,213,213)
#F7DBDC
(247,219,220)
#F8E1E3
(248,225,227)
#F9E7EA
(249,231,234)
#FAEDF1
(250,237,241)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B7B2; }

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

This text font color is #F1B7B2.


Background Color

.myBgColor { background-color: #F1B7B2; }

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

This div background color is #F1B7B2.


Border color

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

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

This div border color is #F1B7B2.


Opacity

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

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

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

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

This text has shadow with #F1B7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B7B2 on black background.


Color preview on white background

This text has color #F1B7B2 on white background.



Black color preview on #F1B7B2 background

This text has black color on #F1B7B2 background.


White color preview on #F1B7B2 background

This text has white color on #F1B7B2 background.