COLOR #FFDBF0

HEX: #FFDBF0
RGB: (255,219,240)

Color info

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

RGB color model

#FFDBF0 color RGB value is (255,219,240).

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

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 240 of 255 = 94%

255
219
240

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 240 = 714 (100%)
R 255 of 714 ~ 35.71%
G 219 of 714 ~ 30.67%
B 240 of 714 ~ 33.61%

%35.71
%30.67
%33.61

CMYK color model

#FFDBF0 color CMYK value is (0,14,6,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 5.88%
  • key color value is 0.00%
CMYK:
(0,14,6,0)
C0M14Y6K0 
(0%,14%,6%,0%)
(0.00/0.14/0.06/0.00)	

CMYK percentages

%0
%14.12
%5.88
%0

Codes

Color #FFDBF0 in popluar color models

FFDBF0
RGB255219240
HSL325°100.00%92.94%
HSB/HSV325°14.12%100.00%
CMYK0.00%14.12%5.88%
0.00%

Color #FFDBF0 in popluar number systems.

HEXFFDBF0
Decimal255219240
Binary111111111101101111110000
Octal377333360

Shades and tints

Shades of #FFDBF0

#FFDBF0
(255,219,240)
#E8C8DB
(232,200,219)
#D1B5C6
(209,181,198)
#BAA2B1
(186,162,177)
#A38F9C
(163,143,156)
#8C7C87
(140,124,135)
#756972
(117,105,114)
#5E565D
(94,86,93)
#474348
(71,67,72)
#303033
(48,48,51)
#191D1E
(25,29,30)
#000000
(0,0,0)

Tints of #FFDBF0

#FFDBF0
(255,219,240)
#FFDEF1
(255,222,241)
#FFE1F2
(255,225,242)
#FFE4F3
(255,228,243)
#FFE7F4
(255,231,244)
#FFEAF5
(255,234,245)
#FFEDF6
(255,237,246)
#FFF0F7
(255,240,247)
#FFF3F8
(255,243,248)
#FFF6F9
(255,246,249)
#FFF9FA
(255,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBF0; }

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

This text font color is #FFDBF0.


Background Color

.myBgColor { background-color: #FFDBF0; }

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

This div background color is #FFDBF0.


Border color

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

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

This div border color is #FFDBF0.


Opacity

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

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

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

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

This text has shadow with #FFDBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBF0 on black background.


Color preview on white background

This text has color #FFDBF0 on white background.



Black color preview on #FFDBF0 background

This text has black color on #FFDBF0 background.


White color preview on #FFDBF0 background

This text has white color on #FFDBF0 background.