COLOR #F1B7D1

HEX: #F1B7D1
RGB: (241,183,209)

Color info

#F1B7D1 contains red, green and blue colors in about the same proportion. Web safe color of #F1B7D1 is #FFCCCC (or #FCC).

RGB color model

#F1B7D1 color RGB value is (241,183,209).

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

RGB channels and saturation

R 241 of 255 = 95%
G 183 of 255 = 72%
B 209 of 255 = 82%

241
183
209

R + G + B ~ 83%. #F1B7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 183 + 209 = 633 (100%)
R 241 of 633 ~ 38.07%
G 183 of 633 ~ 28.91%
B 209 of 633 ~ 33.02%

%38.07
%28.91
%33.02

CMYK color model

#F1B7D1 color CMYK value is (0,24,13,5).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 13.28%
  • key color value is 5.49%
CMYK:
(0,24,13,5)
C0M24Y13K5 
(0%,24%,13%,5%)
(0.00/0.24/0.13/0.05)	

CMYK percentages

%0
%24.07
%13.28
%5.49

Codes

Color #F1B7D1 in popluar color models

F1B7D1
RGB241183209
HSL333°67.44%83.14%
HSB/HSV333°24.07%94.51%
CMYK0.00%24.07%13.28%
5.49%

Color #F1B7D1 in popluar number systems.

HEXF1B7D1
Decimal241183209
Binary111100011011011111010001
Octal361267321

Shades and tints

Shades of #F1B7D1

#F1B7D1
(241,183,209)
#DCA7BE
(220,167,190)
#C797AB
(199,151,171)
#B28798
(178,135,152)
#9D7785
(157,119,133)
#886772
(136,103,114)
#73575F
(115,87,95)
#5E474C
(94,71,76)
#493739
(73,55,57)
#342726
(52,39,38)
#1F1713
(31,23,19)
#000000
(0,0,0)

Tints of #F1B7D1

#F1B7D1
(241,183,209)
#F2BDD5
(242,189,213)
#F3C3D9
(243,195,217)
#F4C9DD
(244,201,221)
#F5CFE1
(245,207,225)
#F6D5E5
(246,213,229)
#F7DBE9
(247,219,233)
#F8E1ED
(248,225,237)
#F9E7F1
(249,231,241)
#FAEDF5
(250,237,245)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B7D1; }

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

This text font color is #F1B7D1.


Background Color

.myBgColor { background-color: #F1B7D1; }

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

This div background color is #F1B7D1.


Border color

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

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

This div border color is #F1B7D1.


Opacity

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

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

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

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

This text has shadow with #F1B7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B7D1 on black background.


Color preview on white background

This text has color #F1B7D1 on white background.



Black color preview on #F1B7D1 background

This text has black color on #F1B7D1 background.


White color preview on #F1B7D1 background

This text has white color on #F1B7D1 background.