COLOR #F5C5CA

HEX: #F5C5CA RGB: (245,197,202)

Color info

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

RGB color model

#F5C5CA color RGB value is (245,197,202).

RGB: (245,197,202) (96%, 77%, 79%)

RGB channels and saturation

R 245 of 255 = 96%
G 197 of 255 = 77%
B 202 of 255 = 79%

245
197
202

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

Portions of RGB colors in percentages

R + G + B = 245 + 197 + 202 = 644 (100%)
R 245 of 644 ~ 38.04%
G 197 of 644 ~ 30.59%
B 202 of 644 ~ 31.37'%

%38.04
%30.59
%31.37

CMYK color model

#F5C5CA color CMYK value is (0,20,18,4).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 17.55%
  • key color value is 3.92%

CMYK: (0,20,18,4)
C0M20Y18K4 (0%, 20%, 18%, 4%)
(0.00 / 0.20 / 0.18 / 0.04)

CMYK percentages

%0
%19.59
%17.55
%3.92

Codes

Color #F5C5CA in popluar color models

F5 C5 CA
RGB 245 197 202
HSL 354° 70.59% 86.67%
HSB/HSV 354° 19.59% 96.08%
CMYK 0.00% 19.59% 17.55%
3.92%

Color #F5C5CA in popluar number systems.

HEX F5 C5 CA
Decimal 245 197 202
Binary 11110101 11000101 11001010
Octal 365 305 312

Shades and tints

Shades of #F5C5CA

#F5C5CA
(245,197,202)
#DFB4B8
(223,180,184)
#C9A3A6
(201,163,166)
#B39294
(179,146,148)
#9D8182
(157,129,130)
#877070
(135,112,112)
#715F5E
(113,95,94)
#5B4E4C
(91,78,76)
#453D3A
(69,61,58)
#2F2C28
(47,44,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #F5C5CA

#F5C5CA
(245,197,202)
#F5CACE
(245,202,206)
#F5CFD2
(245,207,210)
#F5D4D6
(245,212,214)
#F5D9DA
(245,217,218)
#F5DEDE
(245,222,222)
#F5E3E2
(245,227,226)
#F5E8E6
(245,232,230)
#F5EDEA
(245,237,234)
#F5F2EE
(245,242,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C5CA; }

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

This text font color is #F5C5CA.

Background Color

.myBgColor { background-color: #F5C5CA; }

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

This div background color is #F5C5CA.

Border color

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

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

This div border color is #F5C5CA.

Opacity

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

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

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

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

This text has shadow with #F5C5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5C5CA.

Preview

Color preview on black background

This text has color #F5C5CA on black background.


Color preview on white background

This text has color #F5C5CA on white background.


Black color preview on #F5C5CA background

This text has black color on #F5C5CA background.


White color preview on #F5C5CA background

This text has white color on #F5C5CA background.


Related colors

Complementary color

Complementary color for #hex is #0A3A35.


I love getcolorcode.com

Triadic colors

1 #CAF5C5 and #C5CAF5 with #F5C5CA are triadic colors.

2 #CAC5F5 and #C5F5CA with #F5C5CA are triadic colors.