COLOR #F1BFE1

HEX: #F1BFE1
RGB: (241,191,225)

Color info

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

RGB color model

#F1BFE1 color RGB value is (241,191,225).

  • red value is 241;
  • green value is 191;
  • blue value is 225.
RGB:
(241,191,225)
(95%,75%,88%)

RGB channels and saturation

R 241 of 255 = 95%
G 191 of 255 = 75%
B 225 of 255 = 88%

241
191
225

R + G + B ~ 86%. #F1BFE1 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 191 + 225 = 657 (100%)
R 241 of 657 ~ 36.68%
G 191 of 657 ~ 29.07%
B 225 of 657 ~ 34.25%

%36.68
%29.07
%34.25

CMYK color model

#F1BFE1 color CMYK value is (0,21,7,5).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 6.64%
  • key color value is 5.49%
CMYK:
(0,21,7,5)
C0M21Y7K5 
(0%,21%,7%,5%)
(0.00/0.21/0.07/0.05)	

CMYK percentages

%0
%20.75
%6.64
%5.49

Codes

Color #F1BFE1 in popluar color models

F1BFE1
RGB241191225
HSL319°64.10%84.71%
HSB/HSV319°20.75%94.51%
CMYK0.00%20.75%6.64%
5.49%

Color #F1BFE1 in popluar number systems.

HEXF1BFE1
Decimal241191225
Binary111100011011111111100001
Octal361277341

Shades and tints

Shades of #F1BFE1

#F1BFE1
(241,191,225)
#DCAECD
(220,174,205)
#C79DB9
(199,157,185)
#B28CA5
(178,140,165)
#9D7B91
(157,123,145)
#886A7D
(136,106,125)
#735969
(115,89,105)
#5E4855
(94,72,85)
#493741
(73,55,65)
#34262D
(52,38,45)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #F1BFE1

#F1BFE1
(241,191,225)
#F2C4E3
(242,196,227)
#F3C9E5
(243,201,229)
#F4CEE7
(244,206,231)
#F5D3E9
(245,211,233)
#F6D8EB
(246,216,235)
#F7DDED
(247,221,237)
#F8E2EF
(248,226,239)
#F9E7F1
(249,231,241)
#FAECF3
(250,236,243)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1BFE1 color. Also use rgb(241,191,225) instead hex code.

Text Font Color

.myTextColor { color: #F1BFE1; }

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

This text font color is #F1BFE1.


Background Color

.myBgColor { background-color: #F1BFE1; }

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

This div background color is #F1BFE1.


Border color

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

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

This div border color is #F1BFE1.


Opacity

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

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

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

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

This text has shadow with #F1BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BFE1 on black background.


Color preview on white background

This text has color #F1BFE1 on white background.



Black color preview on #F1BFE1 background

This text has black color on #F1BFE1 background.


White color preview on #F1BFE1 background

This text has white color on #F1BFE1 background.