COLOR #F5D1FB

HEX: #F5D1FB
RGB: (245,209,251)

Color info

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

RGB color model

#F5D1FB color RGB value is (245,209,251).

  • red value is 245;
  • green value is 209;
  • blue value is 251.
RGB:
(245,209,251)
(96%,82%,98%)

RGB channels and saturation

R 245 of 255 = 96%
G 209 of 255 = 82%
B 251 of 255 = 98%

245
209
251

R + G + B ~ 92%. #F5D1FB is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 209 + 251 = 705 (100%)
R 245 of 705 ~ 34.75%
G 209 of 705 ~ 29.65%
B 251 of 705 ~ 35.6%

%34.75
%29.65
%35.6

CMYK color model

#F5D1FB color CMYK value is (2,17,0,2).

  • cyan value is 2.39%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,17,0,2)
C2M17Y0K2 
(2%,17%,0%,2%)
(0.02/0.17/0.00/0.02)	

CMYK percentages

%2.39
%16.73
%0
%1.57

Codes

Color #F5D1FB in popluar color models

F5D1FB
RGB245209251
HSL291°84.00%90.20%
HSB/HSV291°16.73%98.43%
CMYK2.39%16.73%0.00%
1.57%

Color #F5D1FB in popluar number systems.

HEXF5D1FB
Decimal245209251
Binary111101011101000111111011
Octal365321373

Shades and tints

Shades of #F5D1FB

#F5D1FB
(245,209,251)
#DFBEE5
(223,190,229)
#C9ABCF
(201,171,207)
#B398B9
(179,152,185)
#9D85A3
(157,133,163)
#87728D
(135,114,141)
#715F77
(113,95,119)
#5B4C61
(91,76,97)
#45394B
(69,57,75)
#2F2635
(47,38,53)
#19131F
(25,19,31)
#000000
(0,0,0)

Tints of #F5D1FB

#F5D1FB
(245,209,251)
#F5D5FB
(245,213,251)
#F5D9FB
(245,217,251)
#F5DDFB
(245,221,251)
#F5E1FB
(245,225,251)
#F5E5FB
(245,229,251)
#F5E9FB
(245,233,251)
#F5EDFB
(245,237,251)
#F5F1FB
(245,241,251)
#F5F5FB
(245,245,251)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D1FB color. Also use rgb(245,209,251) instead hex code.

Text Font Color

.myTextColor { color: #F5D1FB; }

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

This text font color is #F5D1FB.


Background Color

.myBgColor { background-color: #F5D1FB; }

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

This div background color is #F5D1FB.


Border color

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

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

This div border color is #F5D1FB.


Opacity

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

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

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

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

This text has shadow with #F5D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D1FB on black background.


Color preview on white background

This text has color #F5D1FB on white background.



Black color preview on #F5D1FB background

This text has black color on #F5D1FB background.


White color preview on #F5D1FB background

This text has white color on #F5D1FB background.