COLOR #FBD8DA

HEX: #FBD8DA
RGB: (251,216,218)

Color info

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

RGB color model

#FBD8DA color RGB value is (251,216,218).

  • red value is 251;
  • green value is 216;
  • blue value is 218.
RGB:
(251,216,218)
(98%,85%,85%)

RGB channels and saturation

R 251 of 255 = 98%
G 216 of 255 = 85%
B 218 of 255 = 85%

251
216
218

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

Portions of RGB colors in percentages

R + G + B =
251 + 216 + 218 = 685 (100%)
R 251 of 685 ~ 36.64%
G 216 of 685 ~ 31.53%
B 218 of 685 ~ 31.82%

%36.64
%31.53
%31.82

CMYK color model

#FBD8DA color CMYK value is (0,14,13,2).

  • cyan value is 0.00%
  • magenta value is 13.94%
  • yellow value is 13.15%
  • key color value is 1.57%
CMYK:
(0,14,13,2)
C0M14Y13K2 
(0%,14%,13%,2%)
(0.00/0.14/0.13/0.02)	

CMYK percentages

%0
%13.94
%13.15
%1.57

Codes

Color #FBD8DA in popluar color models

FBD8DA
RGB251216218
HSL357°81.40%91.57%
HSB/HSV357°13.94%98.43%
CMYK0.00%13.94%13.15%
1.57%

Color #FBD8DA in popluar number systems.

HEXFBD8DA
Decimal251216218
Binary111110111101100011011010
Octal373330332

Shades and tints

Shades of #FBD8DA

#FBD8DA
(251,216,218)
#E5C5C7
(229,197,199)
#CFB2B4
(207,178,180)
#B99FA1
(185,159,161)
#A38C8E
(163,140,142)
#8D797B
(141,121,123)
#776668
(119,102,104)
#615355
(97,83,85)
#4B4042
(75,64,66)
#352D2F
(53,45,47)
#1F1A1C
(31,26,28)
#000000
(0,0,0)

Tints of #FBD8DA

#FBD8DA
(251,216,218)
#FBDBDD
(251,219,221)
#FBDEE0
(251,222,224)
#FBE1E3
(251,225,227)
#FBE4E6
(251,228,230)
#FBE7E9
(251,231,233)
#FBEAEC
(251,234,236)
#FBEDEF
(251,237,239)
#FBF0F2
(251,240,242)
#FBF3F5
(251,243,245)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD8DA color. Also use rgb(251,216,218) instead hex code.

Text Font Color

.myTextColor { color: #FBD8DA; }

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

This text font color is #FBD8DA.


Background Color

.myBgColor { background-color: #FBD8DA; }

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

This div background color is #FBD8DA.


Border color

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

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

This div border color is #FBD8DA.


Opacity

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

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

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

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

This text has shadow with #FBD8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD8DA on black background.


Color preview on white background

This text has color #FBD8DA on white background.



Black color preview on #FBD8DA background

This text has black color on #FBD8DA background.


White color preview on #FBD8DA background

This text has white color on #FBD8DA background.