COLOR #FFD8CE

HEX: #FFD8CE
RGB: (255,216,206)

Color info

#FFD8CE contains red, green and blue colors in about the same proportion. Web safe color of #FFD8CE is #FFCCCC (or #FCC).

RGB color model

#FFD8CE color RGB value is (255,216,206).

  • red value is 255;
  • green value is 216;
  • blue value is 206.
RGB:
(255,216,206)
(100%,85%,81%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 206 of 255 = 81%

255
216
206

R + G + B ~ 89%. #FFD8CE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 206 = 677 (100%)
R 255 of 677 ~ 37.67%
G 216 of 677 ~ 31.91%
B 206 of 677 ~ 30.43%

%37.67
%31.91
%30.43

CMYK color model

#FFD8CE color CMYK value is (0,15,19,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(0,15,19,0)
C0M15Y19K0 
(0%,15%,19%,0%)
(0.00/0.15/0.19/0.00)	

CMYK percentages

%0
%15.29
%19.22
%0

Codes

Color #FFD8CE in popluar color models

FFD8CE
RGB255216206
HSL12°100.00%90.39%
HSB/HSV12°19.22%100.00%
CMYK0.00%15.29%19.22%
0.00%

Color #FFD8CE in popluar number systems.

HEXFFD8CE
Decimal255216206
Binary111111111101100011001110
Octal377330316

Shades and tints

Shades of #FFD8CE

#FFD8CE
(255,216,206)
#E8C5BC
(232,197,188)
#D1B2AA
(209,178,170)
#BA9F98
(186,159,152)
#A38C86
(163,140,134)
#8C7974
(140,121,116)
#756662
(117,102,98)
#5E5350
(94,83,80)
#47403E
(71,64,62)
#302D2C
(48,45,44)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFD8CE

#FFD8CE
(255,216,206)
#FFDBD2
(255,219,210)
#FFDED6
(255,222,214)
#FFE1DA
(255,225,218)
#FFE4DE
(255,228,222)
#FFE7E2
(255,231,226)
#FFEAE6
(255,234,230)
#FFEDEA
(255,237,234)
#FFF0EE
(255,240,238)
#FFF3F2
(255,243,242)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8CE; }

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

This text font color is #FFD8CE.


Background Color

.myBgColor { background-color: #FFD8CE; }

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

This div background color is #FFD8CE.


Border color

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

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

This div border color is #FFD8CE.


Opacity

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

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

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

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

This text has shadow with #FFD8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8CE on black background.


Color preview on white background

This text has color #FFD8CE on white background.



Black color preview on #FFD8CE background

This text has black color on #FFD8CE background.


White color preview on #FFD8CE background

This text has white color on #FFD8CE background.