COLOR #F5D3FE

HEX: #F5D3FE
RGB: (245,211,254)

Color info

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

RGB color model

#F5D3FE color RGB value is (245,211,254).

  • red value is 245;
  • green value is 211;
  • blue value is 254.
RGB:
(245,211,254)
(96%,83%,100%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 254 of 255 = 100%

245
211
254

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

Portions of RGB colors in percentages

R + G + B =
245 + 211 + 254 = 710 (100%)
R 245 of 710 ~ 34.51%
G 211 of 710 ~ 29.72%
B 254 of 710 ~ 35.77%

%34.51
%29.72
%35.77

CMYK color model

#F5D3FE color CMYK value is (4,17,0,0).

  • cyan value is 3.54%
  • magenta value is 16.93%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,17,0,0)
C4M17Y0K0 
(4%,17%,0%,0%)
(0.04/0.17/0.00/0.00)	

CMYK percentages

%3.54
%16.93
%0
%0.39

Codes

Color #F5D3FE in popluar color models

F5D3FE
RGB245211254
HSL287°95.56%91.18%
HSB/HSV287°16.93%99.61%
CMYK3.54%16.93%0.00%
0.39%

Color #F5D3FE in popluar number systems.

HEXF5D3FE
Decimal245211254
Binary111101011101001111111110
Octal365323376

Shades and tints

Shades of #F5D3FE

#F5D3FE
(245,211,254)
#DFC0E7
(223,192,231)
#C9ADD0
(201,173,208)
#B39AB9
(179,154,185)
#9D87A2
(157,135,162)
#87748B
(135,116,139)
#716174
(113,97,116)
#5B4E5D
(91,78,93)
#453B46
(69,59,70)
#2F282F
(47,40,47)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #F5D3FE

#F5D3FE
(245,211,254)
#F5D7FE
(245,215,254)
#F5DBFE
(245,219,254)
#F5DFFE
(245,223,254)
#F5E3FE
(245,227,254)
#F5E7FE
(245,231,254)
#F5EBFE
(245,235,254)
#F5EFFE
(245,239,254)
#F5F3FE
(245,243,254)
#F5F7FE
(245,247,254)
#F5FBFE
(245,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3FE color. Also use rgb(245,211,254) instead hex code.

Text Font Color

.myTextColor { color: #F5D3FE; }

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

This text font color is #F5D3FE.


Background Color

.myBgColor { background-color: #F5D3FE; }

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

This div background color is #F5D3FE.


Border color

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

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

This div border color is #F5D3FE.


Opacity

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

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

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

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

This text has shadow with #F5D3FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D3FE on black background.


Color preview on white background

This text has color #F5D3FE on white background.



Black color preview on #F5D3FE background

This text has black color on #F5D3FE background.


White color preview on #F5D3FE background

This text has white color on #F5D3FE background.