COLOR #FFDACC

HEX: #FFDACC
RGB: (255,218,204)

Color info

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

RGB color model

#FFDACC color RGB value is (255,218,204).

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

RGB channels and saturation

R 255 of 255 = 100%
G 218 of 255 = 85%
B 204 of 255 = 80%

255
218
204

R + G + B ~ 88%. #FFDACC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 218 + 204 = 677 (100%)
R 255 of 677 ~ 37.67%
G 218 of 677 ~ 32.2%
B 204 of 677 ~ 30.13%

%37.67
%32.2
%30.13

CMYK color model

#FFDACC color CMYK value is (0,15,20,0).

  • cyan value is 0.00%
  • magenta value is 14.51%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK:
(0,15,20,0)
C0M15Y20K0 
(0%,15%,20%,0%)
(0.00/0.15/0.20/0.00)	

CMYK percentages

%0
%14.51
%20
%0

Codes

Color #FFDACC in popluar color models

FFDACC
RGB255218204
HSL16°100.00%90.00%
HSB/HSV16°20.00%100.00%
CMYK0.00%14.51%20.00%
0.00%

Color #FFDACC in popluar number systems.

HEXFFDACC
Decimal255218204
Binary111111111101101011001100
Octal377332314

Shades and tints

Shades of #FFDACC

#FFDACC
(255,218,204)
#E8C7BA
(232,199,186)
#D1B4A8
(209,180,168)
#BAA196
(186,161,150)
#A38E84
(163,142,132)
#8C7B72
(140,123,114)
#756860
(117,104,96)
#5E554E
(94,85,78)
#47423C
(71,66,60)
#302F2A
(48,47,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFDACC

#FFDACC
(255,218,204)
#FFDDD0
(255,221,208)
#FFE0D4
(255,224,212)
#FFE3D8
(255,227,216)
#FFE6DC
(255,230,220)
#FFE9E0
(255,233,224)
#FFECE4
(255,236,228)
#FFEFE8
(255,239,232)
#FFF2EC
(255,242,236)
#FFF5F0
(255,245,240)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDACC; }

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

This text font color is #FFDACC.


Background Color

.myBgColor { background-color: #FFDACC; }

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

This div background color is #FFDACC.


Border color

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

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

This div border color is #FFDACC.


Opacity

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

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

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

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

This text has shadow with #FFDACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDACC on black background.


Color preview on white background

This text has color #FFDACC on white background.



Black color preview on #FFDACC background

This text has black color on #FFDACC background.


White color preview on #FFDACC background

This text has white color on #FFDACC background.