COLOR #FFD8CC

HEX: #FFD8CC RGB: (255,216,204)

Color info

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

RGB color model

#FFD8CC color RGB value is (255,216,204).

RGB: (255,216,204) (100%, 85%, 80%)

RGB channels and saturation

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

255
216
204

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

Portions of RGB colors in percentages

R + G + B = 255 + 216 + 204 = 675 (100%)
R 255 of 675 ~ 37.78%
G 216 of 675 ~ 32%
B 204 of 675 ~ 30.22'%

%37.78
%32
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • 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
%15.29
%20
%0

Codes

Color #FFD8CC in popluar color models

FF D8 CC
RGB 255 216 204
HSL 14° 100.00% 90.00%
HSB/HSV 14° 20.00% 100.00%
CMYK 0.00% 15.29% 20.00%
0.00%

Color #FFD8CC in popluar number systems.

HEX FF D8 CC
Decimal 255 216 204
Binary 11111111 11011000 11001100
Octal 377 330 314

Shades and tints

Shades of #FFD8CC

#FFD8CC
(255,216,204)
#E8C5BA
(232,197,186)
#D1B2A8
(209,178,168)
#BA9F96
(186,159,150)
#A38C84
(163,140,132)
#8C7972
(140,121,114)
#756660
(117,102,96)
#5E534E
(94,83,78)
#47403C
(71,64,60)
#302D2A
(48,45,42)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFD8CC

#FFD8CC
(255,216,204)
#FFDBD0
(255,219,208)
#FFDED4
(255,222,212)
#FFE1D8
(255,225,216)
#FFE4DC
(255,228,220)
#FFE7E0
(255,231,224)
#FFEAE4
(255,234,228)
#FFEDE8
(255,237,232)
#FFF0EC
(255,240,236)
#FFF3F0
(255,243,240)
#FFF6F4
(255,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8CC; }

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

This text font color is #FFD8CC.

Background Color

.myBgColor { background-color: #FFD8CC; }

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

This div background color is #FFD8CC.

Border color

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

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

This div border color is #FFD8CC.

Opacity

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

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

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

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

This text has shadow with #FFD8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD8CC.

Preview

Color preview on black background

This text has color #FFD8CC on black background.


Color preview on white background

This text has color #FFD8CC on white background.


Black color preview on #FFD8CC background

This text has black color on #FFD8CC background.


White color preview on #FFD8CC background

This text has white color on #FFD8CC background.


Related colors

Complementary color

Complementary color for #hex is #002733.


I love getcolorcode.com

Triadic colors

1 #CCFFD8 and #D8CCFF with #FFD8CC are triadic colors.

2 #CCD8FF and #D8FFCC with #FFD8CC are triadic colors.