COLOR #FFDBF5

HEX: #FFDBF5 RGB: (255,219,245)

Color info

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

RGB color model

#FFDBF5 color RGB value is (255,219,245).

RGB: (255,219,245) (100%, 86%, 96%)

RGB channels and saturation

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

255
219
245

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

Portions of RGB colors in percentages

R + G + B = 255 + 219 + 245 = 719 (100%)
R 255 of 719 ~ 35.47%
G 219 of 719 ~ 30.46%
B 245 of 719 ~ 34.08'%

%35.47
%30.46
%34.08

CMYK color model

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

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

Codes

Color #FFDBF5 in popluar color models

FF DB F5
RGB 255 219 245
HSL 317° 100.00% 92.94%
HSB/HSV 317° 14.12% 100.00%
CMYK 0.00% 14.12% 3.92%
0.00%

Color #FFDBF5 in popluar number systems.

HEX FF DB F5
Decimal 255 219 245
Binary 11111111 11011011 11110101
Octal 377 333 365

Shades and tints

Shades of #FFDBF5

#FFDBF5
(255,219,245)
#E8C8DF
(232,200,223)
#D1B5C9
(209,181,201)
#BAA2B3
(186,162,179)
#A38F9D
(163,143,157)
#8C7C87
(140,124,135)
#756971
(117,105,113)
#5E565B
(94,86,91)
#474345
(71,67,69)
#30302F
(48,48,47)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #FFDBF5

#FFDBF5
(255,219,245)
#FFDEF5
(255,222,245)
#FFE1F5
(255,225,245)
#FFE4F5
(255,228,245)
#FFE7F5
(255,231,245)
#FFEAF5
(255,234,245)
#FFEDF5
(255,237,245)
#FFF0F5
(255,240,245)
#FFF3F5
(255,243,245)
#FFF6F5
(255,246,245)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDBF5; }

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

This text font color is #FFDBF5.

Background Color

.myBgColor { background-color: #FFDBF5; }

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

This div background color is #FFDBF5.

Border color

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

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

This div border color is #FFDBF5.

Opacity

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

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

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

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

This text has shadow with #FFDBF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFDBF5.

Preview

Color preview on black background

This text has color #FFDBF5 on black background.


Color preview on white background

This text has color #FFDBF5 on white background.


Black color preview on #FFDBF5 background

This text has black color on #FFDBF5 background.


White color preview on #FFDBF5 background

This text has white color on #FFDBF5 background.


Related colors

Complementary color

Complementary color for #hex is #00240A.


I love getcolorcode.com

Triadic colors

1 #F5FFDB and #DBF5FF with #FFDBF5 are triadic colors.

2 #F5DBFF and #DBFFF5 with #FFDBF5 are triadic colors.