COLOR #FFD0D0

HEX: #FFD0D0
RGB: (255,208,208)

Color info

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

RGB color model

#FFD0D0 color RGB value is (255,208,208).

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

RGB channels and saturation

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

255
208
208

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

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 208 = 671 (100%)
R 255 of 671 ~ 38%
G 208 of 671 ~ 31%
B 208 of 671 ~ 31%

%38
%31
%31

CMYK color model

#FFD0D0 color CMYK value is (0,18,18,0).

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

CMYK percentages

%0
%18.43
%18.43
%0

Codes

Color #FFD0D0 in popluar color models

FFD0D0
RGB255208208
HSL100.00%90.78%
HSB/HSV18.43%100.00%
CMYK0.00%18.43%18.43%
0.00%

Color #FFD0D0 in popluar number systems.

HEXFFD0D0
Decimal255208208
Binary111111111101000011010000
Octal377320320

Shades and tints

Shades of #FFD0D0

#FFD0D0
(255,208,208)
#E8BEBE
(232,190,190)
#D1ACAC
(209,172,172)
#BA9A9A
(186,154,154)
#A38888
(163,136,136)
#8C7676
(140,118,118)
#756464
(117,100,100)
#5E5252
(94,82,82)
#474040
(71,64,64)
#302E2E
(48,46,46)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFD0D0

#FFD0D0
(255,208,208)
#FFD4D4
(255,212,212)
#FFD8D8
(255,216,216)
#FFDCDC
(255,220,220)
#FFE0E0
(255,224,224)
#FFE4E4
(255,228,228)
#FFE8E8
(255,232,232)
#FFECEC
(255,236,236)
#FFF0F0
(255,240,240)
#FFF4F4
(255,244,244)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0D0; }

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

This text font color is #FFD0D0.


Background Color

.myBgColor { background-color: #FFD0D0; }

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

This div background color is #FFD0D0.


Border color

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

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

This div border color is #FFD0D0.


Opacity

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

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

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

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

This text has shadow with #FFD0D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0D0 on black background.


Color preview on white background

This text has color #FFD0D0 on white background.



Black color preview on #FFD0D0 background

This text has black color on #FFD0D0 background.


White color preview on #FFD0D0 background

This text has white color on #FFD0D0 background.