COLOR #FFDBF6

HEX: #FFDBF6
RGB: (255,219,246)

Color info

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

RGB color model

#FFDBF6 color RGB value is (255,219,246).

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

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 246 of 255 = 96%

255
219
246

R + G + B ~ 94%. #FFDBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 246 = 720 (100%)
R 255 of 720 ~ 35.42%
G 219 of 720 ~ 30.42%
B 246 of 720 ~ 34.17%

%35.42
%30.42
%34.17

CMYK color model

#FFDBF6 color CMYK value is (0,14,4,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,14,4,0)
C0M14Y4K0 
(0%,14%,4%,0%)
(0.00/0.14/0.04/0.00)	

CMYK percentages

%0
%14.12
%3.53
%0

Codes

Color #FFDBF6 in popluar color models

FFDBF6
RGB255219246
HSL315°100.00%92.94%
HSB/HSV315°14.12%100.00%
CMYK0.00%14.12%3.53%
0.00%

Color #FFDBF6 in popluar number systems.

HEXFFDBF6
Decimal255219246
Binary111111111101101111110110
Octal377333366

Shades and tints

Shades of #FFDBF6

#FFDBF6
(255,219,246)
#E8C8E0
(232,200,224)
#D1B5CA
(209,181,202)
#BAA2B4
(186,162,180)
#A38F9E
(163,143,158)
#8C7C88
(140,124,136)
#756972
(117,105,114)
#5E565C
(94,86,92)
#474346
(71,67,70)
#303030
(48,48,48)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #FFDBF6

#FFDBF6
(255,219,246)
#FFDEF6
(255,222,246)
#FFE1F6
(255,225,246)
#FFE4F6
(255,228,246)
#FFE7F6
(255,231,246)
#FFEAF6
(255,234,246)
#FFEDF6
(255,237,246)
#FFF0F6
(255,240,246)
#FFF3F6
(255,243,246)
#FFF6F6
(255,246,246)
#FFF9F6
(255,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBF6; }

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

This text font color is #FFDBF6.


Background Color

.myBgColor { background-color: #FFDBF6; }

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

This div background color is #FFDBF6.


Border color

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

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

This div border color is #FFDBF6.


Opacity

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

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

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

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

This text has shadow with #FFDBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBF6 on black background.


Color preview on white background

This text has color #FFDBF6 on white background.



Black color preview on #FFDBF6 background

This text has black color on #FFDBF6 background.


White color preview on #FFDBF6 background

This text has white color on #FFDBF6 background.