COLOR #FFD5C1

HEX: #FFD5C1
RGB: (255,213,193)

Color info

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

RGB color model

#FFD5C1 color RGB value is (255,213,193).

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

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 193 of 255 = 76%

255
213
193

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

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 193 = 661 (100%)
R 255 of 661 ~ 38.58%
G 213 of 661 ~ 32.22%
B 193 of 661 ~ 29.2%

%38.58
%32.22
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 24.31%
  • key color value is 0.00%
CMYK:
(0,16,24,0)
C0M16Y24K0 
(0%,16%,24%,0%)
(0.00/0.16/0.24/0.00)	

CMYK percentages

%0
%16.47
%24.31
%0

Codes

Color #FFD5C1 in popluar color models

FFD5C1
RGB255213193
HSL19°100.00%87.84%
HSB/HSV19°24.31%100.00%
CMYK0.00%16.47%24.31%
0.00%

Color #FFD5C1 in popluar number systems.

HEXFFD5C1
Decimal255213193
Binary111111111101010111000001
Octal377325301

Shades and tints

Shades of #FFD5C1

#FFD5C1
(255,213,193)
#E8C2B0
(232,194,176)
#D1AF9F
(209,175,159)
#BA9C8E
(186,156,142)
#A3897D
(163,137,125)
#8C766C
(140,118,108)
#75635B
(117,99,91)
#5E504A
(94,80,74)
#473D39
(71,61,57)
#302A28
(48,42,40)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FFD5C1

#FFD5C1
(255,213,193)
#FFD8C6
(255,216,198)
#FFDBCB
(255,219,203)
#FFDED0
(255,222,208)
#FFE1D5
(255,225,213)
#FFE4DA
(255,228,218)
#FFE7DF
(255,231,223)
#FFEAE4
(255,234,228)
#FFEDE9
(255,237,233)
#FFF0EE
(255,240,238)
#FFF3F3
(255,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5C1; }

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

This text font color is #FFD5C1.


Background Color

.myBgColor { background-color: #FFD5C1; }

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

This div background color is #FFD5C1.


Border color

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

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

This div border color is #FFD5C1.


Opacity

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

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

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

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

This text has shadow with #FFD5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5C1 on black background.


Color preview on white background

This text has color #FFD5C1 on white background.



Black color preview on #FFD5C1 background

This text has black color on #FFD5C1 background.


White color preview on #FFD5C1 background

This text has white color on #FFD5C1 background.