COLOR #FFD8C1

HEX: #FFD8C1 RGB: (255,216,193)

Color info

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

RGB color model

#FFD8C1 color RGB value is (255,216,193).

RGB: (255,216,193) (100%, 85%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 193 of 255 = 76%

255
216
193

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

Portions of RGB colors in percentages

R + G + B = 255 + 216 + 193 = 664 (100%)
R 255 of 664 ~ 38.4%
G 216 of 664 ~ 32.53%
B 193 of 664 ~ 29.07'%

%38.4
%32.53
%29.07

CMYK color model

#FFD8C1 color CMYK value is (0,15,24,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 24.31%
  • key color value is 0.00%

CMYK: (0,15,24,0)
C0M15Y24K0 (0%, 15%, 24%, 0%)
(0.00 / 0.15 / 0.24 / 0.00)

CMYK percentages

%0
%15.29
%24.31
%0

Codes

Color #FFD8C1 in popluar color models

FF D8 C1
RGB 255 216 193
HSL 22° 100.00% 87.84%
HSB/HSV 22° 24.31% 100.00%
CMYK 0.00% 15.29% 24.31%
0.00%

Color #FFD8C1 in popluar number systems.

HEX FF D8 C1
Decimal 255 216 193
Binary 11111111 11011000 11000001
Octal 377 330 301

Shades and tints

Shades of #FFD8C1

#FFD8C1
(255,216,193)
#E8C5B0
(232,197,176)
#D1B29F
(209,178,159)
#BA9F8E
(186,159,142)
#A38C7D
(163,140,125)
#8C796C
(140,121,108)
#75665B
(117,102,91)
#5E534A
(94,83,74)
#474039
(71,64,57)
#302D28
(48,45,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFD8C1

#FFD8C1
(255,216,193)
#FFDBC6
(255,219,198)
#FFDECB
(255,222,203)
#FFE1D0
(255,225,208)
#FFE4D5
(255,228,213)
#FFE7DA
(255,231,218)
#FFEADF
(255,234,223)
#FFEDE4
(255,237,228)
#FFF0E9
(255,240,233)
#FFF3EE
(255,243,238)
#FFF6F3
(255,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8C1; }

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

This text font color is #FFD8C1.

Background Color

.myBgColor { background-color: #FFD8C1; }

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

This div background color is #FFD8C1.

Border color

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

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

This div border color is #FFD8C1.

Opacity

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

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

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

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

This text has shadow with #FFD8C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD8C1.

Preview

Color preview on black background

This text has color #FFD8C1 on black background.


Color preview on white background

This text has color #FFD8C1 on white background.


Black color preview on #FFD8C1 background

This text has black color on #FFD8C1 background.


White color preview on #FFD8C1 background

This text has white color on #FFD8C1 background.


Related colors

Complementary color

Complementary color for #hex is #00273E.


I love getcolorcode.com

Triadic colors

1 #C1FFD8 and #D8C1FF with #FFD8C1 are triadic colors.

2 #C1D8FF and #D8FFC1 with #FFD8C1 are triadic colors.