COLOR #FBD4D0

HEX: #FBD4D0
RGB: (251,212,208)

Color info

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

RGB color model

#FBD4D0 color RGB value is (251,212,208).

  • red value is 251;
  • green value is 212;
  • blue value is 208.
RGB:
(251,212,208)
(98%,83%,82%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 208 of 255 = 82%

251
212
208

R + G + B ~ 88%. #FBD4D0 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 212 + 208 = 671 (100%)
R 251 of 671 ~ 37.41%
G 212 of 671 ~ 31.59%
B 208 of 671 ~ 31%

%37.41
%31.59
%31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 17.13%
  • 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
%15.54
%17.13
%1.57

Codes

Color #FBD4D0 in popluar color models

FBD4D0
RGB251212208
HSL84.31%90.00%
HSB/HSV17.13%98.43%
CMYK0.00%15.54%17.13%
1.57%

Color #FBD4D0 in popluar number systems.

HEXFBD4D0
Decimal251212208
Binary111110111101010011010000
Octal373324320

Shades and tints

Shades of #FBD4D0

#FBD4D0
(251,212,208)
#E5C1BE
(229,193,190)
#CFAEAC
(207,174,172)
#B99B9A
(185,155,154)
#A38888
(163,136,136)
#8D7576
(141,117,118)
#776264
(119,98,100)
#614F52
(97,79,82)
#4B3C40
(75,60,64)
#35292E
(53,41,46)
#1F161C
(31,22,28)
#000000
(0,0,0)

Tints of #FBD4D0

#FBD4D0
(251,212,208)
#FBD7D4
(251,215,212)
#FBDAD8
(251,218,216)
#FBDDDC
(251,221,220)
#FBE0E0
(251,224,224)
#FBE3E4
(251,227,228)
#FBE6E8
(251,230,232)
#FBE9EC
(251,233,236)
#FBECF0
(251,236,240)
#FBEFF4
(251,239,244)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD4D0 color. Also use rgb(251,212,208) instead hex code.

Text Font Color

.myTextColor { color: #FBD4D0; }

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

This text font color is #FBD4D0.


Background Color

.myBgColor { background-color: #FBD4D0; }

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

This div background color is #FBD4D0.


Border color

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

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

This div border color is #FBD4D0.


Opacity

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

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

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

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

This text has shadow with #FBD4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD4D0 on black background.


Color preview on white background

This text has color #FBD4D0 on white background.



Black color preview on #FBD4D0 background

This text has black color on #FBD4D0 background.


White color preview on #FBD4D0 background

This text has white color on #FBD4D0 background.