COLOR #F5D2CD

HEX: #F5D2CD
RGB: (245,210,205)

Color info

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

RGB color model

#F5D2CD color RGB value is (245,210,205).

  • red value is 245;
  • green value is 210;
  • blue value is 205.
RGB:
(245,210,205)
(96%,82%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 210 of 255 = 82%
B 205 of 255 = 80%

245
210
205

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

Portions of RGB colors in percentages

R + G + B =
245 + 210 + 205 = 660 (100%)
R 245 of 660 ~ 37.12%
G 210 of 660 ~ 31.82%
B 205 of 660 ~ 31.06%

%37.12
%31.82
%31.06

CMYK color model

#F5D2CD color CMYK value is (0,14,16,4).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK:
(0,14,16,4)
C0M14Y16K4 
(0%,14%,16%,4%)
(0.00/0.14/0.16/0.04)	

CMYK percentages

%0
%14.29
%16.33
%3.92

Codes

Color #F5D2CD in popluar color models

F5D2CD
RGB245210205
HSL66.67%88.24%
HSB/HSV16.33%96.08%
CMYK0.00%14.29%16.33%
3.92%

Color #F5D2CD in popluar number systems.

HEXF5D2CD
Decimal245210205
Binary111101011101001011001101
Octal365322315

Shades and tints

Shades of #F5D2CD

#F5D2CD
(245,210,205)
#DFBFBB
(223,191,187)
#C9ACA9
(201,172,169)
#B39997
(179,153,151)
#9D8685
(157,134,133)
#877373
(135,115,115)
#716061
(113,96,97)
#5B4D4F
(91,77,79)
#453A3D
(69,58,61)
#2F272B
(47,39,43)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #F5D2CD

#F5D2CD
(245,210,205)
#F5D6D1
(245,214,209)
#F5DAD5
(245,218,213)
#F5DED9
(245,222,217)
#F5E2DD
(245,226,221)
#F5E6E1
(245,230,225)
#F5EAE5
(245,234,229)
#F5EEE9
(245,238,233)
#F5F2ED
(245,242,237)
#F5F6F1
(245,246,241)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D2CD; }

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

This text font color is #F5D2CD.


Background Color

.myBgColor { background-color: #F5D2CD; }

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

This div background color is #F5D2CD.


Border color

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

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

This div border color is #F5D2CD.


Opacity

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

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

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

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

This text has shadow with #F5D2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D2CD on black background.


Color preview on white background

This text has color #F5D2CD on white background.



Black color preview on #F5D2CD background

This text has black color on #F5D2CD background.


White color preview on #F5D2CD background

This text has white color on #F5D2CD background.