COLOR #F5D6ED

HEX: #F5D6ED
RGB: (245,214,237)

Color info

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

RGB color model

#F5D6ED color RGB value is (245,214,237).

  • red value is 245;
  • green value is 214;
  • blue value is 237.
RGB:
(245,214,237)
(96%,84%,93%)

RGB channels and saturation

R 245 of 255 = 96%
G 214 of 255 = 84%
B 237 of 255 = 93%

245
214
237

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

Portions of RGB colors in percentages

R + G + B =
245 + 214 + 237 = 696 (100%)
R 245 of 696 ~ 35.2%
G 214 of 696 ~ 30.75%
B 237 of 696 ~ 34.05%

%35.2
%30.75
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 3.27%
  • 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
%12.65
%3.27
%3.92

Codes

Color #F5D6ED in popluar color models

F5D6ED
RGB245214237
HSL315°60.78%90.00%
HSB/HSV315°12.65%96.08%
CMYK0.00%12.65%3.27%
3.92%

Color #F5D6ED in popluar number systems.

HEXF5D6ED
Decimal245214237
Binary111101011101011011101101
Octal365326355

Shades and tints

Shades of #F5D6ED

#F5D6ED
(245,214,237)
#DFC3D8
(223,195,216)
#C9B0C3
(201,176,195)
#B39DAE
(179,157,174)
#9D8A99
(157,138,153)
#877784
(135,119,132)
#71646F
(113,100,111)
#5B515A
(91,81,90)
#453E45
(69,62,69)
#2F2B30
(47,43,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #F5D6ED

#F5D6ED
(245,214,237)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D6ED color. Also use rgb(245,214,237) instead hex code.

Text Font Color

.myTextColor { color: #F5D6ED; }

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

This text font color is #F5D6ED.


Background Color

.myBgColor { background-color: #F5D6ED; }

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

This div background color is #F5D6ED.


Border color

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

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

This div border color is #F5D6ED.


Opacity

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

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

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

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

This text has shadow with #F5D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D6ED on black background.


Color preview on white background

This text has color #F5D6ED on white background.



Black color preview on #F5D6ED background

This text has black color on #F5D6ED background.


White color preview on #F5D6ED background

This text has white color on #F5D6ED background.