COLOR #F1D9FD

HEX: #F1D9FD
RGB: (241,217,253)

Color info

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

RGB color model

#F1D9FD color RGB value is (241,217,253).

  • red value is 241;
  • green value is 217;
  • blue value is 253.
RGB:
(241,217,253)
(95%,85%,99%)

RGB channels and saturation

R 241 of 255 = 95%
G 217 of 255 = 85%
B 253 of 255 = 99%

241
217
253

R + G + B ~ 93%. #F1D9FD is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 217 + 253 = 711 (100%)
R 241 of 711 ~ 33.9%
G 217 of 711 ~ 30.52%
B 253 of 711 ~ 35.58%

%33.9
%30.52
%35.58

CMYK color model

#F1D9FD color CMYK value is (5,14,0,1).

  • cyan value is 4.74%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(5,14,0,1)
C5M14Y0K1 
(5%,14%,0%,1%)
(0.05/0.14/0.00/0.01)	

CMYK percentages

%4.74
%14.23
%0
%0.78

Codes

Color #F1D9FD in popluar color models

F1D9FD
RGB241217253
HSL280°90.00%92.16%
HSB/HSV280°14.23%99.22%
CMYK4.74%14.23%0.00%
0.78%

Color #F1D9FD in popluar number systems.

HEXF1D9FD
Decimal241217253
Binary111100011101100111111101
Octal361331375

Shades and tints

Shades of #F1D9FD

#F1D9FD
(241,217,253)
#DCC6E6
(220,198,230)
#C7B3CF
(199,179,207)
#B2A0B8
(178,160,184)
#9D8DA1
(157,141,161)
#887A8A
(136,122,138)
#736773
(115,103,115)
#5E545C
(94,84,92)
#494145
(73,65,69)
#342E2E
(52,46,46)
#1F1B17
(31,27,23)
#000000
(0,0,0)

Tints of #F1D9FD

#F1D9FD
(241,217,253)
#F2DCFD
(242,220,253)
#F3DFFD
(243,223,253)
#F4E2FD
(244,226,253)
#F5E5FD
(245,229,253)
#F6E8FD
(246,232,253)
#F7EBFD
(247,235,253)
#F8EEFD
(248,238,253)
#F9F1FD
(249,241,253)
#FAF4FD
(250,244,253)
#FBF7FD
(251,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D9FD; }

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

This text font color is #F1D9FD.


Background Color

.myBgColor { background-color: #F1D9FD; }

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

This div background color is #F1D9FD.


Border color

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

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

This div border color is #F1D9FD.


Opacity

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

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

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

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

This text has shadow with #F1D9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D9FD on black background.


Color preview on white background

This text has color #F1D9FD on white background.



Black color preview on #F1D9FD background

This text has black color on #F1D9FD background.


White color preview on #F1D9FD background

This text has white color on #F1D9FD background.