COLOR #F5DAED

HEX: #F5DAED RGB: (245,218,237)

Color info

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

RGB color model

#F5DAED color RGB value is (245,218,237).

RGB: (245,218,237) (96%, 85%, 93%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 237 of 255 = 93%

245
218
237

R + G + B ~ 91%. #F5DAED is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 237 = 700 (100%)
R 245 of 700 ~ 35%
G 218 of 700 ~ 31.14%
B 237 of 700 ~ 33.86'%

%35
%31.14
%33.86

CMYK color model

#F5DAED color CMYK value is (0,11,3,4).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 3.27%
  • key color value is 3.92%

CMYK: (0,11,3,4)
C0M11Y3K4 (0%, 11%, 3%, 4%)
(0.00 / 0.11 / 0.03 / 0.04)

CMYK percentages

%0
%11.02
%3.27
%3.92

Codes

Color #F5DAED in popluar color models

F5 DA ED
RGB 245 218 237
HSL 318° 57.45% 90.78%
HSB/HSV 318° 11.02% 96.08%
CMYK 0.00% 11.02% 3.27%
3.92%

Color #F5DAED in popluar number systems.

HEX F5 DA ED
Decimal 245 218 237
Binary 11110101 11011010 11101101
Octal 365 332 355

Shades and tints

Shades of #F5DAED

#F5DAED
(245,218,237)
#DFC7D8
(223,199,216)
#C9B4C3
(201,180,195)
#B3A1AE
(179,161,174)
#9D8E99
(157,142,153)
#877B84
(135,123,132)
#71686F
(113,104,111)
#5B555A
(91,85,90)
#454245
(69,66,69)
#2F2F30
(47,47,48)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #F5DAED

#F5DAED
(245,218,237)
#F5DDEE
(245,221,238)
#F5E0EF
(245,224,239)
#F5E3F0
(245,227,240)
#F5E6F1
(245,230,241)
#F5E9F2
(245,233,242)
#F5ECF3
(245,236,243)
#F5EFF4
(245,239,244)
#F5F2F5
(245,242,245)
#F5F5F6
(245,245,246)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DAED; }

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

This text font color is #F5DAED.

Background Color

.myBgColor { background-color: #F5DAED; }

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

This div background color is #F5DAED.

Border color

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

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

This div border color is #F5DAED.

Opacity

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

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

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

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

This text has shadow with #F5DAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAED.

Preview

Color preview on black background

This text has color #F5DAED on black background.


Color preview on white background

This text has color #F5DAED on white background.


Black color preview on #F5DAED background

This text has black color on #F5DAED background.


White color preview on #F5DAED background

This text has white color on #F5DAED background.


Related colors

Complementary color

Complementary color for #hex is #0A2512.


I love getcolorcode.com

Triadic colors

1 #EDF5DA and #DAEDF5 with #F5DAED are triadic colors.

2 #EDDAF5 and #DAF5ED with #F5DAED are triadic colors.