COLOR #F5DCED

HEX: #F5DCED RGB: (245,220,237)

Color info

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

RGB color model

#F5DCED color RGB value is (245,220,237).

RGB: (245,220,237) (96%, 86%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 220 of 255 = 86%
B 237 of 255 = 93%

245
220
237

R + G + B ~ 92%. #F5DCED is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 220 + 237 = 702 (100%)
R 245 of 702 ~ 34.9%
G 220 of 702 ~ 31.34%
B 237 of 702 ~ 33.76'%

%34.9
%31.34
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.20%
  • yellow value is 3.27%
  • key color value is 3.92%
CMYK: (0,10,3,4) C0M10Y3K4 (0%,10%,3%,4%) (0.00/0.10/0.03/0.04) 

CMYK percentages

%0
%10.2
%3.27
%3.92

Codes

Color #F5DCED in popluar color models

F5 DC ED
RGB 245 220 237
HSL 319° 55.56% 91.18%
HSB/HSV 319° 10.20% 96.08%
CMYK 0.00% 10.20% 3.27%
3.92%

Color #F5DCED in popluar number systems.

HEX F5 DC ED
Decimal 245 220 237
Binary 11110101 11011100 11101101
Octal 365 334 355

Shades and tints

Shades of #F5DCED

#F5DCED
(245,220,237)
#DFC8D8
(223,200,216)
#C9B4C3
(201,180,195)
#B3A0AE
(179,160,174)
#9D8C99
(157,140,153)
#877884
(135,120,132)
#71646F
(113,100,111)
#5B505A
(91,80,90)
#453C45
(69,60,69)
#2F2830
(47,40,48)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #F5DCED

#F5DCED
(245,220,237)
#F5DFEE
(245,223,238)
#F5E2EF
(245,226,239)
#F5E5F0
(245,229,240)
#F5E8F1
(245,232,241)
#F5EBF2
(245,235,242)
#F5EEF3
(245,238,243)
#F5F1F4
(245,241,244)
#F5F4F5
(245,244,245)
#F5F7F6
(245,247,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DCED; }

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

This text font color is #F5DCED.

Background Color

.myBgColor { background-color: #F5DCED; }

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

This div background color is #F5DCED.

Border color

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

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

This div border color is #F5DCED.

Opacity

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

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

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

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

This text has shadow with #F5DCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DCED.

Preview

Color preview on black background

This text has color #F5DCED on black background.


Color preview on white background

This text has color #F5DCED on white background.


Black color preview on #F5DCED background

This text has black color on #F5DCED background.


White color preview on #F5DCED background

This text has white color on #F5DCED background.


Related colors

Complementary color

Complementary color for #hex is #0A2312.


I love getcolorcode.com

Triadic colors

1 #EDF5DC and #DCEDF5 with #F5DCED are triadic colors.

2 #EDDCF5 and #DCF5ED with #F5DCED are triadic colors.