COLOR #F5D8FD

HEX: #F5D8FD
RGB: (245,216,253)

Color info

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

RGB color model

#F5D8FD color RGB value is (245,216,253).

  • red value is 245;
  • green value is 216;
  • blue value is 253.
RGB:
(245,216,253)
(96%,85%,99%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 253 of 255 = 99%

245
216
253

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

Portions of RGB colors in percentages

R + G + B =
245 + 216 + 253 = 714 (100%)
R 245 of 714 ~ 34.31%
G 216 of 714 ~ 30.25%
B 253 of 714 ~ 35.43%

%34.31
%30.25
%35.43

CMYK color model

#F5D8FD color CMYK value is (3,15,0,1).

  • cyan value is 3.16%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(3,15,0,1)
C3M15Y0K1 
(3%,15%,0%,1%)
(0.03/0.15/0.00/0.01)	

CMYK percentages

%3.16
%14.62
%0
%0.78

Codes

Color #F5D8FD in popluar color models

F5D8FD
RGB245216253
HSL287°90.24%91.96%
HSB/HSV287°14.62%99.22%
CMYK3.16%14.62%0.00%
0.78%

Color #F5D8FD in popluar number systems.

HEXF5D8FD
Decimal245216253
Binary111101011101100011111101
Octal365330375

Shades and tints

Shades of #F5D8FD

#F5D8FD
(245,216,253)
#DFC5E6
(223,197,230)
#C9B2CF
(201,178,207)
#B39FB8
(179,159,184)
#9D8CA1
(157,140,161)
#87798A
(135,121,138)
#716673
(113,102,115)
#5B535C
(91,83,92)
#454045
(69,64,69)
#2F2D2E
(47,45,46)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #F5D8FD

#F5D8FD
(245,216,253)
#F5DBFD
(245,219,253)
#F5DEFD
(245,222,253)
#F5E1FD
(245,225,253)
#F5E4FD
(245,228,253)
#F5E7FD
(245,231,253)
#F5EAFD
(245,234,253)
#F5EDFD
(245,237,253)
#F5F0FD
(245,240,253)
#F5F3FD
(245,243,253)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D8FD color. Also use rgb(245,216,253) instead hex code.

Text Font Color

.myTextColor { color: #F5D8FD; }

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

This text font color is #F5D8FD.


Background Color

.myBgColor { background-color: #F5D8FD; }

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

This div background color is #F5D8FD.


Border color

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

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

This div border color is #F5D8FD.


Opacity

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

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

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

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

This text has shadow with #F5D8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D8FD on black background.


Color preview on white background

This text has color #F5D8FD on white background.



Black color preview on #F5D8FD background

This text has black color on #F5D8FD background.


White color preview on #F5D8FD background

This text has white color on #F5D8FD background.