COLOR #F1DCEE

HEX: #F1DCEE RGB: (241,220,238)

Color info

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

RGB color model

#F1DCEE color RGB value is (241,220,238).

RGB: (241,220,238) (95%, 86%, 93%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 238 of 255 = 93%

241
220
238

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

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 238 = 699 (100%)
R 241 of 699 ~ 34.48%
G 220 of 699 ~ 31.47%
B 238 of 699 ~ 34.05'%

%34.48
%31.47
%34.05

CMYK color model

#F1DCEE color CMYK value is (0,9,1,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK: (0,9,1,5) C0M9Y1K5 (0%,9%,1%,5%) (0.00/0.09/0.01/0.05) 

CMYK percentages

%0
%8.71
%1.24
%5.49

Codes

Color #F1DCEE in popluar color models

F1 DC EE
RGB 241 220 238
HSL 309° 42.86% 90.39%
HSB/HSV 309° 8.71% 94.51%
CMYK 0.00% 8.71% 1.24%
5.49%

Color #F1DCEE in popluar number systems.

HEX F1 DC EE
Decimal 241 220 238
Binary 11110001 11011100 11101110
Octal 361 334 356

Shades and tints

Shades of #F1DCEE

#F1DCEE
(241,220,238)
#DCC8D9
(220,200,217)
#C7B4C4
(199,180,196)
#B2A0AF
(178,160,175)
#9D8C9A
(157,140,154)
#887885
(136,120,133)
#736470
(115,100,112)
#5E505B
(94,80,91)
#493C46
(73,60,70)
#342831
(52,40,49)
#1F141C
(31,20,28)
#000000
(0,0,0)

Tints of #F1DCEE

#F1DCEE
(241,220,238)
#F2DFEF
(242,223,239)
#F3E2F0
(243,226,240)
#F4E5F1
(244,229,241)
#F5E8F2
(245,232,242)
#F6EBF3
(246,235,243)
#F7EEF4
(247,238,244)
#F8F1F5
(248,241,245)
#F9F4F6
(249,244,246)
#FAF7F7
(250,247,247)
#FBFAF8
(251,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCEE; }

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

This text font color is #F1DCEE.

Background Color

.myBgColor { background-color: #F1DCEE; }

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

This div background color is #F1DCEE.

Border color

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

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

This div border color is #F1DCEE.

Opacity

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

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

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

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

This text has shadow with #F1DCEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCEE.

Preview

Color preview on black background

This text has color #F1DCEE on black background.


Color preview on white background

This text has color #F1DCEE on white background.


Black color preview on #F1DCEE background

This text has black color on #F1DCEE background.


White color preview on #F1DCEE background

This text has white color on #F1DCEE background.


Related colors

Complementary color

Complementary color for #hex is #0E2311.


I love getcolorcode.com

Triadic colors

1 #EEF1DC and #DCEEF1 with #F1DCEE are triadic colors.

2 #EEDCF1 and #DCF1EE with #F1DCEE are triadic colors.