COLOR #F4BCF1

HEX: #F4BCF1
RGB: (244,188,241)

Color info

#F4BCF1 contains red, green and blue colors in about the same proportion. Web safe color of #F4BCF1 is #FFCCFF (or #FCF).

RGB color model

#F4BCF1 color RGB value is (244,188,241).

  • red value is 244;
  • green value is 188;
  • blue value is 241.
RGB:
(244,188,241)
(96%,74%,95%)

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 241 of 255 = 95%

244
188
241

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

Portions of RGB colors in percentages

R + G + B =
244 + 188 + 241 = 673 (100%)
R 244 of 673 ~ 36.26%
G 188 of 673 ~ 27.93%
B 241 of 673 ~ 35.81%

%36.26
%27.93
%35.81

CMYK color model

#F4BCF1 color CMYK value is (0,23,1,4).

  • cyan value is 0.00%
  • magenta value is 22.95%
  • yellow value is 1.23%
  • key color value is 4.31%
CMYK:
(0,23,1,4)
C0M23Y1K4 
(0%,23%,1%,4%)
(0.00/0.23/0.01/0.04)	

CMYK percentages

%0
%22.95
%1.23
%4.31

Codes

Color #F4BCF1 in popluar color models

F4BCF1
RGB244188241
HSL303°71.79%84.71%
HSB/HSV303°22.95%95.69%
CMYK0.00%22.95%1.23%
4.31%

Color #F4BCF1 in popluar number systems.

HEXF4BCF1
Decimal244188241
Binary111101001011110011110001
Octal364274361

Shades and tints

Shades of #F4BCF1

#F4BCF1
(244,188,241)
#DEABDC
(222,171,220)
#C89AC7
(200,154,199)
#B289B2
(178,137,178)
#9C789D
(156,120,157)
#866788
(134,103,136)
#705673
(112,86,115)
#5A455E
(90,69,94)
#443449
(68,52,73)
#2E2334
(46,35,52)
#18121F
(24,18,31)
#000000
(0,0,0)

Tints of #F4BCF1

#F4BCF1
(244,188,241)
#F5C2F2
(245,194,242)
#F6C8F3
(246,200,243)
#F7CEF4
(247,206,244)
#F8D4F5
(248,212,245)
#F9DAF6
(249,218,246)
#FAE0F7
(250,224,247)
#FBE6F8
(251,230,248)
#FCECF9
(252,236,249)
#FDF2FA
(253,242,250)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BCF1 color. Also use rgb(244,188,241) instead hex code.

Text Font Color

.myTextColor { color: #F4BCF1; }

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

This text font color is #F4BCF1.


Background Color

.myBgColor { background-color: #F4BCF1; }

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

This div background color is #F4BCF1.


Border color

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

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

This div border color is #F4BCF1.


Opacity

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

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

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

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

This text has shadow with #F4BCF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BCF1 on black background.


Color preview on white background

This text has color #F4BCF1 on white background.



Black color preview on #F4BCF1 background

This text has black color on #F4BCF1 background.


White color preview on #F4BCF1 background

This text has white color on #F4BCF1 background.