COLOR #FFDED3

HEX: #FFDED3
RGB: (255,222,211)

Color info

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

RGB color model

#FFDED3 color RGB value is (255,222,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 211 of 255 = 83%

255
222
211

R + G + B ~ 90%. #FFDED3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 211 = 688 (100%)
R 255 of 688 ~ 37.06%
G 222 of 688 ~ 32.27%
B 211 of 688 ~ 30.67%

%37.06
%32.27
%30.67

CMYK color model

#FFDED3 color CMYK value is (0,13,17,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,13,17,0)
C0M13Y17K0 
(0%,13%,17%,0%)
(0.00/0.13/0.17/0.00)	

CMYK percentages

%0
%12.94
%17.25
%0

Codes

Color #FFDED3 in popluar color models

FFDED3
RGB255222211
HSL15°100.00%91.37%
HSB/HSV15°17.25%100.00%
CMYK0.00%12.94%17.25%
0.00%

Color #FFDED3 in popluar number systems.

HEXFFDED3
Decimal255222211
Binary111111111101111011010011
Octal377336323

Shades and tints

Shades of #FFDED3

#FFDED3
(255,222,211)
#E8CAC0
(232,202,192)
#D1B6AD
(209,182,173)
#BAA29A
(186,162,154)
#A38E87
(163,142,135)
#8C7A74
(140,122,116)
#756661
(117,102,97)
#5E524E
(94,82,78)
#473E3B
(71,62,59)
#302A28
(48,42,40)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFDED3

#FFDED3
(255,222,211)
#FFE1D7
(255,225,215)
#FFE4DB
(255,228,219)
#FFE7DF
(255,231,223)
#FFEAE3
(255,234,227)
#FFEDE7
(255,237,231)
#FFF0EB
(255,240,235)
#FFF3EF
(255,243,239)
#FFF6F3
(255,246,243)
#FFF9F7
(255,249,247)
#FFFCFB
(255,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDED3; }

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

This text font color is #FFDED3.


Background Color

.myBgColor { background-color: #FFDED3; }

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

This div background color is #FFDED3.


Border color

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

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

This div border color is #FFDED3.


Opacity

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

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

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

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

This text has shadow with #FFDED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDED3 on black background.


Color preview on white background

This text has color #FFDED3 on white background.



Black color preview on #FFDED3 background

This text has black color on #FFDED3 background.


White color preview on #FFDED3 background

This text has white color on #FFDED3 background.