COLOR #F5D1DE

HEX: #F5D1DE
RGB: (245,209,222)

Color info

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

RGB color model

#F5D1DE color RGB value is (245,209,222).

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

RGB channels and saturation

R 245 of 255 = 96%
G 209 of 255 = 82%
B 222 of 255 = 87%

245
209
222

R + G + B ~ 88%. #F5D1DE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 209 + 222 = 676 (100%)
R 245 of 676 ~ 36.24%
G 209 of 676 ~ 30.92%
B 222 of 676 ~ 32.84%

%36.24
%30.92
%32.84

CMYK color model

#F5D1DE color CMYK value is (0,15,9,4).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(0,15,9,4)
C0M15Y9K4 
(0%,15%,9%,4%)
(0.00/0.15/0.09/0.04)	

CMYK percentages

%0
%14.69
%9.39
%3.92

Codes

Color #F5D1DE in popluar color models

F5D1DE
RGB245209222
HSL338°64.29%89.02%
HSB/HSV338°14.69%96.08%
CMYK0.00%14.69%9.39%
3.92%

Color #F5D1DE in popluar number systems.

HEXF5D1DE
Decimal245209222
Binary111101011101000111011110
Octal365321336

Shades and tints

Shades of #F5D1DE

#F5D1DE
(245,209,222)
#DFBECA
(223,190,202)
#C9ABB6
(201,171,182)
#B398A2
(179,152,162)
#9D858E
(157,133,142)
#87727A
(135,114,122)
#715F66
(113,95,102)
#5B4C52
(91,76,82)
#45393E
(69,57,62)
#2F262A
(47,38,42)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #F5D1DE

#F5D1DE
(245,209,222)
#F5D5E1
(245,213,225)
#F5D9E4
(245,217,228)
#F5DDE7
(245,221,231)
#F5E1EA
(245,225,234)
#F5E5ED
(245,229,237)
#F5E9F0
(245,233,240)
#F5EDF3
(245,237,243)
#F5F1F6
(245,241,246)
#F5F5F9
(245,245,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D1DE; }

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

This text font color is #F5D1DE.


Background Color

.myBgColor { background-color: #F5D1DE; }

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

This div background color is #F5D1DE.


Border color

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

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

This div border color is #F5D1DE.


Opacity

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

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

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

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

This text has shadow with #F5D1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D1DE on black background.


Color preview on white background

This text has color #F5D1DE on white background.



Black color preview on #F5D1DE background

This text has black color on #F5D1DE background.


White color preview on #F5D1DE background

This text has white color on #F5D1DE background.