COLOR #FFDAE3

HEX: #FFDAE3
RGB: (255,218,227)

Color info

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

RGB color model

#FFDAE3 color RGB value is (255,218,227).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 227 of 255 = 89%

255
218
227

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 227 = 700 (100%)
R 255 of 700 ~ 36.43%
G 218 of 700 ~ 31.14%
B 227 of 700 ~ 32.43%

%36.43
%31.14
%32.43

CMYK color model

#FFDAE3 color CMYK value is (0,15,11,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 10.98%
  • key color value is 0.00%
CMYK:
(0,15,11,0)
C0M15Y11K0 
(0%,15%,11%,0%)
(0.00/0.15/0.11/0.00)	

CMYK percentages

%0
%14.51
%10.98
%0

Codes

Color #FFDAE3 in popluar color models

FFDAE3
RGB255218227
HSL345°100.00%92.75%
HSB/HSV345°14.51%100.00%
CMYK0.00%14.51%10.98%
0.00%

Color #FFDAE3 in popluar number systems.

HEXFFDAE3
Decimal255218227
Binary111111111101101011100011
Octal377332343

Shades and tints

Shades of #FFDAE3

#FFDAE3
(255,218,227)
#E8C7CF
(232,199,207)
#D1B4BB
(209,180,187)
#BAA1A7
(186,161,167)
#A38E93
(163,142,147)
#8C7B7F
(140,123,127)
#75686B
(117,104,107)
#5E5557
(94,85,87)
#474243
(71,66,67)
#302F2F
(48,47,47)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #FFDAE3

#FFDAE3
(255,218,227)
#FFDDE5
(255,221,229)
#FFE0E7
(255,224,231)
#FFE3E9
(255,227,233)
#FFE6EB
(255,230,235)
#FFE9ED
(255,233,237)
#FFECEF
(255,236,239)
#FFEFF1
(255,239,241)
#FFF2F3
(255,242,243)
#FFF5F5
(255,245,245)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAE3; }

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

This text font color is #FFDAE3.


Background Color

.myBgColor { background-color: #FFDAE3; }

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

This div background color is #FFDAE3.


Border color

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

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

This div border color is #FFDAE3.


Opacity

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

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

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

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

This text has shadow with #FFDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAE3 on black background.


Color preview on white background

This text has color #FFDAE3 on white background.



Black color preview on #FFDAE3 background

This text has black color on #FFDAE3 background.


White color preview on #FFDAE3 background

This text has white color on #FFDAE3 background.