COLOR #FFDBDF

HEX: #FFDBDF
RGB: (255,219,223)

Color info

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

RGB color model

#FFDBDF color RGB value is (255,219,223).

  • red value is 255;
  • green value is 219;
  • blue value is 223.
RGB:
(255,219,223)
(100%,86%,87%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 223 of 255 = 87%

255
219
223

R + G + B ~ 91%. #FFDBDF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 223 = 697 (100%)
R 255 of 697 ~ 36.59%
G 219 of 697 ~ 31.42%
B 223 of 697 ~ 31.99%

%36.59
%31.42
%31.99

CMYK color model

#FFDBDF color CMYK value is (0,14,13,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,14,13,0)
C0M14Y13K0 
(0%,14%,13%,0%)
(0.00/0.14/0.13/0.00)	

CMYK percentages

%0
%14.12
%12.55
%0

Codes

Color #FFDBDF in popluar color models

FFDBDF
RGB255219223
HSL353°100.00%92.94%
HSB/HSV353°14.12%100.00%
CMYK0.00%14.12%12.55%
0.00%

Color #FFDBDF in popluar number systems.

HEXFFDBDF
Decimal255219223
Binary111111111101101111011111
Octal377333337

Shades and tints

Shades of #FFDBDF

#FFDBDF
(255,219,223)
#E8C8CB
(232,200,203)
#D1B5B7
(209,181,183)
#BAA2A3
(186,162,163)
#A38F8F
(163,143,143)
#8C7C7B
(140,124,123)
#756967
(117,105,103)
#5E5653
(94,86,83)
#47433F
(71,67,63)
#30302B
(48,48,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFDBDF

#FFDBDF
(255,219,223)
#FFDEE1
(255,222,225)
#FFE1E3
(255,225,227)
#FFE4E5
(255,228,229)
#FFE7E7
(255,231,231)
#FFEAE9
(255,234,233)
#FFEDEB
(255,237,235)
#FFF0ED
(255,240,237)
#FFF3EF
(255,243,239)
#FFF6F1
(255,246,241)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBDF; }

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

This text font color is #FFDBDF.


Background Color

.myBgColor { background-color: #FFDBDF; }

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

This div background color is #FFDBDF.


Border color

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

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

This div border color is #FFDBDF.


Opacity

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

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

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

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

This text has shadow with #FFDBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBDF on black background.


Color preview on white background

This text has color #FFDBDF on white background.



Black color preview on #FFDBDF background

This text has black color on #FFDBDF background.


White color preview on #FFDBDF background

This text has white color on #FFDBDF background.