COLOR #F1D9E7

HEX: #F1D9E7 RGB: (241,217,231)

Color info

#F1D9E7 contains red, green and blue colors in about the same proportion. Web safe color of #F1D9E7 is #FFCCFF (or #FCF).

RGB color model

#F1D9E7 color RGB value is (241,217,231).

RGB: (241,217,231) (95%, 85%, 91%)

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 231 of 255 = 91%

241
217
231

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

Portions of RGB colors in percentages

R + G + B = 241 + 217 + 231 = 689 (100%)
R 241 of 689 ~ 34.98%
G 217 of 689 ~ 31.49%
B 231 of 689 ~ 33.53'%

%34.98
%31.49
%33.53

CMYK color model

#F1D9E7 color CMYK value is (0,10,4,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 4.15%
  • key color value is 5.49%
CMYK: (0,10,4,5) C0M10Y4K5 (0%,10%,4%,5%) (0.00/0.10/0.04/0.05) 

CMYK percentages

%0
%9.96
%4.15
%5.49

Codes

Color #F1D9E7 in popluar color models

F1 D9 E7
RGB 241 217 231
HSL 325° 46.15% 89.80%
HSB/HSV 325° 9.96% 94.51%
CMYK 0.00% 9.96% 4.15%
5.49%

Color #F1D9E7 in popluar number systems.

HEX F1 D9 E7
Decimal 241 217 231
Binary 11110001 11011001 11100111
Octal 361 331 347

Shades and tints

Shades of #F1D9E7

#F1D9E7
(241,217,231)
#DCC6D2
(220,198,210)
#C7B3BD
(199,179,189)
#B2A0A8
(178,160,168)
#9D8D93
(157,141,147)
#887A7E
(136,122,126)
#736769
(115,103,105)
#5E5454
(94,84,84)
#49413F
(73,65,63)
#342E2A
(52,46,42)
#1F1B15
(31,27,21)
#000000
(0,0,0)

Tints of #F1D9E7

#F1D9E7
(241,217,231)
#F2DCE9
(242,220,233)
#F3DFEB
(243,223,235)
#F4E2ED
(244,226,237)
#F5E5EF
(245,229,239)
#F6E8F1
(246,232,241)
#F7EBF3
(247,235,243)
#F8EEF5
(248,238,245)
#F9F1F7
(249,241,247)
#FAF4F9
(250,244,249)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D9E7 color. Also use rgb(241,217,231) instead hex code.

Text Font Color

.myTextColor { color: #F1D9E7; }

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

This text font color is #F1D9E7.

Background Color

.myBgColor { background-color: #F1D9E7; }

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

This div background color is #F1D9E7.

Border color

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

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

This div border color is #F1D9E7.

Opacity

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

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

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

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

This text has shadow with #F1D9E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D9E7.

Preview

Color preview on black background

This text has color #F1D9E7 on black background.


Color preview on white background

This text has color #F1D9E7 on white background.


Black color preview on #F1D9E7 background

This text has black color on #F1D9E7 background.


White color preview on #F1D9E7 background

This text has white color on #F1D9E7 background.


Related colors

Complementary color

Complementary color for #hex is #0E2618.


I love getcolorcode.com

Triadic colors

1 #E7F1D9 and #D9E7F1 with #F1D9E7 are triadic colors.

2 #E7D9F1 and #D9F1E7 with #F1D9E7 are triadic colors.