COLOR #F5DAD5

HEX: #F5DAD5 RGB: (245,218,213)

Color info

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

RGB color model

#F5DAD5 color RGB value is (245,218,213).

RGB: (245,218,213) (96%, 85%, 84%)

RGB channels and saturation

R 245 of 255 = 96%
G 218 of 255 = 85%
B 213 of 255 = 84%

245
218
213

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

Portions of RGB colors in percentages

R + G + B = 245 + 218 + 213 = 676 (100%)
R 245 of 676 ~ 36.24%
G 218 of 676 ~ 32.25%
B 213 of 676 ~ 31.51'%

%36.24
%32.25
%31.51

CMYK color model

#F5DAD5 color CMYK value is (0,11,13,4).

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

CMYK: (0,11,13,4)
C0M11Y13K4 (0%, 11%, 13%, 4%)
(0.00 / 0.11 / 0.13 / 0.04)

CMYK percentages

%0
%11.02
%13.06
%3.92

Codes

Color #F5DAD5 in popluar color models

F5 DA D5
RGB 245 218 213
HSL 61.54% 89.80%
HSB/HSV 13.06% 96.08%
CMYK 0.00% 11.02% 13.06%
3.92%

Color #F5DAD5 in popluar number systems.

HEX F5 DA D5
Decimal 245 218 213
Binary 11110101 11011010 11010101
Octal 365 332 325

Shades and tints

Shades of #F5DAD5

#F5DAD5
(245,218,213)
#DFC7C2
(223,199,194)
#C9B4AF
(201,180,175)
#B3A19C
(179,161,156)
#9D8E89
(157,142,137)
#877B76
(135,123,118)
#716863
(113,104,99)
#5B5550
(91,85,80)
#45423D
(69,66,61)
#2F2F2A
(47,47,42)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #F5DAD5

#F5DAD5
(245,218,213)
#F5DDD8
(245,221,216)
#F5E0DB
(245,224,219)
#F5E3DE
(245,227,222)
#F5E6E1
(245,230,225)
#F5E9E4
(245,233,228)
#F5ECE7
(245,236,231)
#F5EFEA
(245,239,234)
#F5F2ED
(245,242,237)
#F5F5F0
(245,245,240)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5DAD5; }

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

This text font color is #F5DAD5.

Background Color

.myBgColor { background-color: #F5DAD5; }

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

This div background color is #F5DAD5.

Border color

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

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

This div border color is #F5DAD5.

Opacity

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

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

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

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

This text has shadow with #F5DAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5DAD5.

Preview

Color preview on black background

This text has color #F5DAD5 on black background.


Color preview on white background

This text has color #F5DAD5 on white background.


Black color preview on #F5DAD5 background

This text has black color on #F5DAD5 background.


White color preview on #F5DAD5 background

This text has white color on #F5DAD5 background.


Related colors

Complementary color

Complementary color for #hex is #0A252A.


I love getcolorcode.com

Triadic colors

1 #D5F5DA and #DAD5F5 with #F5DAD5 are triadic colors.

2 #D5DAF5 and #DAF5D5 with #F5DAD5 are triadic colors.