COLOR #FFC6C0

HEX: #FFC6C0
RGB: (255,198,192)

Color info

#FFC6C0 contains mainly red and green colors. Web safe color of #FFC6C0 is #FFCCCC (or #FCC).

RGB color model

#FFC6C0 color RGB value is (255,198,192).

  • red value is 255;
  • green value is 198;
  • blue value is 192.
RGB:
(255,198,192)
(100%,78%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 192 of 255 = 75%

255
198
192

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

Portions of RGB colors in percentages

R + G + B =
255 + 198 + 192 = 645 (100%)
R 255 of 645 ~ 39.53%
G 198 of 645 ~ 30.7%
B 192 of 645 ~ 29.77%

%39.53
%30.7
%29.77

CMYK color model

#FFC6C0 color CMYK value is (0,22,25,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 24.71%
  • key color value is 0.00%
CMYK:
(0,22,25,0)
C0M22Y25K0 
(0%,22%,25%,0%)
(0.00/0.22/0.25/0.00)	

CMYK percentages

%0
%22.35
%24.71
%0

Codes

Color #FFC6C0 in popluar color models

FFC6C0
RGB255198192
HSL100.00%87.65%
HSB/HSV24.71%100.00%
CMYK0.00%22.35%24.71%
0.00%

Color #FFC6C0 in popluar number systems.

HEXFFC6C0
Decimal255198192
Binary111111111100011011000000
Octal377306300

Shades and tints

Shades of #FFC6C0

#FFC6C0
(255,198,192)
#E8B4AF
(232,180,175)
#D1A29E
(209,162,158)
#BA908D
(186,144,141)
#A37E7C
(163,126,124)
#8C6C6B
(140,108,107)
#755A5A
(117,90,90)
#5E4849
(94,72,73)
#473638
(71,54,56)
#302427
(48,36,39)
#191216
(25,18,22)
#000000
(0,0,0)

Tints of #FFC6C0

#FFC6C0
(255,198,192)
#FFCBC5
(255,203,197)
#FFD0CA
(255,208,202)
#FFD5CF
(255,213,207)
#FFDAD4
(255,218,212)
#FFDFD9
(255,223,217)
#FFE4DE
(255,228,222)
#FFE9E3
(255,233,227)
#FFEEE8
(255,238,232)
#FFF3ED
(255,243,237)
#FFF8F2
(255,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFC6C0 color. Also use rgb(255,198,192) instead hex code.

Text Font Color

.myTextColor { color: #FFC6C0; }

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

This text font color is #FFC6C0.


Background Color

.myBgColor { background-color: #FFC6C0; }

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

This div background color is #FFC6C0.


Border color

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

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

This div border color is #FFC6C0.


Opacity

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

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

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

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

This text has shadow with #FFC6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC6C0 on black background.


Color preview on white background

This text has color #FFC6C0 on white background.



Black color preview on #FFC6C0 background

This text has black color on #FFC6C0 background.


White color preview on #FFC6C0 background

This text has white color on #FFC6C0 background.