COLOR #FBDDD6

HEX: #FBDDD6 RGB: (251,221,214)

Color info

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

RGB color model

#FBDDD6 color RGB value is (251,221,214).

RGB: (251,221,214) (98%, 87%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 214 of 255 = 84%

251
221
214

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

Portions of RGB colors in percentages

R + G + B = 251 + 221 + 214 = 686 (100%)
R 251 of 686 ~ 36.59%
G 221 of 686 ~ 32.22%
B 214 of 686 ~ 31.2'%

%36.59
%32.22
%31.2

CMYK color model

#FBDDD6 color CMYK value is (0,12,15,2).

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

CMYK: (0,12,15,2)
C0M12Y15K2 (0%, 12%, 15%, 2%)
(0.00 / 0.12 / 0.15 / 0.02)

CMYK percentages

%0
%11.95
%14.74
%1.57

Codes

Color #FBDDD6 in popluar color models

FB DD D6
RGB 251 221 214
HSL 11° 82.22% 91.18%
HSB/HSV 11° 14.74% 98.43%
CMYK 0.00% 11.95% 14.74%
1.57%

Color #FBDDD6 in popluar number systems.

HEX FB DD D6
Decimal 251 221 214
Binary 11111011 11011101 11010110
Octal 373 335 326

Shades and tints

Shades of #FBDDD6

#FBDDD6
(251,221,214)
#E5C9C3
(229,201,195)
#CFB5B0
(207,181,176)
#B9A19D
(185,161,157)
#A38D8A
(163,141,138)
#8D7977
(141,121,119)
#776564
(119,101,100)
#615151
(97,81,81)
#4B3D3E
(75,61,62)
#35292B
(53,41,43)
#1F1518
(31,21,24)
#000000
(0,0,0)

Tints of #FBDDD6

#FBDDD6
(251,221,214)
#FBE0D9
(251,224,217)
#FBE3DC
(251,227,220)
#FBE6DF
(251,230,223)
#FBE9E2
(251,233,226)
#FBECE5
(251,236,229)
#FBEFE8
(251,239,232)
#FBF2EB
(251,242,235)
#FBF5EE
(251,245,238)
#FBF8F1
(251,248,241)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDD6; }

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

This text font color is #FBDDD6.

Background Color

.myBgColor { background-color: #FBDDD6; }

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

This div background color is #FBDDD6.

Border color

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

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

This div border color is #FBDDD6.

Opacity

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

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

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

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

This text has shadow with #FBDDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDDD6.

Preview

Color preview on black background

This text has color #FBDDD6 on black background.


Color preview on white background

This text has color #FBDDD6 on white background.


Black color preview on #FBDDD6 background

This text has black color on #FBDDD6 background.


White color preview on #FBDDD6 background

This text has white color on #FBDDD6 background.


Related colors

Complementary color

Complementary color for #hex is #042229.


I love getcolorcode.com

Triadic colors

1 #D6FBDD and #DDD6FB with #FBDDD6 are triadic colors.

2 #D6DDFB and #DDFBD6 with #FBDDD6 are triadic colors.