COLOR #F1DDEF

HEX: #F1DDEF RGB: (241,221,239)

Color info

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

RGB color model

#F1DDEF color RGB value is (241,221,239).

RGB: (241,221,239) (95%, 87%, 94%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 239 of 255 = 94%

241
221
239

R + G + B ~ 92%. #F1DDEF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 221 + 239 = 701 (100%)
R 241 of 701 ~ 34.38%
G 221 of 701 ~ 31.53%
B 239 of 701 ~ 34.09'%

%34.38
%31.53
%34.09

CMYK color model

#F1DDEF color CMYK value is (0,8,1,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK: (0,8,1,5) C0M8Y1K5 (0%,8%,1%,5%) (0.00/0.08/0.01/0.05) 

CMYK percentages

%0
%8.3
%0.83
%5.49

Codes

Color #F1DDEF in popluar color models

F1 DD EF
RGB 241 221 239
HSL 306° 41.67% 90.59%
HSB/HSV 306° 8.30% 94.51%
CMYK 0.00% 8.30% 0.83%
5.49%

Color #F1DDEF in popluar number systems.

HEX F1 DD EF
Decimal 241 221 239
Binary 11110001 11011101 11101111
Octal 361 335 357

Shades and tints

Shades of #F1DDEF

#F1DDEF
(241,221,239)
#DCC9DA
(220,201,218)
#C7B5C5
(199,181,197)
#B2A1B0
(178,161,176)
#9D8D9B
(157,141,155)
#887986
(136,121,134)
#736571
(115,101,113)
#5E515C
(94,81,92)
#493D47
(73,61,71)
#342932
(52,41,50)
#1F151D
(31,21,29)
#000000
(0,0,0)

Tints of #F1DDEF

#F1DDEF
(241,221,239)
#F2E0F0
(242,224,240)
#F3E3F1
(243,227,241)
#F4E6F2
(244,230,242)
#F5E9F3
(245,233,243)
#F6ECF4
(246,236,244)
#F7EFF5
(247,239,245)
#F8F2F6
(248,242,246)
#F9F5F7
(249,245,247)
#FAF8F8
(250,248,248)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DDEF color. Also use rgb(241,221,239) instead hex code.

Text Font Color

.myTextColor { color: #F1DDEF; }

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

This text font color is #F1DDEF.

Background Color

.myBgColor { background-color: #F1DDEF; }

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

This div background color is #F1DDEF.

Border color

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

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

This div border color is #F1DDEF.

Opacity

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

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

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

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

This text has shadow with #F1DDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DDEF.

Preview

Color preview on black background

This text has color #F1DDEF on black background.


Color preview on white background

This text has color #F1DDEF on white background.


Black color preview on #F1DDEF background

This text has black color on #F1DDEF background.


White color preview on #F1DDEF background

This text has white color on #F1DDEF background.


Related colors

Complementary color

Complementary color for #hex is #0E2210.


I love getcolorcode.com

Triadic colors

1 #EFF1DD and #DDEFF1 with #F1DDEF are triadic colors.

2 #EFDDF1 and #DDF1EF with #F1DDEF are triadic colors.