COLOR #FBD2D1

HEX: #FBD2D1
RGB: (251,210,209)

Color info

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

RGB color model

#FBD2D1 color RGB value is (251,210,209).

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

RGB channels and saturation

R 251 of 255 = 98%
G 210 of 255 = 82%
B 209 of 255 = 82%

251
210
209

R + G + B ~ 87%. #FBD2D1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 210 + 209 = 670 (100%)
R 251 of 670 ~ 37.46%
G 210 of 670 ~ 31.34%
B 209 of 670 ~ 31.19%

%37.46
%31.34
%31.19

CMYK color model

#FBD2D1 color CMYK value is (0,16,17,2).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 16.73%
  • key color value is 1.57%
CMYK:
(0,16,17,2)
C0M16Y17K2 
(0%,16%,17%,2%)
(0.00/0.16/0.17/0.02)	

CMYK percentages

%0
%16.33
%16.73
%1.57

Codes

Color #FBD2D1 in popluar color models

FBD2D1
RGB251210209
HSL84.00%90.20%
HSB/HSV16.73%98.43%
CMYK0.00%16.33%16.73%
1.57%

Color #FBD2D1 in popluar number systems.

HEXFBD2D1
Decimal251210209
Binary111110111101001011010001
Octal373322321

Shades and tints

Shades of #FBD2D1

#FBD2D1
(251,210,209)
#E5BFBE
(229,191,190)
#CFACAB
(207,172,171)
#B99998
(185,153,152)
#A38685
(163,134,133)
#8D7372
(141,115,114)
#77605F
(119,96,95)
#614D4C
(97,77,76)
#4B3A39
(75,58,57)
#352726
(53,39,38)
#1F1413
(31,20,19)
#000000
(0,0,0)

Tints of #FBD2D1

#FBD2D1
(251,210,209)
#FBD6D5
(251,214,213)
#FBDAD9
(251,218,217)
#FBDEDD
(251,222,221)
#FBE2E1
(251,226,225)
#FBE6E5
(251,230,229)
#FBEAE9
(251,234,233)
#FBEEED
(251,238,237)
#FBF2F1
(251,242,241)
#FBF6F5
(251,246,245)
#FBFAF9
(251,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD2D1; }

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

This text font color is #FBD2D1.


Background Color

.myBgColor { background-color: #FBD2D1; }

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

This div background color is #FBD2D1.


Border color

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

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

This div border color is #FBD2D1.


Opacity

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

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

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

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

This text has shadow with #FBD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD2D1 on black background.


Color preview on white background

This text has color #FBD2D1 on white background.



Black color preview on #FBD2D1 background

This text has black color on #FBD2D1 background.


White color preview on #FBD2D1 background

This text has white color on #FBD2D1 background.