COLOR #FFC3C8

HEX: #FFC3C8
RGB: (255,195,200)

Color info

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

RGB color model

#FFC3C8 color RGB value is (255,195,200).

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

RGB channels and saturation

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

255
195
200

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

Portions of RGB colors in percentages

R + G + B =
255 + 195 + 200 = 650 (100%)
R 255 of 650 ~ 39.23%
G 195 of 650 ~ 30%
B 200 of 650 ~ 30.77%

%39.23
%30
%30.77

CMYK color model

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

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

CMYK percentages

%0
%23.53
%21.57
%0

Codes

Color #FFC3C8 in popluar color models

FFC3C8
RGB255195200
HSL355°100.00%88.24%
HSB/HSV355°23.53%100.00%
CMYK0.00%23.53%21.57%
0.00%

Color #FFC3C8 in popluar number systems.

HEXFFC3C8
Decimal255195200
Binary111111111100001111001000
Octal377303310

Shades and tints

Shades of #FFC3C8

#FFC3C8
(255,195,200)
#E8B2B6
(232,178,182)
#D1A1A4
(209,161,164)
#BA9092
(186,144,146)
#A37F80
(163,127,128)
#8C6E6E
(140,110,110)
#755D5C
(117,93,92)
#5E4C4A
(94,76,74)
#473B38
(71,59,56)
#302A26
(48,42,38)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFC3C8

#FFC3C8
(255,195,200)
#FFC8CD
(255,200,205)
#FFCDD2
(255,205,210)
#FFD2D7
(255,210,215)
#FFD7DC
(255,215,220)
#FFDCE1
(255,220,225)
#FFE1E6
(255,225,230)
#FFE6EB
(255,230,235)
#FFEBF0
(255,235,240)
#FFF0F5
(255,240,245)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3C8; }

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

This text font color is #FFC3C8.


Background Color

.myBgColor { background-color: #FFC3C8; }

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

This div background color is #FFC3C8.


Border color

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

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

This div border color is #FFC3C8.


Opacity

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

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

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

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

This text has shadow with #FFC3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFC3C8 on black background.


Color preview on white background

This text has color #FFC3C8 on white background.



Black color preview on #FFC3C8 background

This text has black color on #FFC3C8 background.


White color preview on #FFC3C8 background

This text has white color on #FFC3C8 background.