COLOR #FFDBD5

HEX: #FFDBD5
RGB: (255,219,213)

Color info

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

RGB color model

#FFDBD5 color RGB value is (255,219,213).

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

RGB channels and saturation

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

255
219
213

R + G + B ~ 90%. #FFDBD5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 213 = 687 (100%)
R 255 of 687 ~ 37.12%
G 219 of 687 ~ 31.88%
B 213 of 687 ~ 31%

%37.12
%31.88
%31

CMYK color model

#FFDBD5 color CMYK value is (0,14,16,0).

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

CMYK percentages

%0
%14.12
%16.47
%0

Codes

Color #FFDBD5 in popluar color models

FFDBD5
RGB255219213
HSL100.00%91.76%
HSB/HSV16.47%100.00%
CMYK0.00%14.12%16.47%
0.00%

Color #FFDBD5 in popluar number systems.

HEXFFDBD5
Decimal255219213
Binary111111111101101111010101
Octal377333325

Shades and tints

Shades of #FFDBD5

#FFDBD5
(255,219,213)
#E8C8C2
(232,200,194)
#D1B5AF
(209,181,175)
#BAA29C
(186,162,156)
#A38F89
(163,143,137)
#8C7C76
(140,124,118)
#756963
(117,105,99)
#5E5650
(94,86,80)
#47433D
(71,67,61)
#30302A
(48,48,42)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #FFDBD5

#FFDBD5
(255,219,213)
#FFDED8
(255,222,216)
#FFE1DB
(255,225,219)
#FFE4DE
(255,228,222)
#FFE7E1
(255,231,225)
#FFEAE4
(255,234,228)
#FFEDE7
(255,237,231)
#FFF0EA
(255,240,234)
#FFF3ED
(255,243,237)
#FFF6F0
(255,246,240)
#FFF9F3
(255,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBD5; }

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

This text font color is #FFDBD5.


Background Color

.myBgColor { background-color: #FFDBD5; }

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

This div background color is #FFDBD5.


Border color

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

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

This div border color is #FFDBD5.


Opacity

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

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

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

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

This text has shadow with #FFDBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBD5 on black background.


Color preview on white background

This text has color #FFDBD5 on white background.



Black color preview on #FFDBD5 background

This text has black color on #FFDBD5 background.


White color preview on #FFDBD5 background

This text has white color on #FFDBD5 background.