COLOR #FFDBE1

HEX: #FFDBE1
RGB: (255,219,225)

Color info

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

RGB color model

#FFDBE1 color RGB value is (255,219,225).

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

RGB channels and saturation

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

255
219
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 225 = 699 (100%)
R 255 of 699 ~ 36.48%
G 219 of 699 ~ 31.33%
B 225 of 699 ~ 32.19%

%36.48
%31.33
%32.19

CMYK color model

#FFDBE1 color CMYK value is (0,14,12,0).

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

CMYK percentages

%0
%14.12
%11.76
%0

Codes

Color #FFDBE1 in popluar color models

FFDBE1
RGB255219225
HSL350°100.00%92.94%
HSB/HSV350°14.12%100.00%
CMYK0.00%14.12%11.76%
0.00%

Color #FFDBE1 in popluar number systems.

HEXFFDBE1
Decimal255219225
Binary111111111101101111100001
Octal377333341

Shades and tints

Shades of #FFDBE1

#FFDBE1
(255,219,225)
#E8C8CD
(232,200,205)
#D1B5B9
(209,181,185)
#BAA2A5
(186,162,165)
#A38F91
(163,143,145)
#8C7C7D
(140,124,125)
#756969
(117,105,105)
#5E5655
(94,86,85)
#474341
(71,67,65)
#30302D
(48,48,45)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #FFDBE1

#FFDBE1
(255,219,225)
#FFDEE3
(255,222,227)
#FFE1E5
(255,225,229)
#FFE4E7
(255,228,231)
#FFE7E9
(255,231,233)
#FFEAEB
(255,234,235)
#FFEDED
(255,237,237)
#FFF0EF
(255,240,239)
#FFF3F1
(255,243,241)
#FFF6F3
(255,246,243)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBE1; }

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

This text font color is #FFDBE1.


Background Color

.myBgColor { background-color: #FFDBE1; }

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

This div background color is #FFDBE1.


Border color

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

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

This div border color is #FFDBE1.


Opacity

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

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

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

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

This text has shadow with #FFDBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBE1 on black background.


Color preview on white background

This text has color #FFDBE1 on white background.



Black color preview on #FFDBE1 background

This text has black color on #FFDBE1 background.


White color preview on #FFDBE1 background

This text has white color on #FFDBE1 background.