COLOR #F9BCEB

HEX: #F9BCEB RGB: (249,188,235)

Color info

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

RGB color model

#F9BCEB color RGB value is (249,188,235).

RGB: (249,188,235) (98%, 74%, 92%)

RGB channels and saturation

R 249 of 255 = 98%
G 188 of 255 = 74%
B 235 of 255 = 92%

249
188
235

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

Portions of RGB colors in percentages

R + G + B = 249 + 188 + 235 = 672 (100%)
R 249 of 672 ~ 37.05%
G 188 of 672 ~ 27.98%
B 235 of 672 ~ 34.97'%

%37.05
%27.98
%34.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 5.62%
  • 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
%5.62
%2.35

Codes

Color #F9BCEB in popluar color models

F9 BC EB
RGB 249 188 235
HSL 314° 83.56% 85.69%
HSB/HSV 314° 24.50% 97.65%
CMYK 0.00% 24.50% 5.62%
2.35%

Color #F9BCEB in popluar number systems.

HEX F9 BC EB
Decimal 249 188 235
Binary 11111001 10111100 11101011
Octal 371 274 353

Shades and tints

Shades of #F9BCEB

#F9BCEB
(249,188,235)
#E3ABD6
(227,171,214)
#CD9AC1
(205,154,193)
#B789AC
(183,137,172)
#A17897
(161,120,151)
#8B6782
(139,103,130)
#75566D
(117,86,109)
#5F4558
(95,69,88)
#493443
(73,52,67)
#33232E
(51,35,46)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #F9BCEB

#F9BCEB
(249,188,235)
#F9C2EC
(249,194,236)
#F9C8ED
(249,200,237)
#F9CEEE
(249,206,238)
#F9D4EF
(249,212,239)
#F9DAF0
(249,218,240)
#F9E0F1
(249,224,241)
#F9E6F2
(249,230,242)
#F9ECF3
(249,236,243)
#F9F2F4
(249,242,244)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BCEB; }

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

This text font color is #F9BCEB.

Background Color

.myBgColor { background-color: #F9BCEB; }

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

This div background color is #F9BCEB.

Border color

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

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

This div border color is #F9BCEB.

Opacity

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

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

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

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

This text has shadow with #F9BCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BCEB.

Preview

Color preview on black background

This text has color #F9BCEB on black background.


Color preview on white background

This text has color #F9BCEB on white background.


Black color preview on #F9BCEB background

This text has black color on #F9BCEB background.


White color preview on #F9BCEB background

This text has white color on #F9BCEB background.


Related colors

Complementary color

Complementary color for #hex is #064314.


I love getcolorcode.com

Triadic colors

1 #EBF9BC and #BCEBF9 with #F9BCEB are triadic colors.

2 #EBBCF9 and #BCF9EB with #F9BCEB are triadic colors.