COLOR #F9DCCF

HEX: #F9DCCF RGB: (249,220,207)

Color info

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

RGB color model

#F9DCCF color RGB value is (249,220,207).

RGB: (249,220,207) (98%, 86%, 81%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 207 of 255 = 81%

249
220
207

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

Portions of RGB colors in percentages

R + G + B = 249 + 220 + 207 = 676 (100%)
R 249 of 676 ~ 36.83%
G 220 of 676 ~ 32.54%
B 207 of 676 ~ 30.62'%

%36.83
%32.54
%30.62

CMYK color model

#F9DCCF color CMYK value is (0,12,17,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 16.87%
  • key color value is 2.35%
CMYK: (0,12,17,2) C0M12Y17K2 (0%,12%,17%,2%) (0.00/0.12/0.17/0.02) 

CMYK percentages

%0
%11.65
%16.87
%2.35

Codes

Color #F9DCCF in popluar color models

F9 DC CF
RGB 249 220 207
HSL 19° 77.78% 89.41%
HSB/HSV 19° 16.87% 97.65%
CMYK 0.00% 11.65% 16.87%
2.35%

Color #F9DCCF in popluar number systems.

HEX F9 DC CF
Decimal 249 220 207
Binary 11111001 11011100 11001111
Octal 371 334 317

Shades and tints

Shades of #F9DCCF

#F9DCCF
(249,220,207)
#E3C8BD
(227,200,189)
#CDB4AB
(205,180,171)
#B7A099
(183,160,153)
#A18C87
(161,140,135)
#8B7875
(139,120,117)
#756463
(117,100,99)
#5F5051
(95,80,81)
#493C3F
(73,60,63)
#33282D
(51,40,45)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #F9DCCF

#F9DCCF
(249,220,207)
#F9DFD3
(249,223,211)
#F9E2D7
(249,226,215)
#F9E5DB
(249,229,219)
#F9E8DF
(249,232,223)
#F9EBE3
(249,235,227)
#F9EEE7
(249,238,231)
#F9F1EB
(249,241,235)
#F9F4EF
(249,244,239)
#F9F7F3
(249,247,243)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DCCF; }

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

This text font color is #F9DCCF.

Background Color

.myBgColor { background-color: #F9DCCF; }

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

This div background color is #F9DCCF.

Border color

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

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

This div border color is #F9DCCF.

Opacity

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

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

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

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

This text has shadow with #F9DCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DCCF.

Preview

Color preview on black background

This text has color #F9DCCF on black background.


Color preview on white background

This text has color #F9DCCF on white background.


Black color preview on #F9DCCF background

This text has black color on #F9DCCF background.


White color preview on #F9DCCF background

This text has white color on #F9DCCF background.


Related colors

Complementary color

Complementary color for #hex is #062330.


I love getcolorcode.com

Triadic colors

1 #CFF9DC and #DCCFF9 with #F9DCCF are triadic colors.

2 #CFDCF9 and #DCF9CF with #F9DCCF are triadic colors.