COLOR #F9B6DA

HEX: #F9B6DA
RGB: (249,182,218)

Color info

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

RGB color model

#F9B6DA color RGB value is (249,182,218).

  • red value is 249;
  • green value is 182;
  • blue value is 218.
RGB:
(249,182,218)
(98%,71%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 182 of 255 = 71%
B 218 of 255 = 85%

249
182
218

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

Portions of RGB colors in percentages

R + G + B =
249 + 182 + 218 = 649 (100%)
R 249 of 649 ~ 38.37%
G 182 of 649 ~ 28.04%
B 218 of 649 ~ 33.59%

%38.37
%28.04
%33.59

CMYK color model

#F9B6DA color CMYK value is (0,27,12,2).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,27,12,2)
C0M27Y12K2 
(0%,27%,12%,2%)
(0.00/0.27/0.12/0.02)	

CMYK percentages

%0
%26.91
%12.45
%2.35

Codes

Color #F9B6DA in popluar color models

F9B6DA
RGB249182218
HSL328°84.81%84.51%
HSB/HSV328°26.91%97.65%
CMYK0.00%26.91%12.45%
2.35%

Color #F9B6DA in popluar number systems.

HEXF9B6DA
Decimal249182218
Binary111110011011011011011010
Octal371266332

Shades and tints

Shades of #F9B6DA

#F9B6DA
(249,182,218)
#E3A6C7
(227,166,199)
#CD96B4
(205,150,180)
#B786A1
(183,134,161)
#A1768E
(161,118,142)
#8B667B
(139,102,123)
#755668
(117,86,104)
#5F4655
(95,70,85)
#493642
(73,54,66)
#33262F
(51,38,47)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #F9B6DA

#F9B6DA
(249,182,218)
#F9BCDD
(249,188,221)
#F9C2E0
(249,194,224)
#F9C8E3
(249,200,227)
#F9CEE6
(249,206,230)
#F9D4E9
(249,212,233)
#F9DAEC
(249,218,236)
#F9E0EF
(249,224,239)
#F9E6F2
(249,230,242)
#F9ECF5
(249,236,245)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B6DA color. Also use rgb(249,182,218) instead hex code.

Text Font Color

.myTextColor { color: #F9B6DA; }

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

This text font color is #F9B6DA.


Background Color

.myBgColor { background-color: #F9B6DA; }

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

This div background color is #F9B6DA.


Border color

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

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

This div border color is #F9B6DA.


Opacity

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

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

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

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

This text has shadow with #F9B6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B6DA on black background.


Color preview on white background

This text has color #F9B6DA on white background.



Black color preview on #F9B6DA background

This text has black color on #F9B6DA background.


White color preview on #F9B6DA background

This text has white color on #F9B6DA background.