COLOR #FFDAD6

HEX: #FFDAD6
RGB: (255,218,214)

Color info

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

RGB color model

#FFDAD6 color RGB value is (255,218,214).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 214 of 255 = 84%

255
218
214

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 214 = 687 (100%)
R 255 of 687 ~ 37.12%
G 218 of 687 ~ 31.73%
B 214 of 687 ~ 31.15%

%37.12
%31.73
%31.15

CMYK color model

#FFDAD6 color CMYK value is (0,15,16,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 16.08%
  • key color value is 0.00%
CMYK:
(0,15,16,0)
C0M15Y16K0 
(0%,15%,16%,0%)
(0.00/0.15/0.16/0.00)	

CMYK percentages

%0
%14.51
%16.08
%0

Codes

Color #FFDAD6 in popluar color models

FFDAD6
RGB255218214
HSL100.00%91.96%
HSB/HSV16.08%100.00%
CMYK0.00%14.51%16.08%
0.00%

Color #FFDAD6 in popluar number systems.

HEXFFDAD6
Decimal255218214
Binary111111111101101011010110
Octal377332326

Shades and tints

Shades of #FFDAD6

#FFDAD6
(255,218,214)
#E8C7C3
(232,199,195)
#D1B4B0
(209,180,176)
#BAA19D
(186,161,157)
#A38E8A
(163,142,138)
#8C7B77
(140,123,119)
#756864
(117,104,100)
#5E5551
(94,85,81)
#47423E
(71,66,62)
#302F2B
(48,47,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFDAD6

#FFDAD6
(255,218,214)
#FFDDD9
(255,221,217)
#FFE0DC
(255,224,220)
#FFE3DF
(255,227,223)
#FFE6E2
(255,230,226)
#FFE9E5
(255,233,229)
#FFECE8
(255,236,232)
#FFEFEB
(255,239,235)
#FFF2EE
(255,242,238)
#FFF5F1
(255,245,241)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAD6; }

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

This text font color is #FFDAD6.


Background Color

.myBgColor { background-color: #FFDAD6; }

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

This div background color is #FFDAD6.


Border color

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

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

This div border color is #FFDAD6.


Opacity

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

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

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

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

This text has shadow with #FFDAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDAD6 on black background.


Color preview on white background

This text has color #FFDAD6 on white background.



Black color preview on #FFDAD6 background

This text has black color on #FFDAD6 background.


White color preview on #FFDAD6 background

This text has white color on #FFDAD6 background.