COLOR #F4BCF5

HEX: #F4BCF5
RGB: (244,188,245)

Color info

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

RGB color model

#F4BCF5 color RGB value is (244,188,245).

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

RGB channels and saturation

R 244 of 255 = 96%
G 188 of 255 = 74%
B 245 of 255 = 96%

244
188
245

R + G + B ~ 89%. #F4BCF5 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 188 + 245 = 677 (100%)
R 244 of 677 ~ 36.04%
G 188 of 677 ~ 27.77%
B 245 of 677 ~ 36.19%

%36.04
%27.77
%36.19

CMYK color model

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

  • cyan value is 0.41%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(0,23,0,4)
C0M23Y0K4 
(0%,23%,0%,4%)
(0.00/0.23/0.00/0.04)	

CMYK percentages

%0.41
%23.27
%0
%3.92

Codes

Color #F4BCF5 in popluar color models

F4BCF5
RGB244188245
HSL299°74.03%84.90%
HSB/HSV299°23.27%96.08%
CMYK0.41%23.27%0.00%
3.92%

Color #F4BCF5 in popluar number systems.

HEXF4BCF5
Decimal244188245
Binary111101001011110011110101
Octal364274365

Shades and tints

Shades of #F4BCF5

#F4BCF5
(244,188,245)
#DEABDF
(222,171,223)
#C89AC9
(200,154,201)
#B289B3
(178,137,179)
#9C789D
(156,120,157)
#866787
(134,103,135)
#705671
(112,86,113)
#5A455B
(90,69,91)
#443445
(68,52,69)
#2E232F
(46,35,47)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #F4BCF5

#F4BCF5
(244,188,245)
#F5C2F5
(245,194,245)
#F6C8F5
(246,200,245)
#F7CEF5
(247,206,245)
#F8D4F5
(248,212,245)
#F9DAF5
(249,218,245)
#FAE0F5
(250,224,245)
#FBE6F5
(251,230,245)
#FCECF5
(252,236,245)
#FDF2F5
(253,242,245)
#FEF8F5
(254,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4BCF5; }

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

This text font color is #F4BCF5.


Background Color

.myBgColor { background-color: #F4BCF5; }

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

This div background color is #F4BCF5.


Border color

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

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

This div border color is #F4BCF5.


Opacity

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

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

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

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

This text has shadow with #F4BCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4BCF5 on black background.


Color preview on white background

This text has color #F4BCF5 on white background.



Black color preview on #F4BCF5 background

This text has black color on #F4BCF5 background.


White color preview on #F4BCF5 background

This text has white color on #F4BCF5 background.