COLOR #F1B8F7

HEX: #F1B8F7
RGB: (241,184,247)

Color info

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

RGB color model

#F1B8F7 color RGB value is (241,184,247).

  • red value is 241;
  • green value is 184;
  • blue value is 247.
RGB:
(241,184,247)
(95%,72%,97%)

RGB channels and saturation

R 241 of 255 = 95%
G 184 of 255 = 72%
B 247 of 255 = 97%

241
184
247

R + G + B ~ 88%. #F1B8F7 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 184 + 247 = 672 (100%)
R 241 of 672 ~ 35.86%
G 184 of 672 ~ 27.38%
B 247 of 672 ~ 36.76%

%35.86
%27.38
%36.76

CMYK color model

#F1B8F7 color CMYK value is (2,26,0,3).

  • cyan value is 2.43%
  • magenta value is 25.51%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(2,26,0,3)
C2M26Y0K3 
(2%,26%,0%,3%)
(0.02/0.26/0.00/0.03)	

CMYK percentages

%2.43
%25.51
%0
%3.14

Codes

Color #F1B8F7 in popluar color models

F1B8F7
RGB241184247
HSL294°79.75%84.51%
HSB/HSV294°25.51%96.86%
CMYK2.43%25.51%0.00%
3.14%

Color #F1B8F7 in popluar number systems.

HEXF1B8F7
Decimal241184247
Binary111100011011100011110111
Octal361270367

Shades and tints

Shades of #F1B8F7

#F1B8F7
(241,184,247)
#DCA8E1
(220,168,225)
#C798CB
(199,152,203)
#B288B5
(178,136,181)
#9D789F
(157,120,159)
#886889
(136,104,137)
#735873
(115,88,115)
#5E485D
(94,72,93)
#493847
(73,56,71)
#342831
(52,40,49)
#1F181B
(31,24,27)
#000000
(0,0,0)

Tints of #F1B8F7

#F1B8F7
(241,184,247)
#F2BEF7
(242,190,247)
#F3C4F7
(243,196,247)
#F4CAF7
(244,202,247)
#F5D0F7
(245,208,247)
#F6D6F7
(246,214,247)
#F7DCF7
(247,220,247)
#F8E2F7
(248,226,247)
#F9E8F7
(249,232,247)
#FAEEF7
(250,238,247)
#FBF4F7
(251,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1B8F7 color. Also use rgb(241,184,247) instead hex code.

Text Font Color

.myTextColor { color: #F1B8F7; }

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

This text font color is #F1B8F7.


Background Color

.myBgColor { background-color: #F1B8F7; }

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

This div background color is #F1B8F7.


Border color

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

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

This div border color is #F1B8F7.


Opacity

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

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

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

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

This text has shadow with #F1B8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1B8F7 on black background.


Color preview on white background

This text has color #F1B8F7 on white background.



Black color preview on #F1B8F7 background

This text has black color on #F1B8F7 background.


White color preview on #F1B8F7 background

This text has white color on #F1B8F7 background.