COLOR #F1DCE3

HEX: #F1DCE3 RGB: (241,220,227)

Color info

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

RGB color model

#F1DCE3 color RGB value is (241,220,227).

RGB: (241,220,227) (95%, 86%, 89%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 227 of 255 = 89%

241
220
227

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

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 227 = 688 (100%)
R 241 of 688 ~ 35.03%
G 220 of 688 ~ 31.98%
B 227 of 688 ~ 32.99'%

%35.03
%31.98
%32.99

CMYK color model

#F1DCE3 color CMYK value is (0,9,6,5).

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

CMYK: (0,9,6,5)
C0M9Y6K5 (0%, 9%, 6%, 5%)
(0.00 / 0.09 / 0.06 / 0.05)

CMYK percentages

%0
%8.71
%5.81
%5.49

Codes

Color #F1DCE3 in popluar color models

F1 DC E3
RGB 241 220 227
HSL 340° 42.86% 90.39%
HSB/HSV 340° 8.71% 94.51%
CMYK 0.00% 8.71% 5.81%
5.49%

Color #F1DCE3 in popluar number systems.

HEX F1 DC E3
Decimal 241 220 227
Binary 11110001 11011100 11100011
Octal 361 334 343

Shades and tints

Shades of #F1DCE3

#F1DCE3
(241,220,227)
#DCC8CF
(220,200,207)
#C7B4BB
(199,180,187)
#B2A0A7
(178,160,167)
#9D8C93
(157,140,147)
#88787F
(136,120,127)
#73646B
(115,100,107)
#5E5057
(94,80,87)
#493C43
(73,60,67)
#34282F
(52,40,47)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #F1DCE3

#F1DCE3
(241,220,227)
#F2DFE5
(242,223,229)
#F3E2E7
(243,226,231)
#F4E5E9
(244,229,233)
#F5E8EB
(245,232,235)
#F6EBED
(246,235,237)
#F7EEEF
(247,238,239)
#F8F1F1
(248,241,241)
#F9F4F3
(249,244,243)
#FAF7F5
(250,247,245)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCE3; }

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

This text font color is #F1DCE3.

Background Color

.myBgColor { background-color: #F1DCE3; }

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

This div background color is #F1DCE3.

Border color

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

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

This div border color is #F1DCE3.

Opacity

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

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

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

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

This text has shadow with #F1DCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCE3.

Preview

Color preview on black background

This text has color #F1DCE3 on black background.


Color preview on white background

This text has color #F1DCE3 on white background.


Black color preview on #F1DCE3 background

This text has black color on #F1DCE3 background.


White color preview on #F1DCE3 background

This text has white color on #F1DCE3 background.


Related colors

Complementary color

Complementary color for #hex is #0E231C.


I love getcolorcode.com

Triadic colors

1 #E3F1DC and #DCE3F1 with #F1DCE3 are triadic colors.

2 #E3DCF1 and #DCF1E3 with #F1DCE3 are triadic colors.