COLOR #F5C7C9

HEX: #F5C7C9
RGB: (245,199,201)

Color info

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

RGB color model

#F5C7C9 color RGB value is (245,199,201).

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

RGB channels and saturation

R 245 of 255 = 96%
G 199 of 255 = 78%
B 201 of 255 = 79%

245
199
201

R + G + B ~ 84%. #F5C7C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 199 + 201 = 645 (100%)
R 245 of 645 ~ 37.98%
G 199 of 645 ~ 30.85%
B 201 of 645 ~ 31.16%

%37.98
%30.85
%31.16

CMYK color model

#F5C7C9 color CMYK value is (0,19,18,4).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 17.96%
  • key color value is 3.92%
CMYK:
(0,19,18,4)
C0M19Y18K4 
(0%,19%,18%,4%)
(0.00/0.19/0.18/0.04)	

CMYK percentages

%0
%18.78
%17.96
%3.92

Codes

Color #F5C7C9 in popluar color models

F5C7C9
RGB245199201
HSL357°69.70%87.06%
HSB/HSV357°18.78%96.08%
CMYK0.00%18.78%17.96%
3.92%

Color #F5C7C9 in popluar number systems.

HEXF5C7C9
Decimal245199201
Binary111101011100011111001001
Octal365307311

Shades and tints

Shades of #F5C7C9

#F5C7C9
(245,199,201)
#DFB5B7
(223,181,183)
#C9A3A5
(201,163,165)
#B39193
(179,145,147)
#9D7F81
(157,127,129)
#876D6F
(135,109,111)
#715B5D
(113,91,93)
#5B494B
(91,73,75)
#453739
(69,55,57)
#2F2527
(47,37,39)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #F5C7C9

#F5C7C9
(245,199,201)
#F5CCCD
(245,204,205)
#F5D1D1
(245,209,209)
#F5D6D5
(245,214,213)
#F5DBD9
(245,219,217)
#F5E0DD
(245,224,221)
#F5E5E1
(245,229,225)
#F5EAE5
(245,234,229)
#F5EFE9
(245,239,233)
#F5F4ED
(245,244,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C7C9; }

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

This text font color is #F5C7C9.


Background Color

.myBgColor { background-color: #F5C7C9; }

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

This div background color is #F5C7C9.


Border color

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

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

This div border color is #F5C7C9.


Opacity

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

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

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

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

This text has shadow with #F5C7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C7C9 on black background.


Color preview on white background

This text has color #F5C7C9 on white background.



Black color preview on #F5C7C9 background

This text has black color on #F5C7C9 background.


White color preview on #F5C7C9 background

This text has white color on #F5C7C9 background.