COLOR #FFD0CC

HEX: #FFD0CC
RGB: (255,208,204)

Color info

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

RGB color model

#FFD0CC color RGB value is (255,208,204).

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

RGB channels and saturation

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

255
208
204

R + G + B ~ 87%. #FFD0CC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 208 + 204 = 667 (100%)
R 255 of 667 ~ 38.23%
G 208 of 667 ~ 31.18%
B 204 of 667 ~ 30.58%

%38.23
%31.18
%30.58

CMYK color model

#FFD0CC color CMYK value is (0,18,20,0).

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

CMYK percentages

%0
%18.43
%20
%0

Codes

Color #FFD0CC in popluar color models

FFD0CC
RGB255208204
HSL100.00%90.00%
HSB/HSV20.00%100.00%
CMYK0.00%18.43%20.00%
0.00%

Color #FFD0CC in popluar number systems.

HEXFFD0CC
Decimal255208204
Binary111111111101000011001100
Octal377320314

Shades and tints

Shades of #FFD0CC

#FFD0CC
(255,208,204)
#E8BEBA
(232,190,186)
#D1ACA8
(209,172,168)
#BA9A96
(186,154,150)
#A38884
(163,136,132)
#8C7672
(140,118,114)
#756460
(117,100,96)
#5E524E
(94,82,78)
#47403C
(71,64,60)
#302E2A
(48,46,42)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFD0CC

#FFD0CC
(255,208,204)
#FFD4D0
(255,212,208)
#FFD8D4
(255,216,212)
#FFDCD8
(255,220,216)
#FFE0DC
(255,224,220)
#FFE4E0
(255,228,224)
#FFE8E4
(255,232,228)
#FFECE8
(255,236,232)
#FFF0EC
(255,240,236)
#FFF4F0
(255,244,240)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD0CC; }

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

This text font color is #FFD0CC.


Background Color

.myBgColor { background-color: #FFD0CC; }

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

This div background color is #FFD0CC.


Border color

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

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

This div border color is #FFD0CC.


Opacity

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

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

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

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

This text has shadow with #FFD0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD0CC on black background.


Color preview on white background

This text has color #FFD0CC on white background.



Black color preview on #FFD0CC background

This text has black color on #FFD0CC background.


White color preview on #FFD0CC background

This text has white color on #FFD0CC background.