COLOR #F5D4EE

HEX: #F5D4EE
RGB: (245,212,238)

Color info

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

RGB color model

#F5D4EE color RGB value is (245,212,238).

  • red value is 245;
  • green value is 212;
  • blue value is 238.
RGB:
(245,212,238)
(96%,83%,93%)

RGB channels and saturation

R 245 of 255 = 96%
G 212 of 255 = 83%
B 238 of 255 = 93%

245
212
238

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

Portions of RGB colors in percentages

R + G + B =
245 + 212 + 238 = 695 (100%)
R 245 of 695 ~ 35.25%
G 212 of 695 ~ 30.5%
B 238 of 695 ~ 34.24%

%35.25
%30.5
%34.24

CMYK color model

#F5D4EE color CMYK value is (0,13,3,4).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 2.86%
  • key color value is 3.92%
CMYK:
(0,13,3,4)
C0M13Y3K4 
(0%,13%,3%,4%)
(0.00/0.13/0.03/0.04)	

CMYK percentages

%0
%13.47
%2.86
%3.92

Codes

Color #F5D4EE in popluar color models

F5D4EE
RGB245212238
HSL313°62.26%89.61%
HSB/HSV313°13.47%96.08%
CMYK0.00%13.47%2.86%
3.92%

Color #F5D4EE in popluar number systems.

HEXF5D4EE
Decimal245212238
Binary111101011101010011101110
Octal365324356

Shades and tints

Shades of #F5D4EE

#F5D4EE
(245,212,238)
#DFC1D9
(223,193,217)
#C9AEC4
(201,174,196)
#B39BAF
(179,155,175)
#9D889A
(157,136,154)
#877585
(135,117,133)
#716270
(113,98,112)
#5B4F5B
(91,79,91)
#453C46
(69,60,70)
#2F2931
(47,41,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #F5D4EE

#F5D4EE
(245,212,238)
#F5D7EF
(245,215,239)
#F5DAF0
(245,218,240)
#F5DDF1
(245,221,241)
#F5E0F2
(245,224,242)
#F5E3F3
(245,227,243)
#F5E6F4
(245,230,244)
#F5E9F5
(245,233,245)
#F5ECF6
(245,236,246)
#F5EFF7
(245,239,247)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D4EE; }

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

This text font color is #F5D4EE.


Background Color

.myBgColor { background-color: #F5D4EE; }

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

This div background color is #F5D4EE.


Border color

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

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

This div border color is #F5D4EE.


Opacity

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

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

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

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

This text has shadow with #F5D4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D4EE on black background.


Color preview on white background

This text has color #F5D4EE on white background.



Black color preview on #F5D4EE background

This text has black color on #F5D4EE background.


White color preview on #F5D4EE background

This text has white color on #F5D4EE background.