COLOR #F5C7CF

HEX: #F5C7CF
RGB: (245,199,207)

Color info

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

RGB color model

#F5C7CF color RGB value is (245,199,207).

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

RGB channels and saturation

R 245 of 255 = 96%
G 199 of 255 = 78%
B 207 of 255 = 81%

245
199
207

R + G + B ~ 85%. #F5C7CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 199 + 207 = 651 (100%)
R 245 of 651 ~ 37.63%
G 199 of 651 ~ 30.57%
B 207 of 651 ~ 31.8%

%37.63
%30.57
%31.8

CMYK color model

#F5C7CF color CMYK value is (0,19,16,4).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 15.51%
  • key color value is 3.92%
CMYK:
(0,19,16,4)
C0M19Y16K4 
(0%,19%,16%,4%)
(0.00/0.19/0.16/0.04)	

CMYK percentages

%0
%18.78
%15.51
%3.92

Codes

Color #F5C7CF in popluar color models

F5C7CF
RGB245199207
HSL350°69.70%87.06%
HSB/HSV350°18.78%96.08%
CMYK0.00%18.78%15.51%
3.92%

Color #F5C7CF in popluar number systems.

HEXF5C7CF
Decimal245199207
Binary111101011100011111001111
Octal365307317

Shades and tints

Shades of #F5C7CF

#F5C7CF
(245,199,207)
#DFB5BD
(223,181,189)
#C9A3AB
(201,163,171)
#B39199
(179,145,153)
#9D7F87
(157,127,135)
#876D75
(135,109,117)
#715B63
(113,91,99)
#5B4951
(91,73,81)
#45373F
(69,55,63)
#2F252D
(47,37,45)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #F5C7CF

#F5C7CF
(245,199,207)
#F5CCD3
(245,204,211)
#F5D1D7
(245,209,215)
#F5D6DB
(245,214,219)
#F5DBDF
(245,219,223)
#F5E0E3
(245,224,227)
#F5E5E7
(245,229,231)
#F5EAEB
(245,234,235)
#F5EFEF
(245,239,239)
#F5F4F3
(245,244,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C7CF; }

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

This text font color is #F5C7CF.


Background Color

.myBgColor { background-color: #F5C7CF; }

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

This div background color is #F5C7CF.


Border color

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

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

This div border color is #F5C7CF.


Opacity

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

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

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

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

This text has shadow with #F5C7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C7CF on black background.


Color preview on white background

This text has color #F5C7CF on white background.



Black color preview on #F5C7CF background

This text has black color on #F5C7CF background.


White color preview on #F5C7CF background

This text has white color on #F5C7CF background.