COLOR #F8BCDE

HEX: #F8BCDE
RGB: (248,188,222)

Color info

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

RGB color model

#F8BCDE color RGB value is (248,188,222).

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

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 222 of 255 = 87%

248
188
222

R + G + B ~ 86%. #F8BCDE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 188 + 222 = 658 (100%)
R 248 of 658 ~ 37.69%
G 188 of 658 ~ 28.57%
B 222 of 658 ~ 33.74%

%37.69
%28.57
%33.74

CMYK color model

#F8BCDE color CMYK value is (0,24,10,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 10.48%
  • key color value is 2.75%
CMYK:
(0,24,10,3)
C0M24Y10K3 
(0%,24%,10%,3%)
(0.00/0.24/0.10/0.03)	

CMYK percentages

%0
%24.19
%10.48
%2.75

Codes

Color #F8BCDE in popluar color models

F8BCDE
RGB248188222
HSL326°81.08%85.49%
HSB/HSV326°24.19%97.25%
CMYK0.00%24.19%10.48%
2.75%

Color #F8BCDE in popluar number systems.

HEXF8BCDE
Decimal248188222
Binary111110001011110011011110
Octal370274336

Shades and tints

Shades of #F8BCDE

#F8BCDE
(248,188,222)
#E2ABCA
(226,171,202)
#CC9AB6
(204,154,182)
#B689A2
(182,137,162)
#A0788E
(160,120,142)
#8A677A
(138,103,122)
#745666
(116,86,102)
#5E4552
(94,69,82)
#48343E
(72,52,62)
#32232A
(50,35,42)
#1C1216
(28,18,22)
#000000
(0,0,0)

Tints of #F8BCDE

#F8BCDE
(248,188,222)
#F8C2E1
(248,194,225)
#F8C8E4
(248,200,228)
#F8CEE7
(248,206,231)
#F8D4EA
(248,212,234)
#F8DAED
(248,218,237)
#F8E0F0
(248,224,240)
#F8E6F3
(248,230,243)
#F8ECF6
(248,236,246)
#F8F2F9
(248,242,249)
#F8F8FC
(248,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BCDE; }

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

This text font color is #F8BCDE.


Background Color

.myBgColor { background-color: #F8BCDE; }

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

This div background color is #F8BCDE.


Border color

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

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

This div border color is #F8BCDE.


Opacity

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

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

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

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

This text has shadow with #F8BCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BCDE on black background.


Color preview on white background

This text has color #F8BCDE on white background.



Black color preview on #F8BCDE background

This text has black color on #F8BCDE background.


White color preview on #F8BCDE background

This text has white color on #F8BCDE background.