COLOR #FBD5DC

HEX: #FBD5DC RGB: (251,213,220)

Color info

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

RGB color model

#FBD5DC color RGB value is (251,213,220).

RGB: (251,213,220) (98%, 84%, 86%)

RGB channels and saturation

R 251 of 255 = 98%
G 213 of 255 = 84%
B 220 of 255 = 86%

251
213
220

R + G + B ~ 89%. #FBD5DC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 213 + 220 = 684 (100%)
R 251 of 684 ~ 36.7%
G 213 of 684 ~ 31.14%
B 220 of 684 ~ 32.16'%

%36.7
%31.14
%32.16

CMYK color model

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

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

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

CMYK percentages

%0
%15.14
%12.35
%1.57

Codes

Color #FBD5DC in popluar color models

FB D5 DC
RGB 251 213 220
HSL 349° 82.61% 90.98%
HSB/HSV 349° 15.14% 98.43%
CMYK 0.00% 15.14% 12.35%
1.57%

Color #FBD5DC in popluar number systems.

HEX FB D5 DC
Decimal 251 213 220
Binary 11111011 11010101 11011100
Octal 373 325 334

Shades and tints

Shades of #FBD5DC

#FBD5DC
(251,213,220)
#E5C2C8
(229,194,200)
#CFAFB4
(207,175,180)
#B99CA0
(185,156,160)
#A3898C
(163,137,140)
#8D7678
(141,118,120)
#776364
(119,99,100)
#615050
(97,80,80)
#4B3D3C
(75,61,60)
#352A28
(53,42,40)
#1F1714
(31,23,20)
#000000
(0,0,0)

Tints of #FBD5DC

#FBD5DC
(251,213,220)
#FBD8DF
(251,216,223)
#FBDBE2
(251,219,226)
#FBDEE5
(251,222,229)
#FBE1E8
(251,225,232)
#FBE4EB
(251,228,235)
#FBE7EE
(251,231,238)
#FBEAF1
(251,234,241)
#FBEDF4
(251,237,244)
#FBF0F7
(251,240,247)
#FBF3FA
(251,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD5DC; }

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

This text font color is #FBD5DC.

Background Color

.myBgColor { background-color: #FBD5DC; }

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

This div background color is #FBD5DC.

Border color

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

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

This div border color is #FBD5DC.

Opacity

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

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

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

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

This text has shadow with #FBD5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD5DC.

Preview

Color preview on black background

This text has color #FBD5DC on black background.


Color preview on white background

This text has color #FBD5DC on white background.


Black color preview on #FBD5DC background

This text has black color on #FBD5DC background.


White color preview on #FBD5DC background

This text has white color on #FBD5DC background.


Related colors

Complementary color

Complementary color for #hex is #042A23.


I love getcolorcode.com

Triadic colors

1 #DCFBD5 and #D5DCFB with #FBD5DC are triadic colors.

2 #DCD5FB and #D5FBDC with #FBD5DC are triadic colors.