COLOR #FBDDD9

HEX: #FBDDD9 RGB: (251,221,217)

Color info

#FBDDD9 contains red, green and blue colors in about the same proportion. Web safe color of #FBDDD9 is #FFCCCC (or #FCC).

RGB color model

#FBDDD9 color RGB value is (251,221,217).

RGB: (251,221,217) (98%, 87%, 85%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 217 of 255 = 85%

251
221
217

R + G + B ~ 90%. #FBDDD9 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 221 + 217 = 689 (100%)
R 251 of 689 ~ 36.43%
G 221 of 689 ~ 32.08%
B 217 of 689 ~ 31.49'%

%36.43
%32.08
%31.49

CMYK color model

#FBDDD9 color CMYK value is (0,12,14,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 13.55%
  • key color value is 1.57%

CMYK: (0,12,14,2)
C0M12Y14K2 (0%, 12%, 14%, 2%)
(0.00 / 0.12 / 0.14 / 0.02)

CMYK percentages

%0
%11.95
%13.55
%1.57

Codes

Color #FBDDD9 in popluar color models

FB DD D9
RGB 251 221 217
HSL 80.95% 91.76%
HSB/HSV 13.55% 98.43%
CMYK 0.00% 11.95% 13.55%
1.57%

Color #FBDDD9 in popluar number systems.

HEX FB DD D9
Decimal 251 221 217
Binary 11111011 11011101 11011001
Octal 373 335 331

Shades and tints

Shades of #FBDDD9

#FBDDD9
(251,221,217)
#E5C9C6
(229,201,198)
#CFB5B3
(207,181,179)
#B9A1A0
(185,161,160)
#A38D8D
(163,141,141)
#8D797A
(141,121,122)
#776567
(119,101,103)
#615154
(97,81,84)
#4B3D41
(75,61,65)
#35292E
(53,41,46)
#1F151B
(31,21,27)
#000000
(0,0,0)

Tints of #FBDDD9

#FBDDD9
(251,221,217)
#FBE0DC
(251,224,220)
#FBE3DF
(251,227,223)
#FBE6E2
(251,230,226)
#FBE9E5
(251,233,229)
#FBECE8
(251,236,232)
#FBEFEB
(251,239,235)
#FBF2EE
(251,242,238)
#FBF5F1
(251,245,241)
#FBF8F4
(251,248,244)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDD9; }

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

This text font color is #FBDDD9.

Background Color

.myBgColor { background-color: #FBDDD9; }

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

This div background color is #FBDDD9.

Border color

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

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

This div border color is #FBDDD9.

Opacity

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

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

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

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

This text has shadow with #FBDDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDDD9.

Preview

Color preview on black background

This text has color #FBDDD9 on black background.


Color preview on white background

This text has color #FBDDD9 on white background.


Black color preview on #FBDDD9 background

This text has black color on #FBDDD9 background.


White color preview on #FBDDD9 background

This text has white color on #FBDDD9 background.


Related colors

Complementary color

Complementary color for #hex is #042226.


I love getcolorcode.com

Triadic colors

1 #D9FBDD and #DDD9FB with #FBDDD9 are triadic colors.

2 #D9DDFB and #DDFBD9 with #FBDDD9 are triadic colors.