COLOR #FBD3DC

HEX: #FBD3DC
RGB: (251,211,220)

Color info

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

RGB color model

#FBD3DC color RGB value is (251,211,220).

  • red value is 251;
  • green value is 211;
  • blue value is 220.
RGB:
(251,211,220)
(98%,83%,86%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 220 of 255 = 86%

251
211
220

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

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 220 = 682 (100%)
R 251 of 682 ~ 36.8%
G 211 of 682 ~ 30.94%
B 220 of 682 ~ 32.26%

%36.8
%30.94
%32.26

CMYK color model

#FBD3DC color CMYK value is (0,16,12,2).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 12.35%
  • key color value is 1.57%
CMYK:
(0,16,12,2)
C0M16Y12K2 
(0%,16%,12%,2%)
(0.00/0.16/0.12/0.02)	

CMYK percentages

%0
%15.94
%12.35
%1.57

Codes

Color #FBD3DC in popluar color models

FBD3DC
RGB251211220
HSL347°83.33%90.59%
HSB/HSV347°15.94%98.43%
CMYK0.00%15.94%12.35%
1.57%

Color #FBD3DC in popluar number systems.

HEXFBD3DC
Decimal251211220
Binary111110111101001111011100
Octal373323334

Shades and tints

Shades of #FBD3DC

#FBD3DC
(251,211,220)
#E5C0C8
(229,192,200)
#CFADB4
(207,173,180)
#B99AA0
(185,154,160)
#A3878C
(163,135,140)
#8D7478
(141,116,120)
#776164
(119,97,100)
#614E50
(97,78,80)
#4B3B3C
(75,59,60)
#352828
(53,40,40)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #FBD3DC

#FBD3DC
(251,211,220)
#FBD7DF
(251,215,223)
#FBDBE2
(251,219,226)
#FBDFE5
(251,223,229)
#FBE3E8
(251,227,232)
#FBE7EB
(251,231,235)
#FBEBEE
(251,235,238)
#FBEFF1
(251,239,241)
#FBF3F4
(251,243,244)
#FBF7F7
(251,247,247)
#FBFBFA
(251,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD3DC; }

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

This text font color is #FBD3DC.


Background Color

.myBgColor { background-color: #FBD3DC; }

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

This div background color is #FBD3DC.


Border color

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

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

This div border color is #FBD3DC.


Opacity

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

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

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

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

This text has shadow with #FBD3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD3DC on black background.


Color preview on white background

This text has color #FBD3DC on white background.



Black color preview on #FBD3DC background

This text has black color on #FBD3DC background.


White color preview on #FBD3DC background

This text has white color on #FBD3DC background.