COLOR #F5DCDB

HEX: #F5DCDB
RGB: (245,220,219)

Color info

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

RGB color model

#F5DCDB color RGB value is (245,220,219).

  • red value is 245;
  • green value is 220;
  • blue value is 219.
RGB:
(245,220,219)
(96%,86%,86%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 219 of 255 = 86%

245
220
219

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

Portions of RGB colors in percentages

R + G + B =
245 + 220 + 219 = 684 (100%)
R 245 of 684 ~ 35.82%
G 220 of 684 ~ 32.16%
B 219 of 684 ~ 32.02%

%35.82
%32.16
%32.02

CMYK color model

#F5DCDB color CMYK value is (0,10,11,4).

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(0,10,11,4)
C0M10Y11K4 
(0%,10%,11%,4%)
(0.00/0.10/0.11/0.04)	

CMYK percentages

%0
%10.2
%10.61
%3.92

Codes

Color #F5DCDB in popluar color models

F5DCDB
RGB245220219
HSL56.52%90.98%
HSB/HSV10.61%96.08%
CMYK0.00%10.20%10.61%
3.92%

Color #F5DCDB in popluar number systems.

HEXF5DCDB
Decimal245220219
Binary111101011101110011011011
Octal365334333

Shades and tints

Shades of #F5DCDB

#F5DCDB
(245,220,219)
#DFC8C8
(223,200,200)
#C9B4B5
(201,180,181)
#B3A0A2
(179,160,162)
#9D8C8F
(157,140,143)
#87787C
(135,120,124)
#716469
(113,100,105)
#5B5056
(91,80,86)
#453C43
(69,60,67)
#2F2830
(47,40,48)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #F5DCDB

#F5DCDB
(245,220,219)
#F5DFDE
(245,223,222)
#F5E2E1
(245,226,225)
#F5E5E4
(245,229,228)
#F5E8E7
(245,232,231)
#F5EBEA
(245,235,234)
#F5EEED
(245,238,237)
#F5F1F0
(245,241,240)
#F5F4F3
(245,244,243)
#F5F7F6
(245,247,246)
#F5FAF9
(245,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5DCDB color. Also use rgb(245,220,219) instead hex code.

Text Font Color

.myTextColor { color: #F5DCDB; }

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

This text font color is #F5DCDB.


Background Color

.myBgColor { background-color: #F5DCDB; }

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

This div background color is #F5DCDB.


Border color

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

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

This div border color is #F5DCDB.


Opacity

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

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

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

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

This text has shadow with #F5DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCDB on black background.


Color preview on white background

This text has color #F5DCDB on white background.



Black color preview on #F5DCDB background

This text has black color on #F5DCDB background.


White color preview on #F5DCDB background

This text has white color on #F5DCDB background.