COLOR #F9DFDC

HEX: #F9DFDC RGB: (249,223,220)

Color info

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

RGB color model

#F9DFDC color RGB value is (249,223,220).

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

RGB channels and saturation

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

249
223
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 223 + 220 = 692 (100%)
R 249 of 692 ~ 35.98%
G 223 of 692 ~ 32.23%
B 220 of 692 ~ 31.79'%

%35.98
%32.23
%31.79

CMYK color model

#F9DFDC color CMYK value is (0,10,12,2).

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

CMYK: (0,10,12,2)
C0M10Y12K2 (0%, 10%, 12%, 2%)
(0.00 / 0.10 / 0.12 / 0.02)

CMYK percentages

%0
%10.44
%11.65
%2.35

Codes

Color #F9DFDC in popluar color models

F9 DF DC
RGB 249 223 220
HSL 70.73% 91.96%
HSB/HSV 11.65% 97.65%
CMYK 0.00% 10.44% 11.65%
2.35%

Color #F9DFDC in popluar number systems.

HEX F9 DF DC
Decimal 249 223 220
Binary 11111001 11011111 11011100
Octal 371 337 334

Shades and tints

Shades of #F9DFDC

#F9DFDC
(249,223,220)
#E3CBC8
(227,203,200)
#CDB7B4
(205,183,180)
#B7A3A0
(183,163,160)
#A18F8C
(161,143,140)
#8B7B78
(139,123,120)
#756764
(117,103,100)
#5F5350
(95,83,80)
#493F3C
(73,63,60)
#332B28
(51,43,40)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9DFDC

#F9DFDC
(249,223,220)
#F9E1DF
(249,225,223)
#F9E3E2
(249,227,226)
#F9E5E5
(249,229,229)
#F9E7E8
(249,231,232)
#F9E9EB
(249,233,235)
#F9EBEE
(249,235,238)
#F9EDF1
(249,237,241)
#F9EFF4
(249,239,244)
#F9F1F7
(249,241,247)
#F9F3FA
(249,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DFDC; }

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

This text font color is #F9DFDC.

Background Color

.myBgColor { background-color: #F9DFDC; }

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

This div background color is #F9DFDC.

Border color

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

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

This div border color is #F9DFDC.

Opacity

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

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

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

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

This text has shadow with #F9DFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DFDC.

Preview

Color preview on black background

This text has color #F9DFDC on black background.


Color preview on white background

This text has color #F9DFDC on white background.


Black color preview on #F9DFDC background

This text has black color on #F9DFDC background.


White color preview on #F9DFDC background

This text has white color on #F9DFDC background.


Related colors

Complementary color

Complementary color for #hex is #062023.


I love getcolorcode.com

Triadic colors

1 #DCF9DF and #DFDCF9 with #F9DFDC are triadic colors.

2 #DCDFF9 and #DFF9DC with #F9DFDC are triadic colors.