COLOR #FFDBDB

HEX: #FFDBDB
RGB: (255,219,219)

Color info

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

RGB color model

#FFDBDB color RGB value is (255,219,219).

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

RGB channels and saturation

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

255
219
219

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 219 = 693 (100%)
R 255 of 693 ~ 36.8%
G 219 of 693 ~ 31.6%
B 219 of 693 ~ 31.6%

%36.8
%31.6
%31.6

CMYK color model

#FFDBDB color CMYK value is (0,14,14,0).

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

CMYK percentages

%0
%14.12
%14.12
%0

Codes

Color #FFDBDB in popluar color models

FFDBDB
RGB255219219
HSL100.00%92.94%
HSB/HSV14.12%100.00%
CMYK0.00%14.12%14.12%
0.00%

Color #FFDBDB in popluar number systems.

HEXFFDBDB
Decimal255219219
Binary111111111101101111011011
Octal377333333

Shades and tints

Shades of #FFDBDB

#FFDBDB
(255,219,219)
#E8C8C8
(232,200,200)
#D1B5B5
(209,181,181)
#BAA2A2
(186,162,162)
#A38F8F
(163,143,143)
#8C7C7C
(140,124,124)
#756969
(117,105,105)
#5E5656
(94,86,86)
#474343
(71,67,67)
#303030
(48,48,48)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #FFDBDB

#FFDBDB
(255,219,219)
#FFDEDE
(255,222,222)
#FFE1E1
(255,225,225)
#FFE4E4
(255,228,228)
#FFE7E7
(255,231,231)
#FFEAEA
(255,234,234)
#FFEDED
(255,237,237)
#FFF0F0
(255,240,240)
#FFF3F3
(255,243,243)
#FFF6F6
(255,246,246)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBDB; }

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

This text font color is #FFDBDB.


Background Color

.myBgColor { background-color: #FFDBDB; }

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

This div background color is #FFDBDB.


Border color

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

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

This div border color is #FFDBDB.


Opacity

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

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

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

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

This text has shadow with #FFDBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBDB on black background.


Color preview on white background

This text has color #FFDBDB on white background.



Black color preview on #FFDBDB background

This text has black color on #FFDBDB background.


White color preview on #FFDBDB background

This text has white color on #FFDBDB background.