COLOR #F5C1CD

HEX: #F5C1CD
RGB: (245,193,205)

Color info

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

RGB color model

#F5C1CD color RGB value is (245,193,205).

  • red value is 245;
  • green value is 193;
  • blue value is 205.
RGB:
(245,193,205)
(96%,76%,80%)

RGB channels and saturation

R 245 of 255 = 96%
G 193 of 255 = 76%
B 205 of 255 = 80%

245
193
205

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

Portions of RGB colors in percentages

R + G + B =
245 + 193 + 205 = 643 (100%)
R 245 of 643 ~ 38.1%
G 193 of 643 ~ 30.02%
B 205 of 643 ~ 31.88%

%38.1
%30.02
%31.88

CMYK color model

#F5C1CD color CMYK value is (0,21,16,4).

  • cyan value is 0.00%
  • magenta value is 21.22%
  • yellow value is 16.33%
  • key color value is 3.92%
CMYK:
(0,21,16,4)
C0M21Y16K4 
(0%,21%,16%,4%)
(0.00/0.21/0.16/0.04)	

CMYK percentages

%0
%21.22
%16.33
%3.92

Codes

Color #F5C1CD in popluar color models

F5C1CD
RGB245193205
HSL346°72.22%85.88%
HSB/HSV346°21.22%96.08%
CMYK0.00%21.22%16.33%
3.92%

Color #F5C1CD in popluar number systems.

HEXF5C1CD
Decimal245193205
Binary111101011100000111001101
Octal365301315

Shades and tints

Shades of #F5C1CD

#F5C1CD
(245,193,205)
#DFB0BB
(223,176,187)
#C99FA9
(201,159,169)
#B38E97
(179,142,151)
#9D7D85
(157,125,133)
#876C73
(135,108,115)
#715B61
(113,91,97)
#5B4A4F
(91,74,79)
#45393D
(69,57,61)
#2F282B
(47,40,43)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #F5C1CD

#F5C1CD
(245,193,205)
#F5C6D1
(245,198,209)
#F5CBD5
(245,203,213)
#F5D0D9
(245,208,217)
#F5D5DD
(245,213,221)
#F5DAE1
(245,218,225)
#F5DFE5
(245,223,229)
#F5E4E9
(245,228,233)
#F5E9ED
(245,233,237)
#F5EEF1
(245,238,241)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5C1CD; }

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

This text font color is #F5C1CD.


Background Color

.myBgColor { background-color: #F5C1CD; }

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

This div background color is #F5C1CD.


Border color

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

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

This div border color is #F5C1CD.


Opacity

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

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

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

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

This text has shadow with #F5C1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5C1CD on black background.


Color preview on white background

This text has color #F5C1CD on white background.



Black color preview on #F5C1CD background

This text has black color on #F5C1CD background.


White color preview on #F5C1CD background

This text has white color on #F5C1CD background.