COLOR #F1B2D5

HEX: #F1B2D5
RGB: (241,178,213)

Color info

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

RGB color model

#F1B2D5 color RGB value is (241,178,213).

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

RGB channels and saturation

R 241 of 255 = 95%
G 178 of 255 = 70%
B 213 of 255 = 84%

241
178
213

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

Portions of RGB colors in percentages

R + G + B =
241 + 178 + 213 = 632 (100%)
R 241 of 632 ~ 38.13%
G 178 of 632 ~ 28.16%
B 213 of 632 ~ 33.7%

%38.13
%28.16
%33.7

CMYK color model

#F1B2D5 color CMYK value is (0,26,12,5).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 11.62%
  • key color value is 5.49%
CMYK:
(0,26,12,5)
C0M26Y12K5 
(0%,26%,12%,5%)
(0.00/0.26/0.12/0.05)	

CMYK percentages

%0
%26.14
%11.62
%5.49

Codes

Color #F1B2D5 in popluar color models

F1B2D5
RGB241178213
HSL327°69.23%82.16%
HSB/HSV327°26.14%94.51%
CMYK0.00%26.14%11.62%
5.49%

Color #F1B2D5 in popluar number systems.

HEXF1B2D5
Decimal241178213
Binary111100011011001011010101
Octal361262325

Shades and tints

Shades of #F1B2D5

#F1B2D5
(241,178,213)
#DCA2C2
(220,162,194)
#C792AF
(199,146,175)
#B2829C
(178,130,156)
#9D7289
(157,114,137)
#886276
(136,98,118)
#735263
(115,82,99)
#5E4250
(94,66,80)
#49323D
(73,50,61)
#34222A
(52,34,42)
#1F1217
(31,18,23)
#000000
(0,0,0)

Tints of #F1B2D5

#F1B2D5
(241,178,213)
#F2B9D8
(242,185,216)
#F3C0DB
(243,192,219)
#F4C7DE
(244,199,222)
#F5CEE1
(245,206,225)
#F6D5E4
(246,213,228)
#F7DCE7
(247,220,231)
#F8E3EA
(248,227,234)
#F9EAED
(249,234,237)
#FAF1F0
(250,241,240)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1B2D5; }

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

This text font color is #F1B2D5.


Background Color

.myBgColor { background-color: #F1B2D5; }

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

This div background color is #F1B2D5.


Border color

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

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

This div border color is #F1B2D5.


Opacity

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

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

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

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

This text has shadow with #F1B2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B2D5 on black background.


Color preview on white background

This text has color #F1B2D5 on white background.



Black color preview on #F1B2D5 background

This text has black color on #F1B2D5 background.


White color preview on #F1B2D5 background

This text has white color on #F1B2D5 background.