COLOR #FFD3CB

HEX: #FFD3CB
RGB: (255,211,203)

Color info

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

RGB color model

#FFD3CB color RGB value is (255,211,203).

  • red value is 255;
  • green value is 211;
  • blue value is 203.
RGB: (255,211,203) (100%,83%,80%)

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 203 of 255 = 80%

255
211
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 203 = 669 (100%)
R 255 of 669 ~ 38.12%
G 211 of 669 ~ 31.54%
B 203 of 669 ~ 30.34%

%38.12
%31.54
%30.34

CMYK color model

#FFD3CB color CMYK value is (0,17,20,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK: (0,17,20,0) C0M17Y20K0 (0%,17%,20%,0%) (0.00/0.17/0.20/0.00)

CMYK percentages

%0
%17.25
%20.39
%0

Codes

Color #FFD3CB in popluar color models

FFD3CB
RGB255211203
HSL100.00%89.80%
HSB/HSV20.39%100.00%
CMYK0.00%17.25%20.39%
0.00%

Color #FFD3CB in popluar number systems.

HEXFFD3CB
Decimal255211203
Binary111111111101001111001011
Octal377323313

Shades and tints

Shades of #FFD3CB

#FFD3CB
(255,211,203)
#E8C0B9
(232,192,185)
#D1ADA7
(209,173,167)
#BA9A95
(186,154,149)
#A38783
(163,135,131)
#8C7471
(140,116,113)
#75615F
(117,97,95)
#5E4E4D
(94,78,77)
#473B3B
(71,59,59)
#302829
(48,40,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFD3CB

#FFD3CB
(255,211,203)
#FFD7CF
(255,215,207)
#FFDBD3
(255,219,211)
#FFDFD7
(255,223,215)
#FFE3DB
(255,227,219)
#FFE7DF
(255,231,223)
#FFEBE3
(255,235,227)
#FFEFE7
(255,239,231)
#FFF3EB
(255,243,235)
#FFF7EF
(255,247,239)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3CB; }

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

This text font color is #FFD3CB.


Background Color

.myBgColor { background-color: #FFD3CB; }

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

This div background color is #FFD3CB.


Border color

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

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

This div border color is #FFD3CB.


Opacity

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

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

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

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

This text has shadow with #FFD3CB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FFD3CB on black background.


Color preview on white background

This text has color #FFD3CB on white background.



Black color preview on #FFD3CB background

This text has black color on #FFD3CB background.


White color preview on #FFD3CB background

This text has white color on #FFD3CB background.