COLOR #F5D9EE

HEX: #F5D9EE RGB: (245,217,238)

Color info

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

RGB color model

#F5D9EE color RGB value is (245,217,238).

RGB: (245,217,238) (96%, 85%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 217 of 255 = 85%
B 238 of 255 = 93%

245
217
238

R + G + B ~ 91%. #F5D9EE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 217 + 238 = 700 (100%)
R 245 of 700 ~ 35%
G 217 of 700 ~ 31%
B 238 of 700 ~ 34'%

%35
%31
%34

CMYK color model

#F5D9EE color CMYK value is (0,11,3,4).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 2.86%
  • key color value is 3.92%

CMYK: (0,11,3,4)
C0M11Y3K4 (0%, 11%, 3%, 4%)
(0.00 / 0.11 / 0.03 / 0.04)

CMYK percentages

%0
%11.43
%2.86
%3.92

Codes

Color #F5D9EE in popluar color models

F5 D9 EE
RGB 245 217 238
HSL 315° 58.33% 90.59%
HSB/HSV 315° 11.43% 96.08%
CMYK 0.00% 11.43% 2.86%
3.92%

Color #F5D9EE in popluar number systems.

HEX F5 D9 EE
Decimal 245 217 238
Binary 11110101 11011001 11101110
Octal 365 331 356

Shades and tints

Shades of #F5D9EE

#F5D9EE
(245,217,238)
#DFC6D9
(223,198,217)
#C9B3C4
(201,179,196)
#B3A0AF
(179,160,175)
#9D8D9A
(157,141,154)
#877A85
(135,122,133)
#716770
(113,103,112)
#5B545B
(91,84,91)
#454146
(69,65,70)
#2F2E31
(47,46,49)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #F5D9EE

#F5D9EE
(245,217,238)
#F5DCEF
(245,220,239)
#F5DFF0
(245,223,240)
#F5E2F1
(245,226,241)
#F5E5F2
(245,229,242)
#F5E8F3
(245,232,243)
#F5EBF4
(245,235,244)
#F5EEF5
(245,238,245)
#F5F1F6
(245,241,246)
#F5F4F7
(245,244,247)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D9EE; }

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

This text font color is #F5D9EE.

Background Color

.myBgColor { background-color: #F5D9EE; }

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

This div background color is #F5D9EE.

Border color

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

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

This div border color is #F5D9EE.

Opacity

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

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

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

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

This text has shadow with #F5D9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D9EE.

Preview

Color preview on black background

This text has color #F5D9EE on black background.


Color preview on white background

This text has color #F5D9EE on white background.


Black color preview on #F5D9EE background

This text has black color on #F5D9EE background.


White color preview on #F5D9EE background

This text has white color on #F5D9EE background.


Related colors

Complementary color

Complementary color for #hex is #0A2611.


I love getcolorcode.com

Triadic colors

1 #EEF5D9 and #D9EEF5 with #F5D9EE are triadic colors.

2 #EED9F5 and #D9F5EE with #F5D9EE are triadic colors.