COLOR #FFD8CB

HEX: #FFD8CB RGB: (255,216,203)

Color info

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

RGB color model

#FFD8CB color RGB value is (255,216,203).

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

RGB channels and saturation

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

255
216
203

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

Portions of RGB colors in percentages

R + G + B = 255 + 216 + 203 = 674 (100%)
R 255 of 674 ~ 37.83%
G 216 of 674 ~ 32.05%
B 203 of 674 ~ 30.12'%

%37.83
%32.05
%30.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 20.39%
  • 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.39
%0

Codes

Color #FFD8CB in popluar color models

FF D8 CB
RGB 255 216 203
HSL 15° 100.00% 89.80%
HSB/HSV 15° 20.39% 100.00%
CMYK 0.00% 15.29% 20.39%
0.00%

Color #FFD8CB in popluar number systems.

HEX FF D8 CB
Decimal 255 216 203
Binary 11111111 11011000 11001011
Octal 377 330 313

Shades and tints

Shades of #FFD8CB

#FFD8CB
(255,216,203)
#E8C5B9
(232,197,185)
#D1B2A7
(209,178,167)
#BA9F95
(186,159,149)
#A38C83
(163,140,131)
#8C7971
(140,121,113)
#75665F
(117,102,95)
#5E534D
(94,83,77)
#47403B
(71,64,59)
#302D29
(48,45,41)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #FFD8CB

#FFD8CB
(255,216,203)
#FFDBCF
(255,219,207)
#FFDED3
(255,222,211)
#FFE1D7
(255,225,215)
#FFE4DB
(255,228,219)
#FFE7DF
(255,231,223)
#FFEAE3
(255,234,227)
#FFEDE7
(255,237,231)
#FFF0EB
(255,240,235)
#FFF3EF
(255,243,239)
#FFF6F3
(255,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8CB; }

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

This text font color is #FFD8CB.

Background Color

.myBgColor { background-color: #FFD8CB; }

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

This div background color is #FFD8CB.

Border color

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

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

This div border color is #FFD8CB.

Opacity

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

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

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

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

This text has shadow with #FFD8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD8CB.

Preview

Color preview on black background

This text has color #FFD8CB on black background.


Color preview on white background

This text has color #FFD8CB on white background.


Black color preview on #FFD8CB background

This text has black color on #FFD8CB background.


White color preview on #FFD8CB background

This text has white color on #FFD8CB background.


Related colors

Complementary color

Complementary color for #hex is #002734.


I love getcolorcode.com

Triadic colors

1 #CBFFD8 and #D8CBFF with #FFD8CB are triadic colors.

2 #CBD8FF and #D8FFCB with #FFD8CB are triadic colors.