COLOR #F9BCE9

HEX: #F9BCE9
RGB: (249,188,233)

Color info

#F9BCE9 contains mainly red and blue colors. Web safe color of #F9BCE9 is #FFCCFF (or #FCF).

RGB color model

#F9BCE9 color RGB value is (249,188,233).

  • red value is 249;
  • green value is 188;
  • blue value is 233.
RGB:
(249,188,233)
(98%,74%,91%)

RGB channels and saturation

R 249 of 255 = 98%
G 188 of 255 = 74%
B 233 of 255 = 91%

249
188
233

R + G + B ~ 88%. #F9BCE9 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 188 + 233 = 670 (100%)
R 249 of 670 ~ 37.16%
G 188 of 670 ~ 28.06%
B 233 of 670 ~ 34.78%

%37.16
%28.06
%34.78

CMYK color model

#F9BCE9 color CMYK value is (0,24,6,2).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 6.43%
  • key color value is 2.35%
CMYK:
(0,24,6,2)
C0M24Y6K2 
(0%,24%,6%,2%)
(0.00/0.24/0.06/0.02)	

CMYK percentages

%0
%24.5
%6.43
%2.35

Codes

Color #F9BCE9 in popluar color models

F9BCE9
RGB249188233
HSL316°83.56%85.69%
HSB/HSV316°24.50%97.65%
CMYK0.00%24.50%6.43%
2.35%

Color #F9BCE9 in popluar number systems.

HEXF9BCE9
Decimal249188233
Binary111110011011110011101001
Octal371274351

Shades and tints

Shades of #F9BCE9

#F9BCE9
(249,188,233)
#E3ABD4
(227,171,212)
#CD9ABF
(205,154,191)
#B789AA
(183,137,170)
#A17895
(161,120,149)
#8B6780
(139,103,128)
#75566B
(117,86,107)
#5F4556
(95,69,86)
#493441
(73,52,65)
#33232C
(51,35,44)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #F9BCE9

#F9BCE9
(249,188,233)
#F9C2EB
(249,194,235)
#F9C8ED
(249,200,237)
#F9CEEF
(249,206,239)
#F9D4F1
(249,212,241)
#F9DAF3
(249,218,243)
#F9E0F5
(249,224,245)
#F9E6F7
(249,230,247)
#F9ECF9
(249,236,249)
#F9F2FB
(249,242,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BCE9 color. Also use rgb(249,188,233) instead hex code.

Text Font Color

.myTextColor { color: #F9BCE9; }

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

This text font color is #F9BCE9.


Background Color

.myBgColor { background-color: #F9BCE9; }

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

This div background color is #F9BCE9.


Border color

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

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

This div border color is #F9BCE9.


Opacity

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

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

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

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

This text has shadow with #F9BCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BCE9 on black background.


Color preview on white background

This text has color #F9BCE9 on white background.



Black color preview on #F9BCE9 background

This text has black color on #F9BCE9 background.


White color preview on #F9BCE9 background

This text has white color on #F9BCE9 background.