COLOR #FBDADD

HEX: #FBDADD RGB: (251,218,221)

Color info

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

RGB color model

#FBDADD color RGB value is (251,218,221).

RGB: (251,218,221) (98%, 85%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 218 of 255 = 85%
B 221 of 255 = 87%

251
218
221

R + G + B ~ 90%. #FBDADD is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 218 + 221 = 690 (100%)
R 251 of 690 ~ 36.38%
G 218 of 690 ~ 31.59%
B 221 of 690 ~ 32.03'%

%36.38
%31.59
%32.03

CMYK color model

#FBDADD color CMYK value is (0,13,12,2).

  • cyan value is 0.00%
  • magenta value is 13.15%
  • yellow value is 11.95%
  • key color value is 1.57%

CMYK: (0,13,12,2)
C0M13Y12K2 (0%, 13%, 12%, 2%)
(0.00 / 0.13 / 0.12 / 0.02)

CMYK percentages

%0
%13.15
%11.95
%1.57

Codes

Color #FBDADD in popluar color models

FB DA DD
RGB 251 218 221
HSL 355° 80.49% 91.96%
HSB/HSV 355° 13.15% 98.43%
CMYK 0.00% 13.15% 11.95%
1.57%

Color #FBDADD in popluar number systems.

HEX FB DA DD
Decimal 251 218 221
Binary 11111011 11011010 11011101
Octal 373 332 335

Shades and tints

Shades of #FBDADD

#FBDADD
(251,218,221)
#E5C7C9
(229,199,201)
#CFB4B5
(207,180,181)
#B9A1A1
(185,161,161)
#A38E8D
(163,142,141)
#8D7B79
(141,123,121)
#776865
(119,104,101)
#615551
(97,85,81)
#4B423D
(75,66,61)
#352F29
(53,47,41)
#1F1C15
(31,28,21)
#000000
(0,0,0)

Tints of #FBDADD

#FBDADD
(251,218,221)
#FBDDE0
(251,221,224)
#FBE0E3
(251,224,227)
#FBE3E6
(251,227,230)
#FBE6E9
(251,230,233)
#FBE9EC
(251,233,236)
#FBECEF
(251,236,239)
#FBEFF2
(251,239,242)
#FBF2F5
(251,242,245)
#FBF5F8
(251,245,248)
#FBF8FB
(251,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDADD; }

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

This text font color is #FBDADD.

Background Color

.myBgColor { background-color: #FBDADD; }

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

This div background color is #FBDADD.

Border color

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

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

This div border color is #FBDADD.

Opacity

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

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

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

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

This text has shadow with #FBDADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDADD.

Preview

Color preview on black background

This text has color #FBDADD on black background.


Color preview on white background

This text has color #FBDADD on white background.


Black color preview on #FBDADD background

This text has black color on #FBDADD background.


White color preview on #FBDADD background

This text has white color on #FBDADD background.


Related colors

Complementary color

Complementary color for #hex is #042522.


I love getcolorcode.com

Triadic colors

1 #DDFBDA and #DADDFB with #FBDADD are triadic colors.

2 #DDDAFB and #DAFBDD with #FBDADD are triadic colors.