COLOR #FFC3D6

HEX: #FFC3D6 RGB: (255,195,214)

Color info

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

RGB color model

#FFC3D6 color RGB value is (255,195,214).

RGB: (255,195,214) (100%, 76%, 84%)

RGB channels and saturation

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

255
195
214

R + G + B ~ 87%. #FFC3D6 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 195 + 214 = 664 (100%)
R 255 of 664 ~ 38.4%
G 195 of 664 ~ 29.37%
B 214 of 664 ~ 32.23'%

%38.4
%29.37
%32.23

CMYK color model

#FFC3D6 color CMYK value is (0,24,16,0).

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

CMYK: (0,24,16,0)
C0M24Y16K0 (0%, 24%, 16%, 0%)
(0.00 / 0.24 / 0.16 / 0.00)

CMYK percentages

%0
%23.53
%16.08
%0

Codes

Color #FFC3D6 in popluar color models

FF C3 D6
RGB 255 195 214
HSL 341° 100.00% 88.24%
HSB/HSV 341° 23.53% 100.00%
CMYK 0.00% 23.53% 16.08%
0.00%

Color #FFC3D6 in popluar number systems.

HEX FF C3 D6
Decimal 255 195 214
Binary 11111111 11000011 11010110
Octal 377 303 326

Shades and tints

Shades of #FFC3D6

#FFC3D6
(255,195,214)
#E8B2C3
(232,178,195)
#D1A1B0
(209,161,176)
#BA909D
(186,144,157)
#A37F8A
(163,127,138)
#8C6E77
(140,110,119)
#755D64
(117,93,100)
#5E4C51
(94,76,81)
#473B3E
(71,59,62)
#302A2B
(48,42,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFC3D6

#FFC3D6
(255,195,214)
#FFC8D9
(255,200,217)
#FFCDDC
(255,205,220)
#FFD2DF
(255,210,223)
#FFD7E2
(255,215,226)
#FFDCE5
(255,220,229)
#FFE1E8
(255,225,232)
#FFE6EB
(255,230,235)
#FFEBEE
(255,235,238)
#FFF0F1
(255,240,241)
#FFF5F4
(255,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFC3D6; }

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

This text font color is #FFC3D6.

Background Color

.myBgColor { background-color: #FFC3D6; }

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

This div background color is #FFC3D6.

Border color

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

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

This div border color is #FFC3D6.

Opacity

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

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

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

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

This text has shadow with #FFC3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFC3D6.

Preview

Color preview on black background

This text has color #FFC3D6 on black background.


Color preview on white background

This text has color #FFC3D6 on white background.


Black color preview on #FFC3D6 background

This text has black color on #FFC3D6 background.


White color preview on #FFC3D6 background

This text has white color on #FFC3D6 background.


Related colors

Complementary color

Complementary color for #hex is #003C29.


I love getcolorcode.com

Triadic colors

1 #D6FFC3 and #C3D6FF with #FFC3D6 are triadic colors.

2 #D6C3FF and #C3FFD6 with #FFC3D6 are triadic colors.