COLOR #FFDBF1

HEX: #FFDBF1
RGB: (255,219,241)

Color info

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

RGB color model

#FFDBF1 color RGB value is (255,219,241).

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

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 241 of 255 = 95%

255
219
241

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 241 = 715 (100%)
R 255 of 715 ~ 35.66%
G 219 of 715 ~ 30.63%
B 241 of 715 ~ 33.71%

%35.66
%30.63
%33.71

CMYK color model

#FFDBF1 color CMYK value is (0,14,5,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,14,5,0)
C0M14Y5K0 
(0%,14%,5%,0%)
(0.00/0.14/0.05/0.00)	

CMYK percentages

%0
%14.12
%5.49
%0

Codes

Color #FFDBF1 in popluar color models

FFDBF1
RGB255219241
HSL323°100.00%92.94%
HSB/HSV323°14.12%100.00%
CMYK0.00%14.12%5.49%
0.00%

Color #FFDBF1 in popluar number systems.

HEXFFDBF1
Decimal255219241
Binary111111111101101111110001
Octal377333361

Shades and tints

Shades of #FFDBF1

#FFDBF1
(255,219,241)
#E8C8DC
(232,200,220)
#D1B5C7
(209,181,199)
#BAA2B2
(186,162,178)
#A38F9D
(163,143,157)
#8C7C88
(140,124,136)
#756973
(117,105,115)
#5E565E
(94,86,94)
#474349
(71,67,73)
#303034
(48,48,52)
#191D1F
(25,29,31)
#000000
(0,0,0)

Tints of #FFDBF1

#FFDBF1
(255,219,241)
#FFDEF2
(255,222,242)
#FFE1F3
(255,225,243)
#FFE4F4
(255,228,244)
#FFE7F5
(255,231,245)
#FFEAF6
(255,234,246)
#FFEDF7
(255,237,247)
#FFF0F8
(255,240,248)
#FFF3F9
(255,243,249)
#FFF6FA
(255,246,250)
#FFF9FB
(255,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBF1; }

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

This text font color is #FFDBF1.


Background Color

.myBgColor { background-color: #FFDBF1; }

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

This div background color is #FFDBF1.


Border color

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

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

This div border color is #FFDBF1.


Opacity

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

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

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

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

This text has shadow with #FFDBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBF1 on black background.


Color preview on white background

This text has color #FFDBF1 on white background.



Black color preview on #FFDBF1 background

This text has black color on #FFDBF1 background.


White color preview on #FFDBF1 background

This text has white color on #FFDBF1 background.