COLOR #FFDAEB

HEX: #FFDAEB
RGB: (255,218,235)

Color info

#FFDAEB contains red, green and blue colors in about the same proportion. Web safe color of #FFDAEB is #FFCCFF (or #FCF).

RGB color model

#FFDAEB color RGB value is (255,218,235).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 235 of 255 = 92%

255
218
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 235 = 708 (100%)
R 255 of 708 ~ 36.02%
G 218 of 708 ~ 30.79%
B 235 of 708 ~ 33.19%

%36.02
%30.79
%33.19

CMYK color model

#FFDAEB color CMYK value is (0,15,8,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,15,8,0)
C0M15Y8K0 
(0%,15%,8%,0%)
(0.00/0.15/0.08/0.00)	

CMYK percentages

%0
%14.51
%7.84
%0

Codes

Color #FFDAEB in popluar color models

FFDAEB
RGB255218235
HSL332°100.00%92.75%
HSB/HSV332°14.51%100.00%
CMYK0.00%14.51%7.84%
0.00%

Color #FFDAEB in popluar number systems.

HEXFFDAEB
Decimal255218235
Binary111111111101101011101011
Octal377332353

Shades and tints

Shades of #FFDAEB

#FFDAEB
(255,218,235)
#E8C7D6
(232,199,214)
#D1B4C1
(209,180,193)
#BAA1AC
(186,161,172)
#A38E97
(163,142,151)
#8C7B82
(140,123,130)
#75686D
(117,104,109)
#5E5558
(94,85,88)
#474243
(71,66,67)
#302F2E
(48,47,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #FFDAEB

#FFDAEB
(255,218,235)
#FFDDEC
(255,221,236)
#FFE0ED
(255,224,237)
#FFE3EE
(255,227,238)
#FFE6EF
(255,230,239)
#FFE9F0
(255,233,240)
#FFECF1
(255,236,241)
#FFEFF2
(255,239,242)
#FFF2F3
(255,242,243)
#FFF5F4
(255,245,244)
#FFF8F5
(255,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAEB; }

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

This text font color is #FFDAEB.


Background Color

.myBgColor { background-color: #FFDAEB; }

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

This div background color is #FFDAEB.


Border color

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

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

This div border color is #FFDAEB.


Opacity

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

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

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

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

This text has shadow with #FFDAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAEB on black background.


Color preview on white background

This text has color #FFDAEB on white background.



Black color preview on #FFDAEB background

This text has black color on #FFDAEB background.


White color preview on #FFDAEB background

This text has white color on #FFDAEB background.