COLOR #F1B1E3

HEX: #F1B1E3
RGB: (241,177,227)

Color info

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

RGB color model

#F1B1E3 color RGB value is (241,177,227).

  • red value is 241;
  • green value is 177;
  • blue value is 227.
RGB:
(241,177,227)
(95%,69%,89%)

RGB channels and saturation

R 241 of 255 = 95%
G 177 of 255 = 69%
B 227 of 255 = 89%

241
177
227

R + G + B ~ 84%. #F1B1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 177 + 227 = 645 (100%)
R 241 of 645 ~ 37.36%
G 177 of 645 ~ 27.44%
B 227 of 645 ~ 35.19%

%37.36
%27.44
%35.19

CMYK color model

#F1B1E3 color CMYK value is (0,27,6,5).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(0,27,6,5)
C0M27Y6K5 
(0%,27%,6%,5%)
(0.00/0.27/0.06/0.05)	

CMYK percentages

%0
%26.56
%5.81
%5.49

Codes

Color #F1B1E3 in popluar color models

F1B1E3
RGB241177227
HSL313°69.57%81.96%
HSB/HSV313°26.56%94.51%
CMYK0.00%26.56%5.81%
5.49%

Color #F1B1E3 in popluar number systems.

HEXF1B1E3
Decimal241177227
Binary111100011011000111100011
Octal361261343

Shades and tints

Shades of #F1B1E3

#F1B1E3
(241,177,227)
#DCA1CF
(220,161,207)
#C791BB
(199,145,187)
#B281A7
(178,129,167)
#9D7193
(157,113,147)
#88617F
(136,97,127)
#73516B
(115,81,107)
#5E4157
(94,65,87)
#493143
(73,49,67)
#34212F
(52,33,47)
#1F111B
(31,17,27)
#000000
(0,0,0)

Tints of #F1B1E3

#F1B1E3
(241,177,227)
#F2B8E5
(242,184,229)
#F3BFE7
(243,191,231)
#F4C6E9
(244,198,233)
#F5CDEB
(245,205,235)
#F6D4ED
(246,212,237)
#F7DBEF
(247,219,239)
#F8E2F1
(248,226,241)
#F9E9F3
(249,233,243)
#FAF0F5
(250,240,245)
#FBF7F7
(251,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B1E3 color. Also use rgb(241,177,227) instead hex code.

Text Font Color

.myTextColor { color: #F1B1E3; }

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

This text font color is #F1B1E3.


Background Color

.myBgColor { background-color: #F1B1E3; }

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

This div background color is #F1B1E3.


Border color

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

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

This div border color is #F1B1E3.


Opacity

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

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

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

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

This text has shadow with #F1B1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B1E3 on black background.


Color preview on white background

This text has color #F1B1E3 on white background.



Black color preview on #F1B1E3 background

This text has black color on #F1B1E3 background.


White color preview on #F1B1E3 background

This text has white color on #F1B1E3 background.