COLOR #F1B2D1

HEX: #F1B2D1 RGB: (241,178,209)

Color info

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

RGB color model

#F1B2D1 color RGB value is (241,178,209).

RGB: (241,178,209) (95%, 70%, 82%)

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 209 of 255 = 82%

241
178
209

R + G + B ~ 82%. #F1B2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 178 + 209 = 628 (100%)
R 241 of 628 ~ 38.38%
G 178 of 628 ~ 28.34%
B 209 of 628 ~ 33.28'%

%38.38
%28.34
%33.28

CMYK color model

#F1B2D1 color CMYK value is (0,26,13,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 13.28%
  • key color value is 5.49%

CMYK: (0,26,13,5)
C0M26Y13K5 (0%, 26%, 13%, 5%)
(0.00 / 0.26 / 0.13 / 0.05)

CMYK percentages

%0
%26.14
%13.28
%5.49

Codes

Color #F1B2D1 in popluar color models

F1 B2 D1
RGB 241 178 209
HSL 330° 69.23% 82.16%
HSB/HSV 330° 26.14% 94.51%
CMYK 0.00% 26.14% 13.28%
5.49%

Color #F1B2D1 in popluar number systems.

HEX F1 B2 D1
Decimal 241 178 209
Binary 11110001 10110010 11010001
Octal 361 262 321

Shades and tints

Shades of #F1B2D1

#F1B2D1
(241,178,209)
#DCA2BE
(220,162,190)
#C792AB
(199,146,171)
#B28298
(178,130,152)
#9D7285
(157,114,133)
#886272
(136,98,114)
#73525F
(115,82,95)
#5E424C
(94,66,76)
#493239
(73,50,57)
#342226
(52,34,38)
#1F1213
(31,18,19)
#000000
(0,0,0)

Tints of #F1B2D1

#F1B2D1
(241,178,209)
#F2B9D5
(242,185,213)
#F3C0D9
(243,192,217)
#F4C7DD
(244,199,221)
#F5CEE1
(245,206,225)
#F6D5E5
(246,213,229)
#F7DCE9
(247,220,233)
#F8E3ED
(248,227,237)
#F9EAF1
(249,234,241)
#FAF1F5
(250,241,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B2D1; }

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

This text font color is #F1B2D1.

Background Color

.myBgColor { background-color: #F1B2D1; }

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

This div background color is #F1B2D1.

Border color

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

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

This div border color is #F1B2D1.

Opacity

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

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

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

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

This text has shadow with #F1B2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1B2D1.

Preview

Color preview on black background

This text has color #F1B2D1 on black background.


Color preview on white background

This text has color #F1B2D1 on white background.


Black color preview on #F1B2D1 background

This text has black color on #F1B2D1 background.


White color preview on #F1B2D1 background

This text has white color on #F1B2D1 background.


Related colors

Complementary color

Complementary color for #hex is #0E4D2E.


I love getcolorcode.com

Triadic colors

1 #D1F1B2 and #B2D1F1 with #F1B2D1 are triadic colors.

2 #D1B2F1 and #B2F1D1 with #F1B2D1 are triadic colors.