COLOR #F9D1DB

HEX: #F9D1DB RGB: (249,209,219)

Color info

#F9D1DB contains red, green and blue colors in about the same proportion. Web safe color of #F9D1DB is #FFCCCC (or #FCC).

RGB color model

#F9D1DB color RGB value is (249,209,219).

RGB: (249,209,219) (98%, 82%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 219 of 255 = 86%

249
209
219

R + G + B ~ 89%. #F9D1DB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 209 + 219 = 677 (100%)
R 249 of 677 ~ 36.78%
G 209 of 677 ~ 30.87%
B 219 of 677 ~ 32.35'%

%36.78
%30.87
%32.35

CMYK color model

#F9D1DB color CMYK value is (0,16,12,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 12.05%
  • key color value is 2.35%

CMYK: (0,16,12,2)
C0M16Y12K2 (0%, 16%, 12%, 2%)
(0.00 / 0.16 / 0.12 / 0.02)

CMYK percentages

%0
%16.06
%12.05
%2.35

Codes

Color #F9D1DB in popluar color models

F9 D1 DB
RGB 249 209 219
HSL 345° 76.92% 89.80%
HSB/HSV 345° 16.06% 97.65%
CMYK 0.00% 16.06% 12.05%
2.35%

Color #F9D1DB in popluar number systems.

HEX F9 D1 DB
Decimal 249 209 219
Binary 11111001 11010001 11011011
Octal 371 321 333

Shades and tints

Shades of #F9D1DB

#F9D1DB
(249,209,219)
#E3BEC8
(227,190,200)
#CDABB5
(205,171,181)
#B798A2
(183,152,162)
#A1858F
(161,133,143)
#8B727C
(139,114,124)
#755F69
(117,95,105)
#5F4C56
(95,76,86)
#493943
(73,57,67)
#332630
(51,38,48)
#1D131D
(29,19,29)
#000000
(0,0,0)

Tints of #F9D1DB

#F9D1DB
(249,209,219)
#F9D5DE
(249,213,222)
#F9D9E1
(249,217,225)
#F9DDE4
(249,221,228)
#F9E1E7
(249,225,231)
#F9E5EA
(249,229,234)
#F9E9ED
(249,233,237)
#F9EDF0
(249,237,240)
#F9F1F3
(249,241,243)
#F9F5F6
(249,245,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D1DB color. Also use rgb(249,209,219) instead hex code.

Text Font Color

.myTextColor { color: #F9D1DB; }

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

This text font color is #F9D1DB.

Background Color

.myBgColor { background-color: #F9D1DB; }

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

This div background color is #F9D1DB.

Border color

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

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

This div border color is #F9D1DB.

Opacity

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

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

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

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

This text has shadow with #F9D1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D1DB.

Preview

Color preview on black background

This text has color #F9D1DB on black background.


Color preview on white background

This text has color #F9D1DB on white background.


Black color preview on #F9D1DB background

This text has black color on #F9D1DB background.


White color preview on #F9D1DB background

This text has white color on #F9D1DB background.


Related colors

Complementary color

Complementary color for #hex is #062E24.


I love getcolorcode.com

Triadic colors

1 #DBF9D1 and #D1DBF9 with #F9D1DB are triadic colors.

2 #DBD1F9 and #D1F9DB with #F9D1DB are triadic colors.