COLOR #F5D9FF

HEX: #F5D9FF RGB: (245,217,255)

Color info

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

RGB color model

#F5D9FF color RGB value is (245,217,255).

RGB: (245,217,255) (96%, 85%, 100%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 255 of 255 = 100%

245
217
255

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

Portions of RGB colors in percentages

R + G + B = 245 + 217 + 255 = 717 (100%)
R 245 of 717 ~ 34.17%
G 217 of 717 ~ 30.26%
B 255 of 717 ~ 35.56'%

%34.17
%30.26
%35.56

CMYK color model

#F5D9FF color CMYK value is (4,15,0,0).

  • cyan value is 3.92%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (4,15,0,0)
C4M15Y0K0 (4%, 15%, 0%, 0%)
(0.04 / 0.15 / 0.00 / 0.00)

CMYK percentages

%3.92
%14.9
%0
%0

Codes

Color #F5D9FF in popluar color models

F5 D9 FF
RGB 245 217 255
HSL 284° 100.00% 92.55%
HSB/HSV 284° 14.90% 100.00%
CMYK 3.92% 14.90% 0.00%
0.00%

Color #F5D9FF in popluar number systems.

HEX F5 D9 FF
Decimal 245 217 255
Binary 11110101 11011001 11111111
Octal 365 331 377

Shades and tints

Shades of #F5D9FF

#F5D9FF
(245,217,255)
#DFC6E8
(223,198,232)
#C9B3D1
(201,179,209)
#B3A0BA
(179,160,186)
#9D8DA3
(157,141,163)
#877A8C
(135,122,140)
#716775
(113,103,117)
#5B545E
(91,84,94)
#454147
(69,65,71)
#2F2E30
(47,46,48)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #F5D9FF

#F5D9FF
(245,217,255)
#F5DCFF
(245,220,255)
#F5DFFF
(245,223,255)
#F5E2FF
(245,226,255)
#F5E5FF
(245,229,255)
#F5E8FF
(245,232,255)
#F5EBFF
(245,235,255)
#F5EEFF
(245,238,255)
#F5F1FF
(245,241,255)
#F5F4FF
(245,244,255)
#F5F7FF
(245,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D9FF color. Also use rgb(245,217,255) instead hex code.

Text Font Color

.myTextColor { color: #F5D9FF; }

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

This text font color is #F5D9FF.

Background Color

.myBgColor { background-color: #F5D9FF; }

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

This div background color is #F5D9FF.

Border color

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

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

This div border color is #F5D9FF.

Opacity

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

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

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

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

This text has shadow with #F5D9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D9FF.

Preview

Color preview on black background

This text has color #F5D9FF on black background.


Color preview on white background

This text has color #F5D9FF on white background.


Black color preview on #F5D9FF background

This text has black color on #F5D9FF background.


White color preview on #F5D9FF background

This text has white color on #F5D9FF background.


Related colors

Complementary color

Complementary color for #hex is #0A2600.


I love getcolorcode.com

Triadic colors

1 #FFF5D9 and #D9FFF5 with #F5D9FF are triadic colors.

2 #FFD9F5 and #D9F5FF with #F5D9FF are triadic colors.