COLOR #FFD2CE

HEX: #FFD2CE
RGB: (255,210,206)

Color info

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

RGB color model

#FFD2CE color RGB value is (255,210,206).

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

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 206 of 255 = 81%

255
210
206

R + G + B ~ 88%. #FFD2CE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 206 = 671 (100%)
R 255 of 671 ~ 38%
G 210 of 671 ~ 31.3%
B 206 of 671 ~ 30.7%

%38
%31.3
%30.7

CMYK color model

#FFD2CE color CMYK value is (0,18,19,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 19.22%
  • key color value is 0.00%
CMYK:
(0,18,19,0)
C0M18Y19K0 
(0%,18%,19%,0%)
(0.00/0.18/0.19/0.00)	

CMYK percentages

%0
%17.65
%19.22
%0

Codes

Color #FFD2CE in popluar color models

FFD2CE
RGB255210206
HSL100.00%90.39%
HSB/HSV19.22%100.00%
CMYK0.00%17.65%19.22%
0.00%

Color #FFD2CE in popluar number systems.

HEXFFD2CE
Decimal255210206
Binary111111111101001011001110
Octal377322316

Shades and tints

Shades of #FFD2CE

#FFD2CE
(255,210,206)
#E8BFBC
(232,191,188)
#D1ACAA
(209,172,170)
#BA9998
(186,153,152)
#A38686
(163,134,134)
#8C7374
(140,115,116)
#756062
(117,96,98)
#5E4D50
(94,77,80)
#473A3E
(71,58,62)
#30272C
(48,39,44)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #FFD2CE

#FFD2CE
(255,210,206)
#FFD6D2
(255,214,210)
#FFDAD6
(255,218,214)
#FFDEDA
(255,222,218)
#FFE2DE
(255,226,222)
#FFE6E2
(255,230,226)
#FFEAE6
(255,234,230)
#FFEEEA
(255,238,234)
#FFF2EE
(255,242,238)
#FFF6F2
(255,246,242)
#FFFAF6
(255,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD2CE; }

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

This text font color is #FFD2CE.


Background Color

.myBgColor { background-color: #FFD2CE; }

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

This div background color is #FFD2CE.


Border color

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

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

This div border color is #FFD2CE.


Opacity

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

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

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

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

This text has shadow with #FFD2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2CE on black background.


Color preview on white background

This text has color #FFD2CE on white background.



Black color preview on #FFD2CE background

This text has black color on #FFD2CE background.


White color preview on #FFD2CE background

This text has white color on #FFD2CE background.