COLOR #F1B3E5

HEX: #F1B3E5
RGB: (241,179,229)

Color info

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

RGB color model

#F1B3E5 color RGB value is (241,179,229).

  • red value is 241;
  • green value is 179;
  • blue value is 229.
RGB:
(241,179,229)
(95%,70%,90%)

RGB channels and saturation

R 241 of 255 = 95%
G 179 of 255 = 70%
B 229 of 255 = 90%

241
179
229

R + G + B ~ 85%. #F1B3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 179 + 229 = 649 (100%)
R 241 of 649 ~ 37.13%
G 179 of 649 ~ 27.58%
B 229 of 649 ~ 35.29%

%37.13
%27.58
%35.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.73%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(0,26,5,5)
C0M26Y5K5 
(0%,26%,5%,5%)
(0.00/0.26/0.05/0.05)	

CMYK percentages

%0
%25.73
%4.98
%5.49

Codes

Color #F1B3E5 in popluar color models

F1B3E5
RGB241179229
HSL312°68.89%82.35%
HSB/HSV312°25.73%94.51%
CMYK0.00%25.73%4.98%
5.49%

Color #F1B3E5 in popluar number systems.

HEXF1B3E5
Decimal241179229
Binary111100011011001111100101
Octal361263345

Shades and tints

Shades of #F1B3E5

#F1B3E5
(241,179,229)
#DCA3D1
(220,163,209)
#C793BD
(199,147,189)
#B283A9
(178,131,169)
#9D7395
(157,115,149)
#886381
(136,99,129)
#73536D
(115,83,109)
#5E4359
(94,67,89)
#493345
(73,51,69)
#342331
(52,35,49)
#1F131D
(31,19,29)
#000000
(0,0,0)

Tints of #F1B3E5

#F1B3E5
(241,179,229)
#F2B9E7
(242,185,231)
#F3BFE9
(243,191,233)
#F4C5EB
(244,197,235)
#F5CBED
(245,203,237)
#F6D1EF
(246,209,239)
#F7D7F1
(247,215,241)
#F8DDF3
(248,221,243)
#F9E3F5
(249,227,245)
#FAE9F7
(250,233,247)
#FBEFF9
(251,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B3E5 color. Also use rgb(241,179,229) instead hex code.

Text Font Color

.myTextColor { color: #F1B3E5; }

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

This text font color is #F1B3E5.


Background Color

.myBgColor { background-color: #F1B3E5; }

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

This div background color is #F1B3E5.


Border color

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

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

This div border color is #F1B3E5.


Opacity

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

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

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

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

This text has shadow with #F1B3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B3E5 on black background.


Color preview on white background

This text has color #F1B3E5 on white background.



Black color preview on #F1B3E5 background

This text has black color on #F1B3E5 background.


White color preview on #F1B3E5 background

This text has white color on #F1B3E5 background.