COLOR #FBD1DD

HEX: #FBD1DD
RGB: (251,209,221)

Color info

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

RGB color model

#FBD1DD color RGB value is (251,209,221).

  • red value is 251;
  • green value is 209;
  • blue value is 221.
RGB:
(251,209,221)
(98%,82%,87%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 221 of 255 = 87%

251
209
221

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

Portions of RGB colors in percentages

R + G + B =
251 + 209 + 221 = 681 (100%)
R 251 of 681 ~ 36.86%
G 209 of 681 ~ 30.69%
B 221 of 681 ~ 32.45%

%36.86
%30.69
%32.45

CMYK color model

#FBD1DD color CMYK value is (0,17,12,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(0,17,12,2)
C0M17Y12K2 
(0%,17%,12%,2%)
(0.00/0.17/0.12/0.02)	

CMYK percentages

%0
%16.73
%11.95
%1.57

Codes

Color #FBD1DD in popluar color models

FBD1DD
RGB251209221
HSL343°84.00%90.20%
HSB/HSV343°16.73%98.43%
CMYK0.00%16.73%11.95%
1.57%

Color #FBD1DD in popluar number systems.

HEXFBD1DD
Decimal251209221
Binary111110111101000111011101
Octal373321335

Shades and tints

Shades of #FBD1DD

#FBD1DD
(251,209,221)
#E5BEC9
(229,190,201)
#CFABB5
(207,171,181)
#B998A1
(185,152,161)
#A3858D
(163,133,141)
#8D7279
(141,114,121)
#775F65
(119,95,101)
#614C51
(97,76,81)
#4B393D
(75,57,61)
#352629
(53,38,41)
#1F1315
(31,19,21)
#000000
(0,0,0)

Tints of #FBD1DD

#FBD1DD
(251,209,221)
#FBD5E0
(251,213,224)
#FBD9E3
(251,217,227)
#FBDDE6
(251,221,230)
#FBE1E9
(251,225,233)
#FBE5EC
(251,229,236)
#FBE9EF
(251,233,239)
#FBEDF2
(251,237,242)
#FBF1F5
(251,241,245)
#FBF5F8
(251,245,248)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD1DD; }

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

This text font color is #FBD1DD.


Background Color

.myBgColor { background-color: #FBD1DD; }

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

This div background color is #FBD1DD.


Border color

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

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

This div border color is #FBD1DD.


Opacity

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

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

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

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

This text has shadow with #FBD1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD1DD on black background.


Color preview on white background

This text has color #FBD1DD on white background.



Black color preview on #FBD1DD background

This text has black color on #FBD1DD background.


White color preview on #FBD1DD background

This text has white color on #FBD1DD background.