COLOR #FFD9CF

HEX: #FFD9CF RGB: (255,217,207)

Color info

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

RGB color model

#FFD9CF color RGB value is (255,217,207).

RGB: (255,217,207) (100%, 85%, 81%)

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 207 of 255 = 81%

255
217
207

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

Portions of RGB colors in percentages

R + G + B = 255 + 217 + 207 = 679 (100%)
R 255 of 679 ~ 37.56%
G 217 of 679 ~ 31.96%
B 207 of 679 ~ 30.49'%

%37.56
%31.96
%30.49

CMYK color model

#FFD9CF color CMYK value is (0,15,19,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 18.82%
  • key color value is 0.00%

CMYK: (0,15,19,0)
C0M15Y19K0 (0%, 15%, 19%, 0%)
(0.00 / 0.15 / 0.19 / 0.00)

CMYK percentages

%0
%14.9
%18.82
%0

Codes

Color #FFD9CF in popluar color models

FF D9 CF
RGB 255 217 207
HSL 13° 100.00% 90.59%
HSB/HSV 13° 18.82% 100.00%
CMYK 0.00% 14.90% 18.82%
0.00%

Color #FFD9CF in popluar number systems.

HEX FF D9 CF
Decimal 255 217 207
Binary 11111111 11011001 11001111
Octal 377 331 317

Shades and tints

Shades of #FFD9CF

#FFD9CF
(255,217,207)
#E8C6BD
(232,198,189)
#D1B3AB
(209,179,171)
#BAA099
(186,160,153)
#A38D87
(163,141,135)
#8C7A75
(140,122,117)
#756763
(117,103,99)
#5E5451
(94,84,81)
#47413F
(71,65,63)
#302E2D
(48,46,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #FFD9CF

#FFD9CF
(255,217,207)
#FFDCD3
(255,220,211)
#FFDFD7
(255,223,215)
#FFE2DB
(255,226,219)
#FFE5DF
(255,229,223)
#FFE8E3
(255,232,227)
#FFEBE7
(255,235,231)
#FFEEEB
(255,238,235)
#FFF1EF
(255,241,239)
#FFF4F3
(255,244,243)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD9CF color. Also use rgb(255,217,207) instead hex code.

Text Font Color

.myTextColor { color: #FFD9CF; }

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

This text font color is #FFD9CF.

Background Color

.myBgColor { background-color: #FFD9CF; }

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

This div background color is #FFD9CF.

Border color

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

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

This div border color is #FFD9CF.

Opacity

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

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

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

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

This text has shadow with #FFD9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD9CF.

Preview

Color preview on black background

This text has color #FFD9CF on black background.


Color preview on white background

This text has color #FFD9CF on white background.


Black color preview on #FFD9CF background

This text has black color on #FFD9CF background.


White color preview on #FFD9CF background

This text has white color on #FFD9CF background.


Related colors

Complementary color

Complementary color for #hex is #002630.


I love getcolorcode.com

Triadic colors

1 #CFFFD9 and #D9CFFF with #FFD9CF are triadic colors.

2 #CFD9FF and #D9FFCF with #FFD9CF are triadic colors.