COLOR #FFD0DC

HEX: #FFD0DC
RGB: (255,208,220)

Color info

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

RGB color model

#FFD0DC color RGB value is (255,208,220).

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

RGB channels and saturation

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

255
208
220

R + G + B ~ 89%. #FFD0DC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 220 = 683 (100%)
R 255 of 683 ~ 37.34%
G 208 of 683 ~ 30.45%
B 220 of 683 ~ 32.21%

%37.34
%30.45
%32.21

CMYK color model

#FFD0DC color CMYK value is (0,18,14,0).

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

CMYK percentages

%0
%18.43
%13.73
%0

Codes

Color #FFD0DC in popluar color models

FFD0DC
RGB255208220
HSL345°100.00%90.78%
HSB/HSV345°18.43%100.00%
CMYK0.00%18.43%13.73%
0.00%

Color #FFD0DC in popluar number systems.

HEXFFD0DC
Decimal255208220
Binary111111111101000011011100
Octal377320334

Shades and tints

Shades of #FFD0DC

#FFD0DC
(255,208,220)
#E8BEC8
(232,190,200)
#D1ACB4
(209,172,180)
#BA9AA0
(186,154,160)
#A3888C
(163,136,140)
#8C7678
(140,118,120)
#756464
(117,100,100)
#5E5250
(94,82,80)
#47403C
(71,64,60)
#302E28
(48,46,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #FFD0DC

#FFD0DC
(255,208,220)
#FFD4DF
(255,212,223)
#FFD8E2
(255,216,226)
#FFDCE5
(255,220,229)
#FFE0E8
(255,224,232)
#FFE4EB
(255,228,235)
#FFE8EE
(255,232,238)
#FFECF1
(255,236,241)
#FFF0F4
(255,240,244)
#FFF4F7
(255,244,247)
#FFF8FA
(255,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0DC; }

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

This text font color is #FFD0DC.


Background Color

.myBgColor { background-color: #FFD0DC; }

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

This div background color is #FFD0DC.


Border color

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

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

This div border color is #FFD0DC.


Opacity

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

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

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

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

This text has shadow with #FFD0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0DC on black background.


Color preview on white background

This text has color #FFD0DC on white background.



Black color preview on #FFD0DC background

This text has black color on #FFD0DC background.


White color preview on #FFD0DC background

This text has white color on #FFD0DC background.