COLOR #F5CDD7

HEX: #F5CDD7
RGB: (245,205,215)

Color info

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

RGB color model

#F5CDD7 color RGB value is (245,205,215).

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

RGB channels and saturation

R 245 of 255 = 96%
G 205 of 255 = 80%
B 215 of 255 = 84%

245
205
215

R + G + B ~ 87%. #F5CDD7 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 205 + 215 = 665 (100%)
R 245 of 665 ~ 36.84%
G 205 of 665 ~ 30.83%
B 215 of 665 ~ 32.33%

%36.84
%30.83
%32.33

CMYK color model

#F5CDD7 color CMYK value is (0,16,12,4).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 12.24%
  • key color value is 3.92%
CMYK:
(0,16,12,4)
C0M16Y12K4 
(0%,16%,12%,4%)
(0.00/0.16/0.12/0.04)	

CMYK percentages

%0
%16.33
%12.24
%3.92

Codes

Color #F5CDD7 in popluar color models

F5CDD7
RGB245205215
HSL345°66.67%88.24%
HSB/HSV345°16.33%96.08%
CMYK0.00%16.33%12.24%
3.92%

Color #F5CDD7 in popluar number systems.

HEXF5CDD7
Decimal245205215
Binary111101011100110111010111
Octal365315327

Shades and tints

Shades of #F5CDD7

#F5CDD7
(245,205,215)
#DFBBC4
(223,187,196)
#C9A9B1
(201,169,177)
#B3979E
(179,151,158)
#9D858B
(157,133,139)
#877378
(135,115,120)
#716165
(113,97,101)
#5B4F52
(91,79,82)
#453D3F
(69,61,63)
#2F2B2C
(47,43,44)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #F5CDD7

#F5CDD7
(245,205,215)
#F5D1DA
(245,209,218)
#F5D5DD
(245,213,221)
#F5D9E0
(245,217,224)
#F5DDE3
(245,221,227)
#F5E1E6
(245,225,230)
#F5E5E9
(245,229,233)
#F5E9EC
(245,233,236)
#F5EDEF
(245,237,239)
#F5F1F2
(245,241,242)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5CDD7; }

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

This text font color is #F5CDD7.


Background Color

.myBgColor { background-color: #F5CDD7; }

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

This div background color is #F5CDD7.


Border color

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

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

This div border color is #F5CDD7.


Opacity

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

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

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

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

This text has shadow with #F5CDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5CDD7 on black background.


Color preview on white background

This text has color #F5CDD7 on white background.



Black color preview on #F5CDD7 background

This text has black color on #F5CDD7 background.


White color preview on #F5CDD7 background

This text has white color on #F5CDD7 background.