COLOR #F1DDE5

HEX: #F1DDE5
RGB: (241,221,229)

Color info

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

RGB color model

#F1DDE5 color RGB value is (241,221,229).

  • red value is 241;
  • green value is 221;
  • blue value is 229.
RGB:
(241,221,229)
(95%,87%,90%)

RGB channels and saturation

R 241 of 255 = 95%
G 221 of 255 = 87%
B 229 of 255 = 90%

241
221
229

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

Portions of RGB colors in percentages

R + G + B =
241 + 221 + 229 = 691 (100%)
R 241 of 691 ~ 34.88%
G 221 of 691 ~ 31.98%
B 229 of 691 ~ 33.14%

%34.88
%31.98
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 4.98%
  • key color value is 5.49%
CMYK:
(0,8,5,5)
C0M8Y5K5 
(0%,8%,5%,5%)
(0.00/0.08/0.05/0.05)	

CMYK percentages

%0
%8.3
%4.98
%5.49

Codes

Color #F1DDE5 in popluar color models

F1DDE5
RGB241221229
HSL336°41.67%90.59%
HSB/HSV336°8.30%94.51%
CMYK0.00%8.30%4.98%
5.49%

Color #F1DDE5 in popluar number systems.

HEXF1DDE5
Decimal241221229
Binary111100011101110111100101
Octal361335345

Shades and tints

Shades of #F1DDE5

#F1DDE5
(241,221,229)
#DCC9D1
(220,201,209)
#C7B5BD
(199,181,189)
#B2A1A9
(178,161,169)
#9D8D95
(157,141,149)
#887981
(136,121,129)
#73656D
(115,101,109)
#5E5159
(94,81,89)
#493D45
(73,61,69)
#342931
(52,41,49)
#1F151D
(31,21,29)
#000000
(0,0,0)

Tints of #F1DDE5

#F1DDE5
(241,221,229)
#F2E0E7
(242,224,231)
#F3E3E9
(243,227,233)
#F4E6EB
(244,230,235)
#F5E9ED
(245,233,237)
#F6ECEF
(246,236,239)
#F7EFF1
(247,239,241)
#F8F2F3
(248,242,243)
#F9F5F5
(249,245,245)
#FAF8F7
(250,248,247)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DDE5; }

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

This text font color is #F1DDE5.


Background Color

.myBgColor { background-color: #F1DDE5; }

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

This div background color is #F1DDE5.


Border color

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

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

This div border color is #F1DDE5.


Opacity

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

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

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

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

This text has shadow with #F1DDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DDE5 on black background.


Color preview on white background

This text has color #F1DDE5 on white background.



Black color preview on #F1DDE5 background

This text has black color on #F1DDE5 background.


White color preview on #F1DDE5 background

This text has white color on #F1DDE5 background.