COLOR #FFDADC

HEX: #FFDADC
RGB: (255,218,220)

Color info

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

RGB color model

#FFDADC color RGB value is (255,218,220).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 220 of 255 = 86%

255
218
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 220 = 693 (100%)
R 255 of 693 ~ 36.8%
G 218 of 693 ~ 31.46%
B 220 of 693 ~ 31.75%

%36.8
%31.46
%31.75

CMYK color model

#FFDADC color CMYK value is (0,15,14,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,15,14,0)
C0M15Y14K0 
(0%,15%,14%,0%)
(0.00/0.15/0.14/0.00)	

CMYK percentages

%0
%14.51
%13.73
%0

Codes

Color #FFDADC in popluar color models

FFDADC
RGB255218220
HSL357°100.00%92.75%
HSB/HSV357°14.51%100.00%
CMYK0.00%14.51%13.73%
0.00%

Color #FFDADC in popluar number systems.

HEXFFDADC
Decimal255218220
Binary111111111101101011011100
Octal377332334

Shades and tints

Shades of #FFDADC

#FFDADC
(255,218,220)
#E8C7C8
(232,199,200)
#D1B4B4
(209,180,180)
#BAA1A0
(186,161,160)
#A38E8C
(163,142,140)
#8C7B78
(140,123,120)
#756864
(117,104,100)
#5E5550
(94,85,80)
#47423C
(71,66,60)
#302F28
(48,47,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #FFDADC

#FFDADC
(255,218,220)
#FFDDDF
(255,221,223)
#FFE0E2
(255,224,226)
#FFE3E5
(255,227,229)
#FFE6E8
(255,230,232)
#FFE9EB
(255,233,235)
#FFECEE
(255,236,238)
#FFEFF1
(255,239,241)
#FFF2F4
(255,242,244)
#FFF5F7
(255,245,247)
#FFF8FA
(255,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDADC; }

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

This text font color is #FFDADC.


Background Color

.myBgColor { background-color: #FFDADC; }

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

This div background color is #FFDADC.


Border color

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

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

This div border color is #FFDADC.


Opacity

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

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

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

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

This text has shadow with #FFDADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDADC on black background.


Color preview on white background

This text has color #FFDADC on white background.



Black color preview on #FFDADC background

This text has black color on #FFDADC background.


White color preview on #FFDADC background

This text has white color on #FFDADC background.