COLOR #FFDBEA

HEX: #FFDBEA
RGB: (255,219,234)

Color info

#FFDBEA contains red, green and blue colors in about the same proportion. Web safe color of #FFDBEA is #FFCCFF (or #FCF).

RGB color model

#FFDBEA color RGB value is (255,219,234).

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

RGB channels and saturation

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

255
219
234

R + G + B ~ 93%. #FFDBEA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 234 = 708 (100%)
R 255 of 708 ~ 36.02%
G 219 of 708 ~ 30.93%
B 234 of 708 ~ 33.05%

%36.02
%30.93
%33.05

CMYK color model

#FFDBEA color CMYK value is (0,14,8,0).

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

CMYK percentages

%0
%14.12
%8.24
%0

Codes

Color #FFDBEA in popluar color models

FFDBEA
RGB255219234
HSL335°100.00%92.94%
HSB/HSV335°14.12%100.00%
CMYK0.00%14.12%8.24%
0.00%

Color #FFDBEA in popluar number systems.

HEXFFDBEA
Decimal255219234
Binary111111111101101111101010
Octal377333352

Shades and tints

Shades of #FFDBEA

#FFDBEA
(255,219,234)
#E8C8D5
(232,200,213)
#D1B5C0
(209,181,192)
#BAA2AB
(186,162,171)
#A38F96
(163,143,150)
#8C7C81
(140,124,129)
#75696C
(117,105,108)
#5E5657
(94,86,87)
#474342
(71,67,66)
#30302D
(48,48,45)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #FFDBEA

#FFDBEA
(255,219,234)
#FFDEEB
(255,222,235)
#FFE1EC
(255,225,236)
#FFE4ED
(255,228,237)
#FFE7EE
(255,231,238)
#FFEAEF
(255,234,239)
#FFEDF0
(255,237,240)
#FFF0F1
(255,240,241)
#FFF3F2
(255,243,242)
#FFF6F3
(255,246,243)
#FFF9F4
(255,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBEA; }

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

This text font color is #FFDBEA.


Background Color

.myBgColor { background-color: #FFDBEA; }

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

This div background color is #FFDBEA.


Border color

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

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

This div border color is #FFDBEA.


Opacity

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

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

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

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

This text has shadow with #FFDBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBEA on black background.


Color preview on white background

This text has color #FFDBEA on white background.



Black color preview on #FFDBEA background

This text has black color on #FFDBEA background.


White color preview on #FFDBEA background

This text has white color on #FFDBEA background.