COLOR #F5D7EC

HEX: #F5D7EC
RGB: (245,215,236)

Color info

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

RGB color model

#F5D7EC color RGB value is (245,215,236).

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

RGB channels and saturation

R 245 of 255 = 96%
G 215 of 255 = 84%
B 236 of 255 = 93%

245
215
236

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

Portions of RGB colors in percentages

R + G + B =
245 + 215 + 236 = 696 (100%)
R 245 of 696 ~ 35.2%
G 215 of 696 ~ 30.89%
B 236 of 696 ~ 33.91%

%35.2
%30.89
%33.91

CMYK color model

#F5D7EC color CMYK value is (0,12,4,4).

  • cyan value is 0.00%
  • magenta value is 12.24%
  • yellow value is 3.67%
  • key color value is 3.92%
CMYK:
(0,12,4,4)
C0M12Y4K4 
(0%,12%,4%,4%)
(0.00/0.12/0.04/0.04)	

CMYK percentages

%0
%12.24
%3.67
%3.92

Codes

Color #F5D7EC in popluar color models

F5D7EC
RGB245215236
HSL318°60.00%90.20%
HSB/HSV318°12.24%96.08%
CMYK0.00%12.24%3.67%
3.92%

Color #F5D7EC in popluar number systems.

HEXF5D7EC
Decimal245215236
Binary111101011101011111101100
Octal365327354

Shades and tints

Shades of #F5D7EC

#F5D7EC
(245,215,236)
#DFC4D7
(223,196,215)
#C9B1C2
(201,177,194)
#B39EAD
(179,158,173)
#9D8B98
(157,139,152)
#877883
(135,120,131)
#71656E
(113,101,110)
#5B5259
(91,82,89)
#453F44
(69,63,68)
#2F2C2F
(47,44,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #F5D7EC

#F5D7EC
(245,215,236)
#F5DAED
(245,218,237)
#F5DDEE
(245,221,238)
#F5E0EF
(245,224,239)
#F5E3F0
(245,227,240)
#F5E6F1
(245,230,241)
#F5E9F2
(245,233,242)
#F5ECF3
(245,236,243)
#F5EFF4
(245,239,244)
#F5F2F5
(245,242,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D7EC color. Also use rgb(245,215,236) instead hex code.

Text Font Color

.myTextColor { color: #F5D7EC; }

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

This text font color is #F5D7EC.


Background Color

.myBgColor { background-color: #F5D7EC; }

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

This div background color is #F5D7EC.


Border color

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

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

This div border color is #F5D7EC.


Opacity

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

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

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

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

This text has shadow with #F5D7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D7EC on black background.


Color preview on white background

This text has color #F5D7EC on white background.



Black color preview on #F5D7EC background

This text has black color on #F5D7EC background.


White color preview on #F5D7EC background

This text has white color on #F5D7EC background.