COLOR #F9BBDD

HEX: #F9BBDD
RGB: (249,187,221)

Color info

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

RGB color model

#F9BBDD color RGB value is (249,187,221).

  • red value is 249;
  • green value is 187;
  • blue value is 221.
RGB:
(249,187,221)
(98%,73%,87%)

RGB channels and saturation

R 249 of 255 = 98%
G 187 of 255 = 73%
B 221 of 255 = 87%

249
187
221

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

Portions of RGB colors in percentages

R + G + B =
249 + 187 + 221 = 657 (100%)
R 249 of 657 ~ 37.9%
G 187 of 657 ~ 28.46%
B 221 of 657 ~ 33.64%

%37.9
%28.46
%33.64

CMYK color model

#F9BBDD color CMYK value is (0,25,11,2).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,25,11,2)
C0M25Y11K2 
(0%,25%,11%,2%)
(0.00/0.25/0.11/0.02)	

CMYK percentages

%0
%24.9
%11.24
%2.35

Codes

Color #F9BBDD in popluar color models

F9BBDD
RGB249187221
HSL327°83.78%85.49%
HSB/HSV327°24.90%97.65%
CMYK0.00%24.90%11.24%
2.35%

Color #F9BBDD in popluar number systems.

HEXF9BBDD
Decimal249187221
Binary111110011011101111011101
Octal371273335

Shades and tints

Shades of #F9BBDD

#F9BBDD
(249,187,221)
#E3AAC9
(227,170,201)
#CD99B5
(205,153,181)
#B788A1
(183,136,161)
#A1778D
(161,119,141)
#8B6679
(139,102,121)
#755565
(117,85,101)
#5F4451
(95,68,81)
#49333D
(73,51,61)
#332229
(51,34,41)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #F9BBDD

#F9BBDD
(249,187,221)
#F9C1E0
(249,193,224)
#F9C7E3
(249,199,227)
#F9CDE6
(249,205,230)
#F9D3E9
(249,211,233)
#F9D9EC
(249,217,236)
#F9DFEF
(249,223,239)
#F9E5F2
(249,229,242)
#F9EBF5
(249,235,245)
#F9F1F8
(249,241,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BBDD color. Also use rgb(249,187,221) instead hex code.

Text Font Color

.myTextColor { color: #F9BBDD; }

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

This text font color is #F9BBDD.


Background Color

.myBgColor { background-color: #F9BBDD; }

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

This div background color is #F9BBDD.


Border color

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

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

This div border color is #F9BBDD.


Opacity

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

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

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

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

This text has shadow with #F9BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BBDD on black background.


Color preview on white background

This text has color #F9BBDD on white background.



Black color preview on #F9BBDD background

This text has black color on #F9BBDD background.


White color preview on #F9BBDD background

This text has white color on #F9BBDD background.