COLOR #FFDBE5

HEX: #FFDBE5
RGB: (255,219,229)

Color info

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

RGB color model

#FFDBE5 color RGB value is (255,219,229).

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

RGB channels and saturation

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

255
219
229

R + G + B ~ 92%. #FFDBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 229 = 703 (100%)
R 255 of 703 ~ 36.27%
G 219 of 703 ~ 31.15%
B 229 of 703 ~ 32.57%

%36.27
%31.15
%32.57

CMYK color model

#FFDBE5 color CMYK value is (0,14,10,0).

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

CMYK percentages

%0
%14.12
%10.2
%0

Codes

Color #FFDBE5 in popluar color models

FFDBE5
RGB255219229
HSL343°100.00%92.94%
HSB/HSV343°14.12%100.00%
CMYK0.00%14.12%10.20%
0.00%

Color #FFDBE5 in popluar number systems.

HEXFFDBE5
Decimal255219229
Binary111111111101101111100101
Octal377333345

Shades and tints

Shades of #FFDBE5

#FFDBE5
(255,219,229)
#E8C8D1
(232,200,209)
#D1B5BD
(209,181,189)
#BAA2A9
(186,162,169)
#A38F95
(163,143,149)
#8C7C81
(140,124,129)
#75696D
(117,105,109)
#5E5659
(94,86,89)
#474345
(71,67,69)
#303031
(48,48,49)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #FFDBE5

#FFDBE5
(255,219,229)
#FFDEE7
(255,222,231)
#FFE1E9
(255,225,233)
#FFE4EB
(255,228,235)
#FFE7ED
(255,231,237)
#FFEAEF
(255,234,239)
#FFEDF1
(255,237,241)
#FFF0F3
(255,240,243)
#FFF3F5
(255,243,245)
#FFF6F7
(255,246,247)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBE5; }

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

This text font color is #FFDBE5.


Background Color

.myBgColor { background-color: #FFDBE5; }

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

This div background color is #FFDBE5.


Border color

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

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

This div border color is #FFDBE5.


Opacity

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

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

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

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

This text has shadow with #FFDBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBE5 on black background.


Color preview on white background

This text has color #FFDBE5 on white background.



Black color preview on #FFDBE5 background

This text has black color on #FFDBE5 background.


White color preview on #FFDBE5 background

This text has white color on #FFDBE5 background.