COLOR #FBD8DC

HEX: #FBD8DC RGB: (251,216,220)

Color info

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

RGB color model

#FBD8DC color RGB value is (251,216,220).

RGB: (251,216,220) (98%, 85%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 216 of 255 = 85%
B 220 of 255 = 86%

251
216
220

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

Portions of RGB colors in percentages

R + G + B = 251 + 216 + 220 = 687 (100%)
R 251 of 687 ~ 36.54%
G 216 of 687 ~ 31.44%
B 220 of 687 ~ 32.02'%

%36.54
%31.44
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 12.35%
  • key color value is 1.57%

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

CMYK percentages

%0
%13.94
%12.35
%1.57

Codes

Color #FBD8DC in popluar color models

FB D8 DC
RGB 251 216 220
HSL 353° 81.40% 91.57%
HSB/HSV 353° 13.94% 98.43%
CMYK 0.00% 13.94% 12.35%
1.57%

Color #FBD8DC in popluar number systems.

HEX FB D8 DC
Decimal 251 216 220
Binary 11111011 11011000 11011100
Octal 373 330 334

Shades and tints

Shades of #FBD8DC

#FBD8DC
(251,216,220)
#E5C5C8
(229,197,200)
#CFB2B4
(207,178,180)
#B99FA0
(185,159,160)
#A38C8C
(163,140,140)
#8D7978
(141,121,120)
#776664
(119,102,100)
#615350
(97,83,80)
#4B403C
(75,64,60)
#352D28
(53,45,40)
#1F1A14
(31,26,20)
#000000
(0,0,0)

Tints of #FBD8DC

#FBD8DC
(251,216,220)
#FBDBDF
(251,219,223)
#FBDEE2
(251,222,226)
#FBE1E5
(251,225,229)
#FBE4E8
(251,228,232)
#FBE7EB
(251,231,235)
#FBEAEE
(251,234,238)
#FBEDF1
(251,237,241)
#FBF0F4
(251,240,244)
#FBF3F7
(251,243,247)
#FBF6FA
(251,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD8DC color. Also use rgb(251,216,220) instead hex code.

Text Font Color

.myTextColor { color: #FBD8DC; }

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

This text font color is #FBD8DC.

Background Color

.myBgColor { background-color: #FBD8DC; }

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

This div background color is #FBD8DC.

Border color

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

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

This div border color is #FBD8DC.

Opacity

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

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

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

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

This text has shadow with #FBD8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD8DC.

Preview

Color preview on black background

This text has color #FBD8DC on black background.


Color preview on white background

This text has color #FBD8DC on white background.


Black color preview on #FBD8DC background

This text has black color on #FBD8DC background.


White color preview on #FBD8DC background

This text has white color on #FBD8DC background.


Related colors

Complementary color

Complementary color for #hex is #042723.


I love getcolorcode.com

Triadic colors

1 #DCFBD8 and #D8DCFB with #FBD8DC are triadic colors.

2 #DCD8FB and #D8FBDC with #FBD8DC are triadic colors.