COLOR #FFDBE0

HEX: #FFDBE0
RGB: (255,219,224)

Color info

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

RGB color model

#FFDBE0 color RGB value is (255,219,224).

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

RGB channels and saturation

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

255
219
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 224 = 698 (100%)
R 255 of 698 ~ 36.53%
G 219 of 698 ~ 31.38%
B 224 of 698 ~ 32.09%

%36.53
%31.38
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 12.16%
  • 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
%12.16
%0

Codes

Color #FFDBE0 in popluar color models

FFDBE0
RGB255219224
HSL352°100.00%92.94%
HSB/HSV352°14.12%100.00%
CMYK0.00%14.12%12.16%
0.00%

Color #FFDBE0 in popluar number systems.

HEXFFDBE0
Decimal255219224
Binary111111111101101111100000
Octal377333340

Shades and tints

Shades of #FFDBE0

#FFDBE0
(255,219,224)
#E8C8CC
(232,200,204)
#D1B5B8
(209,181,184)
#BAA2A4
(186,162,164)
#A38F90
(163,143,144)
#8C7C7C
(140,124,124)
#756968
(117,105,104)
#5E5654
(94,86,84)
#474340
(71,67,64)
#30302C
(48,48,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #FFDBE0

#FFDBE0
(255,219,224)
#FFDEE2
(255,222,226)
#FFE1E4
(255,225,228)
#FFE4E6
(255,228,230)
#FFE7E8
(255,231,232)
#FFEAEA
(255,234,234)
#FFEDEC
(255,237,236)
#FFF0EE
(255,240,238)
#FFF3F0
(255,243,240)
#FFF6F2
(255,246,242)
#FFF9F4
(255,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBE0; }

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

This text font color is #FFDBE0.


Background Color

.myBgColor { background-color: #FFDBE0; }

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

This div background color is #FFDBE0.


Border color

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

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

This div border color is #FFDBE0.


Opacity

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

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

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

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

This text has shadow with #FFDBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBE0 on black background.


Color preview on white background

This text has color #FFDBE0 on white background.



Black color preview on #FFDBE0 background

This text has black color on #FFDBE0 background.


White color preview on #FFDBE0 background

This text has white color on #FFDBE0 background.