COLOR #FBD4DD

HEX: #FBD4DD RGB: (251,212,221)

Color info

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

RGB color model

#FBD4DD color RGB value is (251,212,221).

RGB: (251,212,221) (98%, 83%, 87%)

RGB channels and saturation

R 251 of 255 = 98%
G 212 of 255 = 83%
B 221 of 255 = 87%

251
212
221

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

Portions of RGB colors in percentages

R + G + B = 251 + 212 + 221 = 684 (100%)
R 251 of 684 ~ 36.7%
G 212 of 684 ~ 30.99%
B 221 of 684 ~ 32.31'%

%36.7
%30.99
%32.31

CMYK color model

#FBD4DD color CMYK value is (0,16,12,2).

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

CMYK: (0,16,12,2)
C0M16Y12K2 (0%, 16%, 12%, 2%)
(0.00 / 0.16 / 0.12 / 0.02)

CMYK percentages

%0
%15.54
%11.95
%1.57

Codes

Color #FBD4DD in popluar color models

FB D4 DD
RGB 251 212 221
HSL 346° 82.98% 90.78%
HSB/HSV 346° 15.54% 98.43%
CMYK 0.00% 15.54% 11.95%
1.57%

Color #FBD4DD in popluar number systems.

HEX FB D4 DD
Decimal 251 212 221
Binary 11111011 11010100 11011101
Octal 373 324 335

Shades and tints

Shades of #FBD4DD

#FBD4DD
(251,212,221)
#E5C1C9
(229,193,201)
#CFAEB5
(207,174,181)
#B99BA1
(185,155,161)
#A3888D
(163,136,141)
#8D7579
(141,117,121)
#776265
(119,98,101)
#614F51
(97,79,81)
#4B3C3D
(75,60,61)
#352929
(53,41,41)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #FBD4DD

#FBD4DD
(251,212,221)
#FBD7E0
(251,215,224)
#FBDAE3
(251,218,227)
#FBDDE6
(251,221,230)
#FBE0E9
(251,224,233)
#FBE3EC
(251,227,236)
#FBE6EF
(251,230,239)
#FBE9F2
(251,233,242)
#FBECF5
(251,236,245)
#FBEFF8
(251,239,248)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD4DD; }

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

This text font color is #FBD4DD.

Background Color

.myBgColor { background-color: #FBD4DD; }

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

This div background color is #FBD4DD.

Border color

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

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

This div border color is #FBD4DD.

Opacity

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

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

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

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

This text has shadow with #FBD4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD4DD.

Preview

Color preview on black background

This text has color #FBD4DD on black background.


Color preview on white background

This text has color #FBD4DD on white background.


Black color preview on #FBD4DD background

This text has black color on #FBD4DD background.


White color preview on #FBD4DD background

This text has white color on #FBD4DD background.


Related colors

Complementary color

Complementary color for #hex is #042B22.


I love getcolorcode.com

Triadic colors

1 #DDFBD4 and #D4DDFB with #FBD4DD are triadic colors.

2 #DDD4FB and #D4FBDD with #FBD4DD are triadic colors.