COLOR #F9B3D9

HEX: #F9B3D9 RGB: (249,179,217)

Color info

#F9B3D9 contains mainly red and blue colors. Web safe color of #F9B3D9 is #FF99CC (or #F9C).

RGB color model

#F9B3D9 color RGB value is (249,179,217).

RGB: (249,179,217) (98%, 70%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 179 of 255 = 70%
B 217 of 255 = 85%

249
179
217

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

Portions of RGB colors in percentages

R + G + B = 249 + 179 + 217 = 645 (100%)
R 249 of 645 ~ 38.6%
G 179 of 645 ~ 27.75%
B 217 of 645 ~ 33.64'%

%38.6
%27.75
%33.64

CMYK color model

#F9B3D9 color CMYK value is (0,28,13,2).

  • cyan value is 0.00%
  • magenta value is 28.11%
  • yellow value is 12.85%
  • key color value is 2.35%

CMYK: (0,28,13,2)
C0M28Y13K2 (0%, 28%, 13%, 2%)
(0.00 / 0.28 / 0.13 / 0.02)

CMYK percentages

%0
%28.11
%12.85
%2.35

Codes

Color #F9B3D9 in popluar color models

F9 B3 D9
RGB 249 179 217
HSL 327° 85.37% 83.92%
HSB/HSV 327° 28.11% 97.65%
CMYK 0.00% 28.11% 12.85%
2.35%

Color #F9B3D9 in popluar number systems.

HEX F9 B3 D9
Decimal 249 179 217
Binary 11111001 10110011 11011001
Octal 371 263 331

Shades and tints

Shades of #F9B3D9

#F9B3D9
(249,179,217)
#E3A3C6
(227,163,198)
#CD93B3
(205,147,179)
#B783A0
(183,131,160)
#A1738D
(161,115,141)
#8B637A
(139,99,122)
#755367
(117,83,103)
#5F4354
(95,67,84)
#493341
(73,51,65)
#33232E
(51,35,46)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #F9B3D9

#F9B3D9
(249,179,217)
#F9B9DC
(249,185,220)
#F9BFDF
(249,191,223)
#F9C5E2
(249,197,226)
#F9CBE5
(249,203,229)
#F9D1E8
(249,209,232)
#F9D7EB
(249,215,235)
#F9DDEE
(249,221,238)
#F9E3F1
(249,227,241)
#F9E9F4
(249,233,244)
#F9EFF7
(249,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B3D9 color. Also use rgb(249,179,217) instead hex code.

Text Font Color

.myTextColor { color: #F9B3D9; }

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

This text font color is #F9B3D9.

Background Color

.myBgColor { background-color: #F9B3D9; }

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

This div background color is #F9B3D9.

Border color

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

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

This div border color is #F9B3D9.

Opacity

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

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

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

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

This text has shadow with #F9B3D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B3D9.

Preview

Color preview on black background

This text has color #F9B3D9 on black background.


Color preview on white background

This text has color #F9B3D9 on white background.


Black color preview on #F9B3D9 background

This text has black color on #F9B3D9 background.


White color preview on #F9B3D9 background

This text has white color on #F9B3D9 background.


Related colors

Complementary color

Complementary color for #hex is #064C26.


I love getcolorcode.com

Triadic colors

1 #D9F9B3 and #B3D9F9 with #F9B3D9 are triadic colors.

2 #D9B3F9 and #B3F9D9 with #F9B3D9 are triadic colors.