COLOR #F8D9FD

HEX: #F8D9FD
RGB: (248,217,253)

Color info

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

RGB color model

#F8D9FD color RGB value is (248,217,253).

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

RGB channels and saturation

R 248 of 255 = 97%
G 217 of 255 = 85%
B 253 of 255 = 99%

248
217
253

R + G + B ~ 94%. #F8D9FD is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 217 + 253 = 718 (100%)
R 248 of 718 ~ 34.54%
G 217 of 718 ~ 30.22%
B 253 of 718 ~ 35.24%

%34.54
%30.22
%35.24

CMYK color model

#F8D9FD color CMYK value is (2,14,0,1).

  • cyan value is 1.98%
  • magenta value is 14.23%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(2,14,0,1)
C2M14Y0K1 
(2%,14%,0%,1%)
(0.02/0.14/0.00/0.01)	

CMYK percentages

%1.98
%14.23
%0
%0.78

Codes

Color #F8D9FD in popluar color models

F8D9FD
RGB248217253
HSL292°90.00%92.16%
HSB/HSV292°14.23%99.22%
CMYK1.98%14.23%0.00%
0.78%

Color #F8D9FD in popluar number systems.

HEXF8D9FD
Decimal248217253
Binary111110001101100111111101
Octal370331375

Shades and tints

Shades of #F8D9FD

#F8D9FD
(248,217,253)
#E2C6E6
(226,198,230)
#CCB3CF
(204,179,207)
#B6A0B8
(182,160,184)
#A08DA1
(160,141,161)
#8A7A8A
(138,122,138)
#746773
(116,103,115)
#5E545C
(94,84,92)
#484145
(72,65,69)
#322E2E
(50,46,46)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8D9FD

#F8D9FD
(248,217,253)
#F8DCFD
(248,220,253)
#F8DFFD
(248,223,253)
#F8E2FD
(248,226,253)
#F8E5FD
(248,229,253)
#F8E8FD
(248,232,253)
#F8EBFD
(248,235,253)
#F8EEFD
(248,238,253)
#F8F1FD
(248,241,253)
#F8F4FD
(248,244,253)
#F8F7FD
(248,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8D9FD; }

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

This text font color is #F8D9FD.


Background Color

.myBgColor { background-color: #F8D9FD; }

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

This div background color is #F8D9FD.


Border color

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

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

This div border color is #F8D9FD.


Opacity

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

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

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

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

This text has shadow with #F8D9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8D9FD on black background.


Color preview on white background

This text has color #F8D9FD on white background.



Black color preview on #F8D9FD background

This text has black color on #F8D9FD background.


White color preview on #F8D9FD background

This text has white color on #F8D9FD background.