COLOR #F5C9DF

HEX: #F5C9DF
RGB: (245,201,223)

Color info

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

RGB color model

#F5C9DF color RGB value is (245,201,223).

  • red value is 245;
  • green value is 201;
  • blue value is 223.
RGB:
(245,201,223)
(96%,79%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 201 of 255 = 79%
B 223 of 255 = 87%

245
201
223

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

Portions of RGB colors in percentages

R + G + B =
245 + 201 + 223 = 669 (100%)
R 245 of 669 ~ 36.62%
G 201 of 669 ~ 30.04%
B 223 of 669 ~ 33.33%

%36.62
%30.04
%33.33

CMYK color model

#F5C9DF color CMYK value is (0,18,9,4).

  • cyan value is 0.00%
  • magenta value is 17.96%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(0,18,9,4)
C0M18Y9K4 
(0%,18%,9%,4%)
(0.00/0.18/0.09/0.04)	

CMYK percentages

%0
%17.96
%8.98
%3.92

Codes

Color #F5C9DF in popluar color models

F5C9DF
RGB245201223
HSL330°68.75%87.45%
HSB/HSV330°17.96%96.08%
CMYK0.00%17.96%8.98%
3.92%

Color #F5C9DF in popluar number systems.

HEXF5C9DF
Decimal245201223
Binary111101011100100111011111
Octal365311337

Shades and tints

Shades of #F5C9DF

#F5C9DF
(245,201,223)
#DFB7CB
(223,183,203)
#C9A5B7
(201,165,183)
#B393A3
(179,147,163)
#9D818F
(157,129,143)
#876F7B
(135,111,123)
#715D67
(113,93,103)
#5B4B53
(91,75,83)
#45393F
(69,57,63)
#2F272B
(47,39,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #F5C9DF

#F5C9DF
(245,201,223)
#F5CDE1
(245,205,225)
#F5D1E3
(245,209,227)
#F5D5E5
(245,213,229)
#F5D9E7
(245,217,231)
#F5DDE9
(245,221,233)
#F5E1EB
(245,225,235)
#F5E5ED
(245,229,237)
#F5E9EF
(245,233,239)
#F5EDF1
(245,237,241)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5C9DF color. Also use rgb(245,201,223) instead hex code.

Text Font Color

.myTextColor { color: #F5C9DF; }

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

This text font color is #F5C9DF.


Background Color

.myBgColor { background-color: #F5C9DF; }

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

This div background color is #F5C9DF.


Border color

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

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

This div border color is #F5C9DF.


Opacity

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

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

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

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

This text has shadow with #F5C9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C9DF on black background.


Color preview on white background

This text has color #F5C9DF on white background.



Black color preview on #F5C9DF background

This text has black color on #F5C9DF background.


White color preview on #F5C9DF background

This text has white color on #F5C9DF background.