COLOR #FFDAE5

HEX: #FFDAE5
RGB: (255,218,229)

Color info

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

RGB color model

#FFDAE5 color RGB value is (255,218,229).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 229 of 255 = 90%

255
218
229

R + G + B ~ 92%. #FFDAE5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 229 = 702 (100%)
R 255 of 702 ~ 36.32%
G 218 of 702 ~ 31.05%
B 229 of 702 ~ 32.62%

%36.32
%31.05
%32.62

CMYK color model

#FFDAE5 color CMYK value is (0,15,10,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,15,10,0)
C0M15Y10K0 
(0%,15%,10%,0%)
(0.00/0.15/0.10/0.00)	

CMYK percentages

%0
%14.51
%10.2
%0

Codes

Color #FFDAE5 in popluar color models

FFDAE5
RGB255218229
HSL342°100.00%92.75%
HSB/HSV342°14.51%100.00%
CMYK0.00%14.51%10.20%
0.00%

Color #FFDAE5 in popluar number systems.

HEXFFDAE5
Decimal255218229
Binary111111111101101011100101
Octal377332345

Shades and tints

Shades of #FFDAE5

#FFDAE5
(255,218,229)
#E8C7D1
(232,199,209)
#D1B4BD
(209,180,189)
#BAA1A9
(186,161,169)
#A38E95
(163,142,149)
#8C7B81
(140,123,129)
#75686D
(117,104,109)
#5E5559
(94,85,89)
#474245
(71,66,69)
#302F31
(48,47,49)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #FFDAE5

#FFDAE5
(255,218,229)
#FFDDE7
(255,221,231)
#FFE0E9
(255,224,233)
#FFE3EB
(255,227,235)
#FFE6ED
(255,230,237)
#FFE9EF
(255,233,239)
#FFECF1
(255,236,241)
#FFEFF3
(255,239,243)
#FFF2F5
(255,242,245)
#FFF5F7
(255,245,247)
#FFF8F9
(255,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAE5; }

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

This text font color is #FFDAE5.


Background Color

.myBgColor { background-color: #FFDAE5; }

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

This div background color is #FFDAE5.


Border color

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

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

This div border color is #FFDAE5.


Opacity

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

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

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

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

This text has shadow with #FFDAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAE5 on black background.


Color preview on white background

This text has color #FFDAE5 on white background.



Black color preview on #FFDAE5 background

This text has black color on #FFDAE5 background.


White color preview on #FFDAE5 background

This text has white color on #FFDAE5 background.