COLOR #F9D1DA

HEX: #F9D1DA RGB: (249,209,218)

Color info

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

RGB color model

#F9D1DA color RGB value is (249,209,218).

RGB: (249,209,218) (98%, 82%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 218 of 255 = 85%

249
209
218

R + G + B ~ 88%. #F9D1DA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 209 + 218 = 676 (100%)
R 249 of 676 ~ 36.83%
G 209 of 676 ~ 30.92%
B 218 of 676 ~ 32.25'%

%36.83
%30.92
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 12.45%
  • 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.45
%2.35

Codes

Color #F9D1DA in popluar color models

F9 D1 DA
RGB 249 209 218
HSL 347° 76.92% 89.80%
HSB/HSV 347° 16.06% 97.65%
CMYK 0.00% 16.06% 12.45%
2.35%

Color #F9D1DA in popluar number systems.

HEX F9 D1 DA
Decimal 249 209 218
Binary 11111001 11010001 11011010
Octal 371 321 332

Shades and tints

Shades of #F9D1DA

#F9D1DA
(249,209,218)
#E3BEC7
(227,190,199)
#CDABB4
(205,171,180)
#B798A1
(183,152,161)
#A1858E
(161,133,142)
#8B727B
(139,114,123)
#755F68
(117,95,104)
#5F4C55
(95,76,85)
#493942
(73,57,66)
#33262F
(51,38,47)
#1D131C
(29,19,28)
#000000
(0,0,0)

Tints of #F9D1DA

#F9D1DA
(249,209,218)
#F9D5DD
(249,213,221)
#F9D9E0
(249,217,224)
#F9DDE3
(249,221,227)
#F9E1E6
(249,225,230)
#F9E5E9
(249,229,233)
#F9E9EC
(249,233,236)
#F9EDEF
(249,237,239)
#F9F1F2
(249,241,242)
#F9F5F5
(249,245,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1DA; }

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

This text font color is #F9D1DA.

Background Color

.myBgColor { background-color: #F9D1DA; }

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

This div background color is #F9D1DA.

Border color

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

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

This div border color is #F9D1DA.

Opacity

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

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

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

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

This text has shadow with #F9D1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D1DA.

Preview

Color preview on black background

This text has color #F9D1DA on black background.


Color preview on white background

This text has color #F9D1DA on white background.


Black color preview on #F9D1DA background

This text has black color on #F9D1DA background.


White color preview on #F9D1DA background

This text has white color on #F9D1DA background.


Related colors

Complementary color

Complementary color for #hex is #062E25.


I love getcolorcode.com

Triadic colors

1 #DAF9D1 and #D1DAF9 with #F9D1DA are triadic colors.

2 #DAD1F9 and #D1F9DA with #F9D1DA are triadic colors.