COLOR #F5D4CD

HEX: #F5D4CD RGB: (245,212,205)

Color info

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

RGB color model

#F5D4CD color RGB value is (245,212,205).

RGB: (245,212,205) (96%, 83%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 212 of 255 = 83%
B 205 of 255 = 80%

245
212
205

R + G + B ~ 86%. #F5D4CD is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 212 + 205 = 662 (100%)
R 245 of 662 ~ 37.01%
G 212 of 662 ~ 32.02%
B 205 of 662 ~ 30.97'%

%37.01
%32.02
%30.97

CMYK color model

#F5D4CD color CMYK value is (0,13,16,4).

  • cyan value is 0.00%
  • magenta value is 13.47%
  • yellow value is 16.33%
  • key color value is 3.92%

CMYK: (0,13,16,4)
C0M13Y16K4 (0%, 13%, 16%, 4%)
(0.00 / 0.13 / 0.16 / 0.04)

CMYK percentages

%0
%13.47
%16.33
%3.92

Codes

Color #F5D4CD in popluar color models

F5 D4 CD
RGB 245 212 205
HSL 11° 66.67% 88.24%
HSB/HSV 11° 16.33% 96.08%
CMYK 0.00% 13.47% 16.33%
3.92%

Color #F5D4CD in popluar number systems.

HEX F5 D4 CD
Decimal 245 212 205
Binary 11110101 11010100 11001101
Octal 365 324 315

Shades and tints

Shades of #F5D4CD

#F5D4CD
(245,212,205)
#DFC1BB
(223,193,187)
#C9AEA9
(201,174,169)
#B39B97
(179,155,151)
#9D8885
(157,136,133)
#877573
(135,117,115)
#716261
(113,98,97)
#5B4F4F
(91,79,79)
#453C3D
(69,60,61)
#2F292B
(47,41,43)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #F5D4CD

#F5D4CD
(245,212,205)
#F5D7D1
(245,215,209)
#F5DAD5
(245,218,213)
#F5DDD9
(245,221,217)
#F5E0DD
(245,224,221)
#F5E3E1
(245,227,225)
#F5E6E5
(245,230,229)
#F5E9E9
(245,233,233)
#F5ECED
(245,236,237)
#F5EFF1
(245,239,241)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D4CD color. Also use rgb(245,212,205) instead hex code.

Text Font Color

.myTextColor { color: #F5D4CD; }

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

This text font color is #F5D4CD.

Background Color

.myBgColor { background-color: #F5D4CD; }

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

This div background color is #F5D4CD.

Border color

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

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

This div border color is #F5D4CD.

Opacity

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

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

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

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

This text has shadow with #F5D4CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5D4CD.

Preview

Color preview on black background

This text has color #F5D4CD on black background.


Color preview on white background

This text has color #F5D4CD on white background.


Black color preview on #F5D4CD background

This text has black color on #F5D4CD background.


White color preview on #F5D4CD background

This text has white color on #F5D4CD background.


Related colors

Complementary color

Complementary color for #hex is #0A2B32.


I love getcolorcode.com

Triadic colors

1 #CDF5D4 and #D4CDF5 with #F5D4CD are triadic colors.

2 #CDD4F5 and #D4F5CD with #F5D4CD are triadic colors.