COLOR #F9DDDC

HEX: #F9DDDC RGB: (249,221,220)

Color info

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

RGB color model

#F9DDDC color RGB value is (249,221,220).

RGB: (249,221,220) (98%, 87%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 220 of 255 = 86%

249
221
220

R + G + B ~ 90%. #F9DDDC is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 220 = 690 (100%)
R 249 of 690 ~ 36.09%
G 221 of 690 ~ 32.03%
B 220 of 690 ~ 31.88'%

%36.09
%32.03
%31.88

CMYK color model

#F9DDDC color CMYK value is (0,11,12,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (0,11,12,2)
C0M11Y12K2 (0%, 11%, 12%, 2%)
(0.00 / 0.11 / 0.12 / 0.02)

CMYK percentages

%0
%11.24
%11.65
%2.35

Codes

Color #F9DDDC in popluar color models

F9 DD DC
RGB 249 221 220
HSL 70.73% 91.96%
HSB/HSV 11.65% 97.65%
CMYK 0.00% 11.24% 11.65%
2.35%

Color #F9DDDC in popluar number systems.

HEX F9 DD DC
Decimal 249 221 220
Binary 11111001 11011101 11011100
Octal 371 335 334

Shades and tints

Shades of #F9DDDC

#F9DDDC
(249,221,220)
#E3C9C8
(227,201,200)
#CDB5B4
(205,181,180)
#B7A1A0
(183,161,160)
#A18D8C
(161,141,140)
#8B7978
(139,121,120)
#756564
(117,101,100)
#5F5150
(95,81,80)
#493D3C
(73,61,60)
#332928
(51,41,40)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9DDDC

#F9DDDC
(249,221,220)
#F9E0DF
(249,224,223)
#F9E3E2
(249,227,226)
#F9E6E5
(249,230,229)
#F9E9E8
(249,233,232)
#F9ECEB
(249,236,235)
#F9EFEE
(249,239,238)
#F9F2F1
(249,242,241)
#F9F5F4
(249,245,244)
#F9F8F7
(249,248,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DDDC color. Also use rgb(249,221,220) instead hex code.

Text Font Color

.myTextColor { color: #F9DDDC; }

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

This text font color is #F9DDDC.

Background Color

.myBgColor { background-color: #F9DDDC; }

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

This div background color is #F9DDDC.

Border color

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

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

This div border color is #F9DDDC.

Opacity

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

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

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

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

This text has shadow with #F9DDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDDC.

Preview

Color preview on black background

This text has color #F9DDDC on black background.


Color preview on white background

This text has color #F9DDDC on white background.


Black color preview on #F9DDDC background

This text has black color on #F9DDDC background.


White color preview on #F9DDDC background

This text has white color on #F9DDDC background.


Related colors

Complementary color

Complementary color for #hex is #062223.


I love getcolorcode.com

Triadic colors

1 #DCF9DD and #DDDCF9 with #F9DDDC are triadic colors.

2 #DCDDF9 and #DDF9DC with #F9DDDC are triadic colors.