COLOR #F5DCDD

HEX: #F5DCDD
RGB: (245,220,221)

Color info

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

RGB color model

#F5DCDD color RGB value is (245,220,221).

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

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 221 of 255 = 87%

245
220
221

R + G + B ~ 90%. #F5DCDD is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 220 + 221 = 686 (100%)
R 245 of 686 ~ 35.71%
G 220 of 686 ~ 32.07%
B 221 of 686 ~ 32.22%

%35.71
%32.07
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK:
(0,10,10,4)
C0M10Y10K4 
(0%,10%,10%,4%)
(0.00/0.10/0.10/0.04)	

CMYK percentages

%0
%10.2
%9.8
%3.92

Codes

Color #F5DCDD in popluar color models

F5DCDD
RGB245220221
HSL358°55.56%91.18%
HSB/HSV358°10.20%96.08%
CMYK0.00%10.20%9.80%
3.92%

Color #F5DCDD in popluar number systems.

HEXF5DCDD
Decimal245220221
Binary111101011101110011011101
Octal365334335

Shades and tints

Shades of #F5DCDD

#F5DCDD
(245,220,221)
#DFC8C9
(223,200,201)
#C9B4B5
(201,180,181)
#B3A0A1
(179,160,161)
#9D8C8D
(157,140,141)
#877879
(135,120,121)
#716465
(113,100,101)
#5B5051
(91,80,81)
#453C3D
(69,60,61)
#2F2829
(47,40,41)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #F5DCDD

#F5DCDD
(245,220,221)
#F5DFE0
(245,223,224)
#F5E2E3
(245,226,227)
#F5E5E6
(245,229,230)
#F5E8E9
(245,232,233)
#F5EBEC
(245,235,236)
#F5EEEF
(245,238,239)
#F5F1F2
(245,241,242)
#F5F4F5
(245,244,245)
#F5F7F8
(245,247,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DCDD; }

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

This text font color is #F5DCDD.


Background Color

.myBgColor { background-color: #F5DCDD; }

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

This div background color is #F5DCDD.


Border color

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

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

This div border color is #F5DCDD.


Opacity

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

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

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

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

This text has shadow with #F5DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5DCDD on black background.


Color preview on white background

This text has color #F5DCDD on white background.



Black color preview on #F5DCDD background

This text has black color on #F5DCDD background.


White color preview on #F5DCDD background

This text has white color on #F5DCDD background.