COLOR #FFC6C3

HEX: #FFC6C3 RGB: (255,198,195)

Color info

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

RGB color model

#FFC6C3 color RGB value is (255,198,195).

RGB: (255,198,195) (100%, 78%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 198 of 255 = 78%
B 195 of 255 = 76%

255
198
195

R + G + B ~ 85%. #FFC6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 198 + 195 = 648 (100%)
R 255 of 648 ~ 39.35%
G 198 of 648 ~ 30.56%
B 195 of 648 ~ 30.09'%

%39.35
%30.56
%30.09

CMYK color model

#FFC6C3 color CMYK value is (0,22,24,0).

  • cyan value is 0.00%
  • magenta value is 22.35%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,22,24,0)
C0M22Y24K0 (0%, 22%, 24%, 0%)
(0.00 / 0.22 / 0.24 / 0.00)

CMYK percentages

%0
%22.35
%23.53
%0

Codes

Color #FFC6C3 in popluar color models

FF C6 C3
RGB 255 198 195
HSL 100.00% 88.24%
HSB/HSV 23.53% 100.00%
CMYK 0.00% 22.35% 23.53%
0.00%

Color #FFC6C3 in popluar number systems.

HEX FF C6 C3
Decimal 255 198 195
Binary 11111111 11000110 11000011
Octal 377 306 303

Shades and tints

Shades of #FFC6C3

#FFC6C3
(255,198,195)
#E8B4B2
(232,180,178)
#D1A2A1
(209,162,161)
#BA9090
(186,144,144)
#A37E7F
(163,126,127)
#8C6C6E
(140,108,110)
#755A5D
(117,90,93)
#5E484C
(94,72,76)
#47363B
(71,54,59)
#30242A
(48,36,42)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #FFC6C3

#FFC6C3
(255,198,195)
#FFCBC8
(255,203,200)
#FFD0CD
(255,208,205)
#FFD5D2
(255,213,210)
#FFDAD7
(255,218,215)
#FFDFDC
(255,223,220)
#FFE4E1
(255,228,225)
#FFE9E6
(255,233,230)
#FFEEEB
(255,238,235)
#FFF3F0
(255,243,240)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC6C3; }

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

This text font color is #FFC6C3.

Background Color

.myBgColor { background-color: #FFC6C3; }

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

This div background color is #FFC6C3.

Border color

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

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

This div border color is #FFC6C3.

Opacity

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

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

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

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

This text has shadow with #FFC6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC6C3.

Preview

Color preview on black background

This text has color #FFC6C3 on black background.


Color preview on white background

This text has color #FFC6C3 on white background.


Black color preview on #FFC6C3 background

This text has black color on #FFC6C3 background.


White color preview on #FFC6C3 background

This text has white color on #FFC6C3 background.


Related colors

Complementary color

Complementary color for #hex is #00393C.


I love getcolorcode.com

Triadic colors

1 #C3FFC6 and #C6C3FF with #FFC6C3 are triadic colors.

2 #C3C6FF and #C6FFC3 with #FFC6C3 are triadic colors.