COLOR #FBDDF9

HEX: #FBDDF9 RGB: (251,221,249)

Color info

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

RGB color model

#FBDDF9 color RGB value is (251,221,249).

RGB: (251,221,249) (98%, 87%, 98%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 249 of 255 = 98%

251
221
249

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

Portions of RGB colors in percentages

R + G + B = 251 + 221 + 249 = 721 (100%)
R 251 of 721 ~ 34.81%
G 221 of 721 ~ 30.65%
B 249 of 721 ~ 34.54'%

%34.81
%30.65
%34.54

CMYK color model

#FBDDF9 color CMYK value is (0,12,1,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK: (0,12,1,2) C0M12Y1K2 (0%,12%,1%,2%) (0.00/0.12/0.01/0.02) 

CMYK percentages

%0
%11.95
%0.8
%1.57

Codes

Color #FBDDF9 in popluar color models

FB DD F9
RGB 251 221 249
HSL 304° 78.95% 92.55%
HSB/HSV 304° 11.95% 98.43%
CMYK 0.00% 11.95% 0.80%
1.57%

Color #FBDDF9 in popluar number systems.

HEX FB DD F9
Decimal 251 221 249
Binary 11111011 11011101 11111001
Octal 373 335 371

Shades and tints

Shades of #FBDDF9

#FBDDF9
(251,221,249)
#E5C9E3
(229,201,227)
#CFB5CD
(207,181,205)
#B9A1B7
(185,161,183)
#A38DA1
(163,141,161)
#8D798B
(141,121,139)
#776575
(119,101,117)
#61515F
(97,81,95)
#4B3D49
(75,61,73)
#352933
(53,41,51)
#1F151D
(31,21,29)
#000000
(0,0,0)

Tints of #FBDDF9

#FBDDF9
(251,221,249)
#FBE0F9
(251,224,249)
#FBE3F9
(251,227,249)
#FBE6F9
(251,230,249)
#FBE9F9
(251,233,249)
#FBECF9
(251,236,249)
#FBEFF9
(251,239,249)
#FBF2F9
(251,242,249)
#FBF5F9
(251,245,249)
#FBF8F9
(251,248,249)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBDDF9 color. Also use rgb(251,221,249) instead hex code.

Text Font Color

.myTextColor { color: #FBDDF9; }

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

This text font color is #FBDDF9.

Background Color

.myBgColor { background-color: #FBDDF9; }

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

This div background color is #FBDDF9.

Border color

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

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

This div border color is #FBDDF9.

Opacity

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

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

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

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

This text has shadow with #FBDDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDDF9.

Preview

Color preview on black background

This text has color #FBDDF9 on black background.


Color preview on white background

This text has color #FBDDF9 on white background.


Black color preview on #FBDDF9 background

This text has black color on #FBDDF9 background.


White color preview on #FBDDF9 background

This text has white color on #FBDDF9 background.


Related colors

Complementary color

Complementary color for #hex is #042206.


I love getcolorcode.com

Triadic colors

1 #F9FBDD and #DDF9FB with #FBDDF9 are triadic colors.

2 #F9DDFB and #DDFBF9 with #FBDDF9 are triadic colors.