COLOR #FFDCDC

HEX: #FFDCDC
RGB: (255,220,220)

Color info

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

RGB color model

#FFDCDC color RGB value is (255,220,220).

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

RGB channels and saturation

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

255
220
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 220 + 220 = 695 (100%)
R 255 of 695 ~ 36.69%
G 220 of 695 ~ 31.65%
B 220 of 695 ~ 31.65%

%36.69
%31.65
%31.65

CMYK color model

#FFDCDC color CMYK value is (0,14,14,0).

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

CMYK percentages

%0
%13.73
%13.73
%0

Codes

Color #FFDCDC in popluar color models

FFDCDC
RGB255220220
HSL100.00%93.14%
HSB/HSV13.73%100.00%
CMYK0.00%13.73%13.73%
0.00%

Color #FFDCDC in popluar number systems.

HEXFFDCDC
Decimal255220220
Binary111111111101110011011100
Octal377334334

Shades and tints

Shades of #FFDCDC

#FFDCDC
(255,220,220)
#E8C8C8
(232,200,200)
#D1B4B4
(209,180,180)
#BAA0A0
(186,160,160)
#A38C8C
(163,140,140)
#8C7878
(140,120,120)
#756464
(117,100,100)
#5E5050
(94,80,80)
#473C3C
(71,60,60)
#302828
(48,40,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFDCDC

#FFDCDC
(255,220,220)
#FFDFDF
(255,223,223)
#FFE2E2
(255,226,226)
#FFE5E5
(255,229,229)
#FFE8E8
(255,232,232)
#FFEBEB
(255,235,235)
#FFEEEE
(255,238,238)
#FFF1F1
(255,241,241)
#FFF4F4
(255,244,244)
#FFF7F7
(255,247,247)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDCDC; }

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

This text font color is #FFDCDC.


Background Color

.myBgColor { background-color: #FFDCDC; }

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

This div background color is #FFDCDC.


Border color

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

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

This div border color is #FFDCDC.


Opacity

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

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

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

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

This text has shadow with #FFDCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDCDC on black background.


Color preview on white background

This text has color #FFDCDC on white background.



Black color preview on #FFDCDC background

This text has black color on #FFDCDC background.


White color preview on #FFDCDC background

This text has white color on #FFDCDC background.