COLOR #F5D3DE

HEX: #F5D3DE
RGB: (245,211,222)

Color info

#F5D3DE contains red, green and blue colors in about the same proportion. Web safe color of #F5D3DE is #FFCCCC (or #FCC).

RGB color model

#F5D3DE color RGB value is (245,211,222).

  • red value is 245;
  • green value is 211;
  • blue value is 222.
RGB:
(245,211,222)
(96%,83%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 211 of 255 = 83%
B 222 of 255 = 87%

245
211
222

R + G + B ~ 89%. #F5D3DE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 211 + 222 = 678 (100%)
R 245 of 678 ~ 36.14%
G 211 of 678 ~ 31.12%
B 222 of 678 ~ 32.74%

%36.14
%31.12
%32.74

CMYK color model

#F5D3DE color CMYK value is (0,14,9,4).

  • cyan value is 0.00%
  • magenta value is 13.88%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(0,14,9,4)
C0M14Y9K4 
(0%,14%,9%,4%)
(0.00/0.14/0.09/0.04)	

CMYK percentages

%0
%13.88
%9.39
%3.92

Codes

Color #F5D3DE in popluar color models

F5D3DE
RGB245211222
HSL341°62.96%89.41%
HSB/HSV341°13.88%96.08%
CMYK0.00%13.88%9.39%
3.92%

Color #F5D3DE in popluar number systems.

HEXF5D3DE
Decimal245211222
Binary111101011101001111011110
Octal365323336

Shades and tints

Shades of #F5D3DE

#F5D3DE
(245,211,222)
#DFC0CA
(223,192,202)
#C9ADB6
(201,173,182)
#B39AA2
(179,154,162)
#9D878E
(157,135,142)
#87747A
(135,116,122)
#716166
(113,97,102)
#5B4E52
(91,78,82)
#453B3E
(69,59,62)
#2F282A
(47,40,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #F5D3DE

#F5D3DE
(245,211,222)
#F5D7E1
(245,215,225)
#F5DBE4
(245,219,228)
#F5DFE7
(245,223,231)
#F5E3EA
(245,227,234)
#F5E7ED
(245,231,237)
#F5EBF0
(245,235,240)
#F5EFF3
(245,239,243)
#F5F3F6
(245,243,246)
#F5F7F9
(245,247,249)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D3DE color. Also use rgb(245,211,222) instead hex code.

Text Font Color

.myTextColor { color: #F5D3DE; }

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

This text font color is #F5D3DE.


Background Color

.myBgColor { background-color: #F5D3DE; }

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

This div background color is #F5D3DE.


Border color

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

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

This div border color is #F5D3DE.


Opacity

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

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

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

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

This text has shadow with #F5D3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D3DE on black background.


Color preview on white background

This text has color #F5D3DE on white background.



Black color preview on #F5D3DE background

This text has black color on #F5D3DE background.


White color preview on #F5D3DE background

This text has white color on #F5D3DE background.