COLOR #F1D4EF

HEX: #F1D4EF
RGB: (241,212,239)

Color info

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

RGB color model

#F1D4EF color RGB value is (241,212,239).

  • red value is 241;
  • green value is 212;
  • blue value is 239.
RGB:
(241,212,239)
(95%,83%,94%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 239 of 255 = 94%

241
212
239

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

Portions of RGB colors in percentages

R + G + B =
241 + 212 + 239 = 692 (100%)
R 241 of 692 ~ 34.83%
G 212 of 692 ~ 30.64%
B 239 of 692 ~ 34.54%

%34.83
%30.64
%34.54

CMYK color model

#F1D4EF color CMYK value is (0,12,1,5).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(0,12,1,5)
C0M12Y1K5 
(0%,12%,1%,5%)
(0.00/0.12/0.01/0.05)	

CMYK percentages

%0
%12.03
%0.83
%5.49

Codes

Color #F1D4EF in popluar color models

F1D4EF
RGB241212239
HSL304°50.88%88.82%
HSB/HSV304°12.03%94.51%
CMYK0.00%12.03%0.83%
5.49%

Color #F1D4EF in popluar number systems.

HEXF1D4EF
Decimal241212239
Binary111100011101010011101111
Octal361324357

Shades and tints

Shades of #F1D4EF

#F1D4EF
(241,212,239)
#DCC1DA
(220,193,218)
#C7AEC5
(199,174,197)
#B29BB0
(178,155,176)
#9D889B
(157,136,155)
#887586
(136,117,134)
#736271
(115,98,113)
#5E4F5C
(94,79,92)
#493C47
(73,60,71)
#342932
(52,41,50)
#1F161D
(31,22,29)
#000000
(0,0,0)

Tints of #F1D4EF

#F1D4EF
(241,212,239)
#F2D7F0
(242,215,240)
#F3DAF1
(243,218,241)
#F4DDF2
(244,221,242)
#F5E0F3
(245,224,243)
#F6E3F4
(246,227,244)
#F7E6F5
(247,230,245)
#F8E9F6
(248,233,246)
#F9ECF7
(249,236,247)
#FAEFF8
(250,239,248)
#FBF2F9
(251,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D4EF; }

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

This text font color is #F1D4EF.


Background Color

.myBgColor { background-color: #F1D4EF; }

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

This div background color is #F1D4EF.


Border color

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

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

This div border color is #F1D4EF.


Opacity

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

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

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

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

This text has shadow with #F1D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D4EF on black background.


Color preview on white background

This text has color #F1D4EF on white background.



Black color preview on #F1D4EF background

This text has black color on #F1D4EF background.


White color preview on #F1D4EF background

This text has white color on #F1D4EF background.