COLOR #FFDEDA

HEX: #FFDEDA
RGB: (255,222,218)

Color info

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

RGB color model

#FFDEDA color RGB value is (255,222,218).

  • red value is 255;
  • green value is 222;
  • blue value is 218.
RGB:
(255,222,218)
(100%,87%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 218 of 255 = 85%

255
222
218

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 218 = 695 (100%)
R 255 of 695 ~ 36.69%
G 222 of 695 ~ 31.94%
B 218 of 695 ~ 31.37%

%36.69
%31.94
%31.37

CMYK color model

#FFDEDA color CMYK value is (0,13,15,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,13,15,0)
C0M13Y15K0 
(0%,13%,15%,0%)
(0.00/0.13/0.15/0.00)	

CMYK percentages

%0
%12.94
%14.51
%0

Codes

Color #FFDEDA in popluar color models

FFDEDA
RGB255222218
HSL100.00%92.75%
HSB/HSV14.51%100.00%
CMYK0.00%12.94%14.51%
0.00%

Color #FFDEDA in popluar number systems.

HEXFFDEDA
Decimal255222218
Binary111111111101111011011010
Octal377336332

Shades and tints

Shades of #FFDEDA

#FFDEDA
(255,222,218)
#E8CAC7
(232,202,199)
#D1B6B4
(209,182,180)
#BAA2A1
(186,162,161)
#A38E8E
(163,142,142)
#8C7A7B
(140,122,123)
#756668
(117,102,104)
#5E5255
(94,82,85)
#473E42
(71,62,66)
#302A2F
(48,42,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFDEDA

#FFDEDA
(255,222,218)
#FFE1DD
(255,225,221)
#FFE4E0
(255,228,224)
#FFE7E3
(255,231,227)
#FFEAE6
(255,234,230)
#FFEDE9
(255,237,233)
#FFF0EC
(255,240,236)
#FFF3EF
(255,243,239)
#FFF6F2
(255,246,242)
#FFF9F5
(255,249,245)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDEDA color. Also use rgb(255,222,218) instead hex code.

Text Font Color

.myTextColor { color: #FFDEDA; }

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

This text font color is #FFDEDA.


Background Color

.myBgColor { background-color: #FFDEDA; }

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

This div background color is #FFDEDA.


Border color

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

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

This div border color is #FFDEDA.


Opacity

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

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

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

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

This text has shadow with #FFDEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEDA on black background.


Color preview on white background

This text has color #FFDEDA on white background.



Black color preview on #FFDEDA background

This text has black color on #FFDEDA background.


White color preview on #FFDEDA background

This text has white color on #FFDEDA background.