COLOR #F1DDED

HEX: #F1DDED RGB: (241,221,237)

Color info

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

RGB color model

#F1DDED color RGB value is (241,221,237).

RGB: (241,221,237) (95%, 87%, 93%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 237 of 255 = 93%

241
221
237

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

Portions of RGB colors in percentages

R + G + B = 241 + 221 + 237 = 699 (100%)
R 241 of 699 ~ 34.48%
G 221 of 699 ~ 31.62%
B 237 of 699 ~ 33.91'%

%34.48
%31.62
%33.91

CMYK color model

#F1DDED color CMYK value is (0,8,2,5).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 1.66%
  • key color value is 5.49%
CMYK: (0,8,2,5) C0M8Y2K5 (0%,8%,2%,5%) (0.00/0.08/0.02/0.05) 

CMYK percentages

%0
%8.3
%1.66
%5.49

Codes

Color #F1DDED in popluar color models

F1 DD ED
RGB 241 221 237
HSL 312° 41.67% 90.59%
HSB/HSV 312° 8.30% 94.51%
CMYK 0.00% 8.30% 1.66%
5.49%

Color #F1DDED in popluar number systems.

HEX F1 DD ED
Decimal 241 221 237
Binary 11110001 11011101 11101101
Octal 361 335 355

Shades and tints

Shades of #F1DDED

#F1DDED
(241,221,237)
#DCC9D8
(220,201,216)
#C7B5C3
(199,181,195)
#B2A1AE
(178,161,174)
#9D8D99
(157,141,153)
#887984
(136,121,132)
#73656F
(115,101,111)
#5E515A
(94,81,90)
#493D45
(73,61,69)
#342930
(52,41,48)
#1F151B
(31,21,27)
#000000
(0,0,0)

Tints of #F1DDED

#F1DDED
(241,221,237)
#F2E0EE
(242,224,238)
#F3E3EF
(243,227,239)
#F4E6F0
(244,230,240)
#F5E9F1
(245,233,241)
#F6ECF2
(246,236,242)
#F7EFF3
(247,239,243)
#F8F2F4
(248,242,244)
#F9F5F5
(249,245,245)
#FAF8F6
(250,248,246)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DDED; }

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

This text font color is #F1DDED.

Background Color

.myBgColor { background-color: #F1DDED; }

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

This div background color is #F1DDED.

Border color

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

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

This div border color is #F1DDED.

Opacity

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

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

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

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

This text has shadow with #F1DDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DDED.

Preview

Color preview on black background

This text has color #F1DDED on black background.


Color preview on white background

This text has color #F1DDED on white background.


Black color preview on #F1DDED background

This text has black color on #F1DDED background.


White color preview on #F1DDED background

This text has white color on #F1DDED background.


Related colors

Complementary color

Complementary color for #hex is #0E2212.


I love getcolorcode.com

Triadic colors

1 #EDF1DD and #DDEDF1 with #F1DDED are triadic colors.

2 #EDDDF1 and #DDF1ED with #F1DDED are triadic colors.