COLOR #FFD6E2

HEX: #FFD6E2
RGB: (255,214,226)

Color info

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

RGB color model

#FFD6E2 color RGB value is (255,214,226).

  • red value is 255;
  • green value is 214;
  • blue value is 226.
RGB:
(255,214,226)
(100%,84%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 214 of 255 = 84%
B 226 of 255 = 89%

255
214
226

R + G + B ~ 91%. #FFD6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 214 + 226 = 695 (100%)
R 255 of 695 ~ 36.69%
G 214 of 695 ~ 30.79%
B 226 of 695 ~ 32.52%

%36.69
%30.79
%32.52

CMYK color model

#FFD6E2 color CMYK value is (0,16,11,0).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(0,16,11,0)
C0M16Y11K0 
(0%,16%,11%,0%)
(0.00/0.16/0.11/0.00)	

CMYK percentages

%0
%16.08
%11.37
%0

Codes

Color #FFD6E2 in popluar color models

FFD6E2
RGB255214226
HSL342°100.00%91.96%
HSB/HSV342°16.08%100.00%
CMYK0.00%16.08%11.37%
0.00%

Color #FFD6E2 in popluar number systems.

HEXFFD6E2
Decimal255214226
Binary111111111101011011100010
Octal377326342

Shades and tints

Shades of #FFD6E2

#FFD6E2
(255,214,226)
#E8C3CE
(232,195,206)
#D1B0BA
(209,176,186)
#BA9DA6
(186,157,166)
#A38A92
(163,138,146)
#8C777E
(140,119,126)
#75646A
(117,100,106)
#5E5156
(94,81,86)
#473E42
(71,62,66)
#302B2E
(48,43,46)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #FFD6E2

#FFD6E2
(255,214,226)
#FFD9E4
(255,217,228)
#FFDCE6
(255,220,230)
#FFDFE8
(255,223,232)
#FFE2EA
(255,226,234)
#FFE5EC
(255,229,236)
#FFE8EE
(255,232,238)
#FFEBF0
(255,235,240)
#FFEEF2
(255,238,242)
#FFF1F4
(255,241,244)
#FFF4F6
(255,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD6E2; }

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

This text font color is #FFD6E2.


Background Color

.myBgColor { background-color: #FFD6E2; }

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

This div background color is #FFD6E2.


Border color

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

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

This div border color is #FFD6E2.


Opacity

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

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

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

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

This text has shadow with #FFD6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD6E2 on black background.


Color preview on white background

This text has color #FFD6E2 on white background.



Black color preview on #FFD6E2 background

This text has black color on #FFD6E2 background.


White color preview on #FFD6E2 background

This text has white color on #FFD6E2 background.