COLOR #F8BCE5

HEX: #F8BCE5
RGB: (248,188,229)

Color info

#F8BCE5 contains mainly red and blue colors. Web safe color of #F8BCE5 is #FFCCCC (or #FCC).

RGB color model

#F8BCE5 color RGB value is (248,188,229).

  • red value is 248;
  • green value is 188;
  • blue value is 229.
RGB:
(248,188,229)
(97%,74%,90%)

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 229 of 255 = 90%

248
188
229

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

Portions of RGB colors in percentages

R + G + B =
248 + 188 + 229 = 665 (100%)
R 248 of 665 ~ 37.29%
G 188 of 665 ~ 28.27%
B 229 of 665 ~ 34.44%

%37.29
%28.27
%34.44

CMYK color model

#F8BCE5 color CMYK value is (0,24,8,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(0,24,8,3)
C0M24Y8K3 
(0%,24%,8%,3%)
(0.00/0.24/0.08/0.03)	

CMYK percentages

%0
%24.19
%7.66
%2.75

Codes

Color #F8BCE5 in popluar color models

F8BCE5
RGB248188229
HSL319°81.08%85.49%
HSB/HSV319°24.19%97.25%
CMYK0.00%24.19%7.66%
2.75%

Color #F8BCE5 in popluar number systems.

HEXF8BCE5
Decimal248188229
Binary111110001011110011100101
Octal370274345

Shades and tints

Shades of #F8BCE5

#F8BCE5
(248,188,229)
#E2ABD1
(226,171,209)
#CC9ABD
(204,154,189)
#B689A9
(182,137,169)
#A07895
(160,120,149)
#8A6781
(138,103,129)
#74566D
(116,86,109)
#5E4559
(94,69,89)
#483445
(72,52,69)
#322331
(50,35,49)
#1C121D
(28,18,29)
#000000
(0,0,0)

Tints of #F8BCE5

#F8BCE5
(248,188,229)
#F8C2E7
(248,194,231)
#F8C8E9
(248,200,233)
#F8CEEB
(248,206,235)
#F8D4ED
(248,212,237)
#F8DAEF
(248,218,239)
#F8E0F1
(248,224,241)
#F8E6F3
(248,230,243)
#F8ECF5
(248,236,245)
#F8F2F7
(248,242,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BCE5 color. Also use rgb(248,188,229) instead hex code.

Text Font Color

.myTextColor { color: #F8BCE5; }

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

This text font color is #F8BCE5.


Background Color

.myBgColor { background-color: #F8BCE5; }

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

This div background color is #F8BCE5.


Border color

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

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

This div border color is #F8BCE5.


Opacity

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

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

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

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

This text has shadow with #F8BCE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BCE5 on black background.


Color preview on white background

This text has color #F8BCE5 on white background.



Black color preview on #F8BCE5 background

This text has black color on #F8BCE5 background.


White color preview on #F8BCE5 background

This text has white color on #F8BCE5 background.