COLOR #F1BFFD

HEX: #F1BFFD
RGB: (241,191,253)

Color info

#F1BFFD contains mainly red and blue colors. Web safe color of #F1BFFD is #FFCCFF (or #FCF).

RGB color model

#F1BFFD color RGB value is (241,191,253).

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

RGB channels and saturation

R 241 of 255 = 95%
G 191 of 255 = 75%
B 253 of 255 = 99%

241
191
253

R + G + B ~ 90%. #F1BFFD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 191 + 253 = 685 (100%)
R 241 of 685 ~ 35.18%
G 191 of 685 ~ 27.88%
B 253 of 685 ~ 36.93%

%35.18
%27.88
%36.93

CMYK color model

#F1BFFD color CMYK value is (5,25,0,1).

  • cyan value is 4.74%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(5,25,0,1)
C5M25Y0K1 
(5%,25%,0%,1%)
(0.05/0.25/0.00/0.01)	

CMYK percentages

%4.74
%24.51
%0
%0.78

Codes

Color #F1BFFD in popluar color models

F1BFFD
RGB241191253
HSL288°93.94%87.06%
HSB/HSV288°24.51%99.22%
CMYK4.74%24.51%0.00%
0.78%

Color #F1BFFD in popluar number systems.

HEXF1BFFD
Decimal241191253
Binary111100011011111111111101
Octal361277375

Shades and tints

Shades of #F1BFFD

#F1BFFD
(241,191,253)
#DCAEE6
(220,174,230)
#C79DCF
(199,157,207)
#B28CB8
(178,140,184)
#9D7BA1
(157,123,161)
#886A8A
(136,106,138)
#735973
(115,89,115)
#5E485C
(94,72,92)
#493745
(73,55,69)
#34262E
(52,38,46)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #F1BFFD

#F1BFFD
(241,191,253)
#F2C4FD
(242,196,253)
#F3C9FD
(243,201,253)
#F4CEFD
(244,206,253)
#F5D3FD
(245,211,253)
#F6D8FD
(246,216,253)
#F7DDFD
(247,221,253)
#F8E2FD
(248,226,253)
#F9E7FD
(249,231,253)
#FAECFD
(250,236,253)
#FBF1FD
(251,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1BFFD; }

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

This text font color is #F1BFFD.


Background Color

.myBgColor { background-color: #F1BFFD; }

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

This div background color is #F1BFFD.


Border color

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

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

This div border color is #F1BFFD.


Opacity

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

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

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

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

This text has shadow with #F1BFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1BFFD on black background.


Color preview on white background

This text has color #F1BFFD on white background.



Black color preview on #F1BFFD background

This text has black color on #F1BFFD background.


White color preview on #F1BFFD background

This text has white color on #F1BFFD background.