COLOR #FFC5CF

HEX: #FFC5CF
RGB: (255,197,207)

Color info

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

RGB color model

#FFC5CF color RGB value is (255,197,207).

  • red value is 255;
  • green value is 197;
  • blue value is 207.
RGB:
(255,197,207)
(100%,77%,81%)

RGB channels and saturation

R 255 of 255 = 100%
G 197 of 255 = 77%
B 207 of 255 = 81%

255
197
207

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

Portions of RGB colors in percentages

R + G + B =
255 + 197 + 207 = 659 (100%)
R 255 of 659 ~ 38.69%
G 197 of 659 ~ 29.89%
B 207 of 659 ~ 31.41%

%38.69
%29.89
%31.41

CMYK color model

#FFC5CF color CMYK value is (0,23,19,0).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 18.82%
  • key color value is 0.00%
CMYK:
(0,23,19,0)
C0M23Y19K0 
(0%,23%,19%,0%)
(0.00/0.23/0.19/0.00)	

CMYK percentages

%0
%22.75
%18.82
%0

Codes

Color #FFC5CF in popluar color models

FFC5CF
RGB255197207
HSL350°100.00%88.63%
HSB/HSV350°22.75%100.00%
CMYK0.00%22.75%18.82%
0.00%

Color #FFC5CF in popluar number systems.

HEXFFC5CF
Decimal255197207
Binary111111111100010111001111
Octal377305317

Shades and tints

Shades of #FFC5CF

#FFC5CF
(255,197,207)
#E8B4BD
(232,180,189)
#D1A3AB
(209,163,171)
#BA9299
(186,146,153)
#A38187
(163,129,135)
#8C7075
(140,112,117)
#755F63
(117,95,99)
#5E4E51
(94,78,81)
#473D3F
(71,61,63)
#302C2D
(48,44,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #FFC5CF

#FFC5CF
(255,197,207)
#FFCAD3
(255,202,211)
#FFCFD7
(255,207,215)
#FFD4DB
(255,212,219)
#FFD9DF
(255,217,223)
#FFDEE3
(255,222,227)
#FFE3E7
(255,227,231)
#FFE8EB
(255,232,235)
#FFEDEF
(255,237,239)
#FFF2F3
(255,242,243)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC5CF color. Also use rgb(255,197,207) instead hex code.

Text Font Color

.myTextColor { color: #FFC5CF; }

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

This text font color is #FFC5CF.


Background Color

.myBgColor { background-color: #FFC5CF; }

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

This div background color is #FFC5CF.


Border color

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

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

This div border color is #FFC5CF.


Opacity

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

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

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

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

This text has shadow with #FFC5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC5CF on black background.


Color preview on white background

This text has color #FFC5CF on white background.



Black color preview on #FFC5CF background

This text has black color on #FFC5CF background.


White color preview on #FFC5CF background

This text has white color on #FFC5CF background.