COLOR #FFC3C3

HEX: #FFC3C3
RGB: (255,195,195)

Color info

#FFC3C3 contains mainly red color. Web safe color of #FFC3C3 is #FFCCCC (or #FCC).

RGB color model

#FFC3C3 color RGB value is (255,195,195).

  • red value is 255;
  • green value is 195;
  • blue value is 195.
RGB:
(255,195,195)
(100%,76%,76%)

RGB channels and saturation

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

255
195
195

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

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 195 = 645 (100%)
R 255 of 645 ~ 39.53%
G 195 of 645 ~ 30.23%
B 195 of 645 ~ 30.23%

%39.53
%30.23
%30.23

CMYK color model

#FFC3C3 color CMYK value is (0,24,24,0).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK:
(0,24,24,0)
C0M24Y24K0 
(0%,24%,24%,0%)
(0.00/0.24/0.24/0.00)	

CMYK percentages

%0
%23.53
%23.53
%0

Codes

Color #FFC3C3 in popluar color models

FFC3C3
RGB255195195
HSL100.00%88.24%
HSB/HSV23.53%100.00%
CMYK0.00%23.53%23.53%
0.00%

Color #FFC3C3 in popluar number systems.

HEXFFC3C3
Decimal255195195
Binary111111111100001111000011
Octal377303303

Shades and tints

Shades of #FFC3C3

#FFC3C3
(255,195,195)
#E8B2B2
(232,178,178)
#D1A1A1
(209,161,161)
#BA9090
(186,144,144)
#A37F7F
(163,127,127)
#8C6E6E
(140,110,110)
#755D5D
(117,93,93)
#5E4C4C
(94,76,76)
#473B3B
(71,59,59)
#302A2A
(48,42,42)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFC3C3

#FFC3C3
(255,195,195)
#FFC8C8
(255,200,200)
#FFCDCD
(255,205,205)
#FFD2D2
(255,210,210)
#FFD7D7
(255,215,215)
#FFDCDC
(255,220,220)
#FFE1E1
(255,225,225)
#FFE6E6
(255,230,230)
#FFEBEB
(255,235,235)
#FFF0F0
(255,240,240)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3C3; }

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

This text font color is #FFC3C3.


Background Color

.myBgColor { background-color: #FFC3C3; }

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

This div background color is #FFC3C3.


Border color

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

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

This div border color is #FFC3C3.


Opacity

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

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

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

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

This text has shadow with #FFC3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3C3 on black background.


Color preview on white background

This text has color #FFC3C3 on white background.



Black color preview on #FFC3C3 background

This text has black color on #FFC3C3 background.


White color preview on #FFC3C3 background

This text has white color on #FFC3C3 background.