COLOR #FFDADF

HEX: #FFDADF
RGB: (255,218,223)

Color info

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

RGB color model

#FFDADF color RGB value is (255,218,223).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 223 of 255 = 87%

255
218
223

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 223 = 696 (100%)
R 255 of 696 ~ 36.64%
G 218 of 696 ~ 31.32%
B 223 of 696 ~ 32.04%

%36.64
%31.32
%32.04

CMYK color model

#FFDADF color CMYK value is (0,15,13,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,15,13,0)
C0M15Y13K0 
(0%,15%,13%,0%)
(0.00/0.15/0.13/0.00)	

CMYK percentages

%0
%14.51
%12.55
%0

Codes

Color #FFDADF in popluar color models

FFDADF
RGB255218223
HSL352°100.00%92.75%
HSB/HSV352°14.51%100.00%
CMYK0.00%14.51%12.55%
0.00%

Color #FFDADF in popluar number systems.

HEXFFDADF
Decimal255218223
Binary111111111101101011011111
Octal377332337

Shades and tints

Shades of #FFDADF

#FFDADF
(255,218,223)
#E8C7CB
(232,199,203)
#D1B4B7
(209,180,183)
#BAA1A3
(186,161,163)
#A38E8F
(163,142,143)
#8C7B7B
(140,123,123)
#756867
(117,104,103)
#5E5553
(94,85,83)
#47423F
(71,66,63)
#302F2B
(48,47,43)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #FFDADF

#FFDADF
(255,218,223)
#FFDDE1
(255,221,225)
#FFE0E3
(255,224,227)
#FFE3E5
(255,227,229)
#FFE6E7
(255,230,231)
#FFE9E9
(255,233,233)
#FFECEB
(255,236,235)
#FFEFED
(255,239,237)
#FFF2EF
(255,242,239)
#FFF5F1
(255,245,241)
#FFF8F3
(255,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDADF; }

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

This text font color is #FFDADF.


Background Color

.myBgColor { background-color: #FFDADF; }

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

This div background color is #FFDADF.


Border color

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

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

This div border color is #FFDADF.


Opacity

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

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

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

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

This text has shadow with #FFDADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDADF on black background.


Color preview on white background

This text has color #FFDADF on white background.



Black color preview on #FFDADF background

This text has black color on #FFDADF background.


White color preview on #FFDADF background

This text has white color on #FFDADF background.