COLOR #F5C7C7

HEX: #F5C7C7
RGB: (245,199,199)

Color info

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

RGB color model

#F5C7C7 color RGB value is (245,199,199).

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

RGB channels and saturation

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

245
199
199

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

Portions of RGB colors in percentages

R + G + B =
245 + 199 + 199 = 643 (100%)
R 245 of 643 ~ 38.1%
G 199 of 643 ~ 30.95%
B 199 of 643 ~ 30.95%

%38.1
%30.95
%30.95

CMYK color model

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

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

CMYK percentages

%0
%18.78
%18.78
%3.92

Codes

Color #F5C7C7 in popluar color models

F5C7C7
RGB245199199
HSL69.70%87.06%
HSB/HSV18.78%96.08%
CMYK0.00%18.78%18.78%
3.92%

Color #F5C7C7 in popluar number systems.

HEXF5C7C7
Decimal245199199
Binary111101011100011111000111
Octal365307307

Shades and tints

Shades of #F5C7C7

#F5C7C7
(245,199,199)
#DFB5B5
(223,181,181)
#C9A3A3
(201,163,163)
#B39191
(179,145,145)
#9D7F7F
(157,127,127)
#876D6D
(135,109,109)
#715B5B
(113,91,91)
#5B4949
(91,73,73)
#453737
(69,55,55)
#2F2525
(47,37,37)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #F5C7C7

#F5C7C7
(245,199,199)
#F5CCCC
(245,204,204)
#F5D1D1
(245,209,209)
#F5D6D6
(245,214,214)
#F5DBDB
(245,219,219)
#F5E0E0
(245,224,224)
#F5E5E5
(245,229,229)
#F5EAEA
(245,234,234)
#F5EFEF
(245,239,239)
#F5F4F4
(245,244,244)
#F5F9F9
(245,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C7C7; }

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

This text font color is #F5C7C7.


Background Color

.myBgColor { background-color: #F5C7C7; }

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

This div background color is #F5C7C7.


Border color

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

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

This div border color is #F5C7C7.


Opacity

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

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

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

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

This text has shadow with #F5C7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C7C7 on black background.


Color preview on white background

This text has color #F5C7C7 on white background.



Black color preview on #F5C7C7 background

This text has black color on #F5C7C7 background.


White color preview on #F5C7C7 background

This text has white color on #F5C7C7 background.