COLOR #FBDAD2

HEX: #FBDAD2
RGB: (251,218,210)

Color info

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

RGB color model

#FBDAD2 color RGB value is (251,218,210).

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

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 210 of 255 = 82%

251
218
210

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

Portions of RGB colors in percentages

R + G + B =
251 + 218 + 210 = 679 (100%)
R 251 of 679 ~ 36.97%
G 218 of 679 ~ 32.11%
B 210 of 679 ~ 30.93%

%36.97
%32.11
%30.93

CMYK color model

#FBDAD2 color CMYK value is (0,13,16,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,13,16,2)
C0M13Y16K2 
(0%,13%,16%,2%)
(0.00/0.13/0.16/0.02)	

CMYK percentages

%0
%13.15
%16.33
%1.57

Codes

Color #FBDAD2 in popluar color models

FBDAD2
RGB251218210
HSL12°83.67%90.39%
HSB/HSV12°16.33%98.43%
CMYK0.00%13.15%16.33%
1.57%

Color #FBDAD2 in popluar number systems.

HEXFBDAD2
Decimal251218210
Binary111110111101101011010010
Octal373332322

Shades and tints

Shades of #FBDAD2

#FBDAD2
(251,218,210)
#E5C7BF
(229,199,191)
#CFB4AC
(207,180,172)
#B9A199
(185,161,153)
#A38E86
(163,142,134)
#8D7B73
(141,123,115)
#776860
(119,104,96)
#61554D
(97,85,77)
#4B423A
(75,66,58)
#352F27
(53,47,39)
#1F1C14
(31,28,20)
#000000
(0,0,0)

Tints of #FBDAD2

#FBDAD2
(251,218,210)
#FBDDD6
(251,221,214)
#FBE0DA
(251,224,218)
#FBE3DE
(251,227,222)
#FBE6E2
(251,230,226)
#FBE9E6
(251,233,230)
#FBECEA
(251,236,234)
#FBEFEE
(251,239,238)
#FBF2F2
(251,242,242)
#FBF5F6
(251,245,246)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDAD2; }

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

This text font color is #FBDAD2.


Background Color

.myBgColor { background-color: #FBDAD2; }

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

This div background color is #FBDAD2.


Border color

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

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

This div border color is #FBDAD2.


Opacity

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

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

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

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

This text has shadow with #FBDAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDAD2 on black background.


Color preview on white background

This text has color #FBDAD2 on white background.



Black color preview on #FBDAD2 background

This text has black color on #FBDAD2 background.


White color preview on #FBDAD2 background

This text has white color on #FBDAD2 background.