COLOR #F9B7DD

HEX: #F9B7DD
RGB: (249,183,221)

Color info

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

RGB color model

#F9B7DD color RGB value is (249,183,221).

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

RGB channels and saturation

R 249 of 255 = 98%
G 183 of 255 = 72%
B 221 of 255 = 87%

249
183
221

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

Portions of RGB colors in percentages

R + G + B =
249 + 183 + 221 = 653 (100%)
R 249 of 653 ~ 38.13%
G 183 of 653 ~ 28.02%
B 221 of 653 ~ 33.84%

%38.13
%28.02
%33.84

CMYK color model

#F9B7DD color CMYK value is (0,27,11,2).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,27,11,2)
C0M27Y11K2 
(0%,27%,11%,2%)
(0.00/0.27/0.11/0.02)	

CMYK percentages

%0
%26.51
%11.24
%2.35

Codes

Color #F9B7DD in popluar color models

F9B7DD
RGB249183221
HSL325°84.62%84.71%
HSB/HSV325°26.51%97.65%
CMYK0.00%26.51%11.24%
2.35%

Color #F9B7DD in popluar number systems.

HEXF9B7DD
Decimal249183221
Binary111110011011011111011101
Octal371267335

Shades and tints

Shades of #F9B7DD

#F9B7DD
(249,183,221)
#E3A7C9
(227,167,201)
#CD97B5
(205,151,181)
#B787A1
(183,135,161)
#A1778D
(161,119,141)
#8B6779
(139,103,121)
#755765
(117,87,101)
#5F4751
(95,71,81)
#49373D
(73,55,61)
#332729
(51,39,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #F9B7DD

#F9B7DD
(249,183,221)
#F9BDE0
(249,189,224)
#F9C3E3
(249,195,227)
#F9C9E6
(249,201,230)
#F9CFE9
(249,207,233)
#F9D5EC
(249,213,236)
#F9DBEF
(249,219,239)
#F9E1F2
(249,225,242)
#F9E7F5
(249,231,245)
#F9EDF8
(249,237,248)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B7DD; }

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

This text font color is #F9B7DD.


Background Color

.myBgColor { background-color: #F9B7DD; }

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

This div background color is #F9B7DD.


Border color

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

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

This div border color is #F9B7DD.


Opacity

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

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

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

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

This text has shadow with #F9B7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B7DD on black background.


Color preview on white background

This text has color #F9B7DD on white background.



Black color preview on #F9B7DD background

This text has black color on #F9B7DD background.


White color preview on #F9B7DD background

This text has white color on #F9B7DD background.