COLOR #FFDAD9

HEX: #FFDAD9 RGB: (255,218,217)

Color info

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

RGB color model

#FFDAD9 color RGB value is (255,218,217).

RGB: (255,218,217) (100%, 85%, 85%)

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 217 of 255 = 85%

255
218
217

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

Portions of RGB colors in percentages

R + G + B = 255 + 218 + 217 = 690 (100%)
R 255 of 690 ~ 36.96%
G 218 of 690 ~ 31.59%
B 217 of 690 ~ 31.45'%

%36.96
%31.59
%31.45

CMYK color model

#FFDAD9 color CMYK value is (0,15,15,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 14.90%
  • key color value is 0.00%

CMYK: (0,15,15,0)
C0M15Y15K0 (0%, 15%, 15%, 0%)
(0.00 / 0.15 / 0.15 / 0.00)

CMYK percentages

%0
%14.51
%14.9
%0

Codes

Color #FFDAD9 in popluar color models

FF DA D9
RGB 255 218 217
HSL 100.00% 92.55%
HSB/HSV 14.90% 100.00%
CMYK 0.00% 14.51% 14.90%
0.00%

Color #FFDAD9 in popluar number systems.

HEX FF DA D9
Decimal 255 218 217
Binary 11111111 11011010 11011001
Octal 377 332 331

Shades and tints

Shades of #FFDAD9

#FFDAD9
(255,218,217)
#E8C7C6
(232,199,198)
#D1B4B3
(209,180,179)
#BAA1A0
(186,161,160)
#A38E8D
(163,142,141)
#8C7B7A
(140,123,122)
#756867
(117,104,103)
#5E5554
(94,85,84)
#474241
(71,66,65)
#302F2E
(48,47,46)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #FFDAD9

#FFDAD9
(255,218,217)
#FFDDDC
(255,221,220)
#FFE0DF
(255,224,223)
#FFE3E2
(255,227,226)
#FFE6E5
(255,230,229)
#FFE9E8
(255,233,232)
#FFECEB
(255,236,235)
#FFEFEE
(255,239,238)
#FFF2F1
(255,242,241)
#FFF5F4
(255,245,244)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDAD9; }

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

This text font color is #FFDAD9.

Background Color

.myBgColor { background-color: #FFDAD9; }

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

This div background color is #FFDAD9.

Border color

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

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

This div border color is #FFDAD9.

Opacity

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

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

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

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

This text has shadow with #FFDAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDAD9.

Preview

Color preview on black background

This text has color #FFDAD9 on black background.


Color preview on white background

This text has color #FFDAD9 on white background.


Black color preview on #FFDAD9 background

This text has black color on #FFDAD9 background.


White color preview on #FFDAD9 background

This text has white color on #FFDAD9 background.


Related colors

Complementary color

Complementary color for #hex is #002526.


I love getcolorcode.com

Triadic colors

1 #D9FFDA and #DAD9FF with #FFDAD9 are triadic colors.

2 #D9DAFF and #DAFFD9 with #FFDAD9 are triadic colors.