COLOR #F9B6D4

HEX: #F9B6D4
RGB: (249,182,212)

Color info

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

RGB color model

#F9B6D4 color RGB value is (249,182,212).

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

RGB channels and saturation

R 249 of 255 = 98%
G 182 of 255 = 71%
B 212 of 255 = 83%

249
182
212

R + G + B ~ 84%. #F9B6D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 182 + 212 = 643 (100%)
R 249 of 643 ~ 38.72%
G 182 of 643 ~ 28.3%
B 212 of 643 ~ 32.97%

%38.72
%28.3
%32.97

CMYK color model

#F9B6D4 color CMYK value is (0,27,15,2).

  • cyan value is 0.00%
  • magenta value is 26.91%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(0,27,15,2)
C0M27Y15K2 
(0%,27%,15%,2%)
(0.00/0.27/0.15/0.02)	

CMYK percentages

%0
%26.91
%14.86
%2.35

Codes

Color #F9B6D4 in popluar color models

F9B6D4
RGB249182212
HSL333°84.81%84.51%
HSB/HSV333°26.91%97.65%
CMYK0.00%26.91%14.86%
2.35%

Color #F9B6D4 in popluar number systems.

HEXF9B6D4
Decimal249182212
Binary111110011011011011010100
Octal371266324

Shades and tints

Shades of #F9B6D4

#F9B6D4
(249,182,212)
#E3A6C1
(227,166,193)
#CD96AE
(205,150,174)
#B7869B
(183,134,155)
#A17688
(161,118,136)
#8B6675
(139,102,117)
#755662
(117,86,98)
#5F464F
(95,70,79)
#49363C
(73,54,60)
#332629
(51,38,41)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #F9B6D4

#F9B6D4
(249,182,212)
#F9BCD7
(249,188,215)
#F9C2DA
(249,194,218)
#F9C8DD
(249,200,221)
#F9CEE0
(249,206,224)
#F9D4E3
(249,212,227)
#F9DAE6
(249,218,230)
#F9E0E9
(249,224,233)
#F9E6EC
(249,230,236)
#F9ECEF
(249,236,239)
#F9F2F2
(249,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B6D4; }

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

This text font color is #F9B6D4.


Background Color

.myBgColor { background-color: #F9B6D4; }

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

This div background color is #F9B6D4.


Border color

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

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

This div border color is #F9B6D4.


Opacity

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

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

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

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

This text has shadow with #F9B6D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B6D4 on black background.


Color preview on white background

This text has color #F9B6D4 on white background.



Black color preview on #F9B6D4 background

This text has black color on #F9B6D4 background.


White color preview on #F9B6D4 background

This text has white color on #F9B6D4 background.