COLOR #F8BCD9

HEX: #F8BCD9 RGB: (248,188,217)

Color info

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

RGB color model

#F8BCD9 color RGB value is (248,188,217).

RGB: (248,188,217) (97%, 74%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 188 of 255 = 74%
B 217 of 255 = 85%

248
188
217

R + G + B ~ 85%. #F8BCD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 188 + 217 = 653 (100%)
R 248 of 653 ~ 37.98%
G 188 of 653 ~ 28.79%
B 217 of 653 ~ 33.23'%

%37.98
%28.79
%33.23

CMYK color model

#F8BCD9 color CMYK value is (0,24,13,3).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 12.50%
  • key color value is 2.75%

CMYK: (0,24,13,3)
C0M24Y13K3 (0%, 24%, 13%, 3%)
(0.00 / 0.24 / 0.13 / 0.03)

CMYK percentages

%0
%24.19
%12.5
%2.75

Codes

Color #F8BCD9 in popluar color models

F8 BC D9
RGB 248 188 217
HSL 331° 81.08% 85.49%
HSB/HSV 331° 24.19% 97.25%
CMYK 0.00% 24.19% 12.50%
2.75%

Color #F8BCD9 in popluar number systems.

HEX F8 BC D9
Decimal 248 188 217
Binary 11111000 10111100 11011001
Octal 370 274 331

Shades and tints

Shades of #F8BCD9

#F8BCD9
(248,188,217)
#E2ABC6
(226,171,198)
#CC9AB3
(204,154,179)
#B689A0
(182,137,160)
#A0788D
(160,120,141)
#8A677A
(138,103,122)
#745667
(116,86,103)
#5E4554
(94,69,84)
#483441
(72,52,65)
#32232E
(50,35,46)
#1C121B
(28,18,27)
#000000
(0,0,0)

Tints of #F8BCD9

#F8BCD9
(248,188,217)
#F8C2DC
(248,194,220)
#F8C8DF
(248,200,223)
#F8CEE2
(248,206,226)
#F8D4E5
(248,212,229)
#F8DAE8
(248,218,232)
#F8E0EB
(248,224,235)
#F8E6EE
(248,230,238)
#F8ECF1
(248,236,241)
#F8F2F4
(248,242,244)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BCD9; }

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

This text font color is #F8BCD9.

Background Color

.myBgColor { background-color: #F8BCD9; }

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

This div background color is #F8BCD9.

Border color

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

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

This div border color is #F8BCD9.

Opacity

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

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

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

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

This text has shadow with #F8BCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BCD9.

Preview

Color preview on black background

This text has color #F8BCD9 on black background.


Color preview on white background

This text has color #F8BCD9 on white background.


Black color preview on #F8BCD9 background

This text has black color on #F8BCD9 background.


White color preview on #F8BCD9 background

This text has white color on #F8BCD9 background.


Related colors

Complementary color

Complementary color for #hex is #074326.


I love getcolorcode.com

Triadic colors

1 #D9F8BC and #BCD9F8 with #F8BCD9 are triadic colors.

2 #D9BCF8 and #BCF8D9 with #F8BCD9 are triadic colors.