COLOR #F5BCE8

HEX: #F5BCE8
RGB: (245,188,232)

Color info

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

RGB color model

#F5BCE8 color RGB value is (245,188,232).

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

RGB channels and saturation

R 245 of 255 = 96%
G 188 of 255 = 74%
B 232 of 255 = 91%

245
188
232

R + G + B ~ 87%. #F5BCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 188 + 232 = 665 (100%)
R 245 of 665 ~ 36.84%
G 188 of 665 ~ 28.27%
B 232 of 665 ~ 34.89%

%36.84
%28.27
%34.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.27%
  • yellow value is 5.31%
  • key color value is 3.92%
CMYK:
(0,23,5,4)
C0M23Y5K4 
(0%,23%,5%,4%)
(0.00/0.23/0.05/0.04)	

CMYK percentages

%0
%23.27
%5.31
%3.92

Codes

Color #F5BCE8 in popluar color models

F5BCE8
RGB245188232
HSL314°74.03%84.90%
HSB/HSV314°23.27%96.08%
CMYK0.00%23.27%5.31%
3.92%

Color #F5BCE8 in popluar number systems.

HEXF5BCE8
Decimal245188232
Binary111101011011110011101000
Octal365274350

Shades and tints

Shades of #F5BCE8

#F5BCE8
(245,188,232)
#DFABD3
(223,171,211)
#C99ABE
(201,154,190)
#B389A9
(179,137,169)
#9D7894
(157,120,148)
#87677F
(135,103,127)
#71566A
(113,86,106)
#5B4555
(91,69,85)
#453440
(69,52,64)
#2F232B
(47,35,43)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #F5BCE8

#F5BCE8
(245,188,232)
#F5C2EA
(245,194,234)
#F5C8EC
(245,200,236)
#F5CEEE
(245,206,238)
#F5D4F0
(245,212,240)
#F5DAF2
(245,218,242)
#F5E0F4
(245,224,244)
#F5E6F6
(245,230,246)
#F5ECF8
(245,236,248)
#F5F2FA
(245,242,250)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BCE8; }

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

This text font color is #F5BCE8.


Background Color

.myBgColor { background-color: #F5BCE8; }

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

This div background color is #F5BCE8.


Border color

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

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

This div border color is #F5BCE8.


Opacity

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

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

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

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

This text has shadow with #F5BCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BCE8 on black background.


Color preview on white background

This text has color #F5BCE8 on white background.



Black color preview on #F5BCE8 background

This text has black color on #F5BCE8 background.


White color preview on #F5BCE8 background

This text has white color on #F5BCE8 background.