COLOR #F1DDEB

HEX: #F1DDEB RGB: (241,221,235)

Color info

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

RGB color model

#F1DDEB color RGB value is (241,221,235).

RGB: (241,221,235) (95%, 87%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 235 of 255 = 92%

241
221
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 221 + 235 = 697 (100%)
R 241 of 697 ~ 34.58%
G 221 of 697 ~ 31.71%
B 235 of 697 ~ 33.72'%

%34.58
%31.71
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 2.49%
  • 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
%2.49
%5.49

Codes

Color #F1DDEB in popluar color models

F1 DD EB
RGB 241 221 235
HSL 318° 41.67% 90.59%
HSB/HSV 318° 8.30% 94.51%
CMYK 0.00% 8.30% 2.49%
5.49%

Color #F1DDEB in popluar number systems.

HEX F1 DD EB
Decimal 241 221 235
Binary 11110001 11011101 11101011
Octal 361 335 353

Shades and tints

Shades of #F1DDEB

#F1DDEB
(241,221,235)
#DCC9D6
(220,201,214)
#C7B5C1
(199,181,193)
#B2A1AC
(178,161,172)
#9D8D97
(157,141,151)
#887982
(136,121,130)
#73656D
(115,101,109)
#5E5158
(94,81,88)
#493D43
(73,61,67)
#34292E
(52,41,46)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #F1DDEB

#F1DDEB
(241,221,235)
#F2E0EC
(242,224,236)
#F3E3ED
(243,227,237)
#F4E6EE
(244,230,238)
#F5E9EF
(245,233,239)
#F6ECF0
(246,236,240)
#F7EFF1
(247,239,241)
#F8F2F2
(248,242,242)
#F9F5F3
(249,245,243)
#FAF8F4
(250,248,244)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DDEB; }

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

This text font color is #F1DDEB.

Background Color

.myBgColor { background-color: #F1DDEB; }

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

This div background color is #F1DDEB.

Border color

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

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

This div border color is #F1DDEB.

Opacity

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

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

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

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

This text has shadow with #F1DDEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DDEB.

Preview

Color preview on black background

This text has color #F1DDEB on black background.


Color preview on white background

This text has color #F1DDEB on white background.


Black color preview on #F1DDEB background

This text has black color on #F1DDEB background.


White color preview on #F1DDEB background

This text has white color on #F1DDEB background.


Related colors

Complementary color

Complementary color for #hex is #0E2214.


I love getcolorcode.com

Triadic colors

1 #EBF1DD and #DDEBF1 with #F1DDEB are triadic colors.

2 #EBDDF1 and #DDF1EB with #F1DDEB are triadic colors.