COLOR #F1D9EB

HEX: #F1D9EB RGB: (241,217,235)

Color info

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

RGB color model

#F1D9EB color RGB value is (241,217,235).

RGB: (241,217,235) (95%, 85%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 235 of 255 = 92%

241
217
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 217 + 235 = 693 (100%)
R 241 of 693 ~ 34.78%
G 217 of 693 ~ 31.31%
B 235 of 693 ~ 33.91'%

%34.78
%31.31
%33.91

CMYK color model

#F1D9EB color CMYK value is (0,10,2,5).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (0,10,2,5)
C0M10Y2K5 (0%, 10%, 2%, 5%)
(0.00 / 0.10 / 0.02 / 0.05)

CMYK percentages

%0
%9.96
%2.49
%5.49

Codes

Color #F1D9EB in popluar color models

F1 D9 EB
RGB 241 217 235
HSL 315° 46.15% 89.80%
HSB/HSV 315° 9.96% 94.51%
CMYK 0.00% 9.96% 2.49%
5.49%

Color #F1D9EB in popluar number systems.

HEX F1 D9 EB
Decimal 241 217 235
Binary 11110001 11011001 11101011
Octal 361 331 353

Shades and tints

Shades of #F1D9EB

#F1D9EB
(241,217,235)
#DCC6D6
(220,198,214)
#C7B3C1
(199,179,193)
#B2A0AC
(178,160,172)
#9D8D97
(157,141,151)
#887A82
(136,122,130)
#73676D
(115,103,109)
#5E5458
(94,84,88)
#494143
(73,65,67)
#342E2E
(52,46,46)
#1F1B19
(31,27,25)
#000000
(0,0,0)

Tints of #F1D9EB

#F1D9EB
(241,217,235)
#F2DCEC
(242,220,236)
#F3DFED
(243,223,237)
#F4E2EE
(244,226,238)
#F5E5EF
(245,229,239)
#F6E8F0
(246,232,240)
#F7EBF1
(247,235,241)
#F8EEF2
(248,238,242)
#F9F1F3
(249,241,243)
#FAF4F4
(250,244,244)
#FBF7F5
(251,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D9EB; }

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

This text font color is #F1D9EB.

Background Color

.myBgColor { background-color: #F1D9EB; }

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

This div background color is #F1D9EB.

Border color

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

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

This div border color is #F1D9EB.

Opacity

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

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

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

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

This text has shadow with #F1D9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D9EB.

Preview

Color preview on black background

This text has color #F1D9EB on black background.


Color preview on white background

This text has color #F1D9EB on white background.


Black color preview on #F1D9EB background

This text has black color on #F1D9EB background.


White color preview on #F1D9EB background

This text has white color on #F1D9EB background.


Related colors

Complementary color

Complementary color for #hex is #0E2614.


I love getcolorcode.com

Triadic colors

1 #EBF1D9 and #D9EBF1 with #F1D9EB are triadic colors.

2 #EBD9F1 and #D9F1EB with #F1D9EB are triadic colors.