COLOR #F1DCE9

HEX: #F1DCE9 RGB: (241,220,233)

Color info

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

RGB color model

#F1DCE9 color RGB value is (241,220,233).

RGB: (241,220,233) (95%, 86%, 91%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 233 of 255 = 91%

241
220
233

R + G + B ~ 91%. #F1DCE9 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 233 = 694 (100%)
R 241 of 694 ~ 34.73%
G 220 of 694 ~ 31.7%
B 233 of 694 ~ 33.57'%

%34.73
%31.7
%33.57

CMYK color model

#F1DCE9 color CMYK value is (0,9,3,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 3.32%
  • key color value is 5.49%

CMYK: (0,9,3,5)
C0M9Y3K5 (0%, 9%, 3%, 5%)
(0.00 / 0.09 / 0.03 / 0.05)

CMYK percentages

%0
%8.71
%3.32
%5.49

Codes

Color #F1DCE9 in popluar color models

F1 DC E9
RGB 241 220 233
HSL 323° 42.86% 90.39%
HSB/HSV 323° 8.71% 94.51%
CMYK 0.00% 8.71% 3.32%
5.49%

Color #F1DCE9 in popluar number systems.

HEX F1 DC E9
Decimal 241 220 233
Binary 11110001 11011100 11101001
Octal 361 334 351

Shades and tints

Shades of #F1DCE9

#F1DCE9
(241,220,233)
#DCC8D4
(220,200,212)
#C7B4BF
(199,180,191)
#B2A0AA
(178,160,170)
#9D8C95
(157,140,149)
#887880
(136,120,128)
#73646B
(115,100,107)
#5E5056
(94,80,86)
#493C41
(73,60,65)
#34282C
(52,40,44)
#1F1417
(31,20,23)
#000000
(0,0,0)

Tints of #F1DCE9

#F1DCE9
(241,220,233)
#F2DFEB
(242,223,235)
#F3E2ED
(243,226,237)
#F4E5EF
(244,229,239)
#F5E8F1
(245,232,241)
#F6EBF3
(246,235,243)
#F7EEF5
(247,238,245)
#F8F1F7
(248,241,247)
#F9F4F9
(249,244,249)
#FAF7FB
(250,247,251)
#FBFAFD
(251,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DCE9 color. Also use rgb(241,220,233) instead hex code.

Text Font Color

.myTextColor { color: #F1DCE9; }

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

This text font color is #F1DCE9.

Background Color

.myBgColor { background-color: #F1DCE9; }

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

This div background color is #F1DCE9.

Border color

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

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

This div border color is #F1DCE9.

Opacity

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

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

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

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

This text has shadow with #F1DCE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCE9.

Preview

Color preview on black background

This text has color #F1DCE9 on black background.


Color preview on white background

This text has color #F1DCE9 on white background.


Black color preview on #F1DCE9 background

This text has black color on #F1DCE9 background.


White color preview on #F1DCE9 background

This text has white color on #F1DCE9 background.


Related colors

Complementary color

Complementary color for #hex is #0E2316.


I love getcolorcode.com

Triadic colors

1 #E9F1DC and #DCE9F1 with #F1DCE9 are triadic colors.

2 #E9DCF1 and #DCF1E9 with #F1DCE9 are triadic colors.