COLOR #F5DFE7

HEX: #F5DFE7
RGB: (245,223,231)

Color info

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

RGB color model

#F5DFE7 color RGB value is (245,223,231).

  • red value is 245;
  • green value is 223;
  • blue value is 231.
RGB:
(245,223,231)
(96%,87%,91%)

RGB channels and saturation

R 245 of 255 = 96%
G 223 of 255 = 87%
B 231 of 255 = 91%

245
223
231

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

Portions of RGB colors in percentages

R + G + B =
245 + 223 + 231 = 699 (100%)
R 245 of 699 ~ 35.05%
G 223 of 699 ~ 31.9%
B 231 of 699 ~ 33.05%

%35.05
%31.9
%33.05

CMYK color model

#F5DFE7 color CMYK value is (0,9,6,4).

  • cyan value is 0.00%
  • magenta value is 8.98%
  • yellow value is 5.71%
  • key color value is 3.92%
CMYK:
(0,9,6,4)
C0M9Y6K4 
(0%,9%,6%,4%)
(0.00/0.09/0.06/0.04)	

CMYK percentages

%0
%8.98
%5.71
%3.92

Codes

Color #F5DFE7 in popluar color models

F5DFE7
RGB245223231
HSL338°52.38%91.76%
HSB/HSV338°8.98%96.08%
CMYK0.00%8.98%5.71%
3.92%

Color #F5DFE7 in popluar number systems.

HEXF5DFE7
Decimal245223231
Binary111101011101111111100111
Octal365337347

Shades and tints

Shades of #F5DFE7

#F5DFE7
(245,223,231)
#DFCBD2
(223,203,210)
#C9B7BD
(201,183,189)
#B3A3A8
(179,163,168)
#9D8F93
(157,143,147)
#877B7E
(135,123,126)
#716769
(113,103,105)
#5B5354
(91,83,84)
#453F3F
(69,63,63)
#2F2B2A
(47,43,42)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #F5DFE7

#F5DFE7
(245,223,231)
#F5E1E9
(245,225,233)
#F5E3EB
(245,227,235)
#F5E5ED
(245,229,237)
#F5E7EF
(245,231,239)
#F5E9F1
(245,233,241)
#F5EBF3
(245,235,243)
#F5EDF5
(245,237,245)
#F5EFF7
(245,239,247)
#F5F1F9
(245,241,249)
#F5F3FB
(245,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DFE7 color. Also use rgb(245,223,231) instead hex code.

Text Font Color

.myTextColor { color: #F5DFE7; }

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

This text font color is #F5DFE7.


Background Color

.myBgColor { background-color: #F5DFE7; }

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

This div background color is #F5DFE7.


Border color

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

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

This div border color is #F5DFE7.


Opacity

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

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

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

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

This text has shadow with #F5DFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DFE7 on black background.


Color preview on white background

This text has color #F5DFE7 on white background.



Black color preview on #F5DFE7 background

This text has black color on #F5DFE7 background.


White color preview on #F5DFE7 background

This text has white color on #F5DFE7 background.