COLOR #F5D1CA

HEX: #F5D1CA
RGB: (245,209,202)

Color info

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

RGB color model

#F5D1CA color RGB value is (245,209,202).

  • red value is 245;
  • green value is 209;
  • blue value is 202.
RGB:
(245,209,202)
(96%,82%,79%)

RGB channels and saturation

R 245 of 255 = 96%
G 209 of 255 = 82%
B 202 of 255 = 79%

245
209
202

R + G + B ~ 86%. #F5D1CA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 209 + 202 = 656 (100%)
R 245 of 656 ~ 37.35%
G 209 of 656 ~ 31.86%
B 202 of 656 ~ 30.79%

%37.35
%31.86
%30.79

CMYK color model

#F5D1CA color CMYK value is (0,15,18,4).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 17.55%
  • key color value is 3.92%
CMYK:
(0,15,18,4)
C0M15Y18K4 
(0%,15%,18%,4%)
(0.00/0.15/0.18/0.04)	

CMYK percentages

%0
%14.69
%17.55
%3.92

Codes

Color #F5D1CA in popluar color models

F5D1CA
RGB245209202
HSL10°68.25%87.65%
HSB/HSV10°17.55%96.08%
CMYK0.00%14.69%17.55%
3.92%

Color #F5D1CA in popluar number systems.

HEXF5D1CA
Decimal245209202
Binary111101011101000111001010
Octal365321312

Shades and tints

Shades of #F5D1CA

#F5D1CA
(245,209,202)
#DFBEB8
(223,190,184)
#C9ABA6
(201,171,166)
#B39894
(179,152,148)
#9D8582
(157,133,130)
#877270
(135,114,112)
#715F5E
(113,95,94)
#5B4C4C
(91,76,76)
#45393A
(69,57,58)
#2F2628
(47,38,40)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #F5D1CA

#F5D1CA
(245,209,202)
#F5D5CE
(245,213,206)
#F5D9D2
(245,217,210)
#F5DDD6
(245,221,214)
#F5E1DA
(245,225,218)
#F5E5DE
(245,229,222)
#F5E9E2
(245,233,226)
#F5EDE6
(245,237,230)
#F5F1EA
(245,241,234)
#F5F5EE
(245,245,238)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D1CA; }

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

This text font color is #F5D1CA.


Background Color

.myBgColor { background-color: #F5D1CA; }

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

This div background color is #F5D1CA.


Border color

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

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

This div border color is #F5D1CA.


Opacity

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

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

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

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

This text has shadow with #F5D1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D1CA on black background.


Color preview on white background

This text has color #F5D1CA on white background.



Black color preview on #F5D1CA background

This text has black color on #F5D1CA background.


White color preview on #F5D1CA background

This text has white color on #F5D1CA background.