COLOR #FBD1D5

HEX: #FBD1D5 RGB: (251,209,213)

Color info

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

RGB color model

#FBD1D5 color RGB value is (251,209,213).

RGB: (251,209,213) (98%, 82%, 84%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 213 of 255 = 84%

251
209
213

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

Portions of RGB colors in percentages

R + G + B = 251 + 209 + 213 = 673 (100%)
R 251 of 673 ~ 37.3%
G 209 of 673 ~ 31.05%
B 213 of 673 ~ 31.65'%

%37.3
%31.05
%31.65

CMYK color model

#FBD1D5 color CMYK value is (0,17,15,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 15.14%
  • key color value is 1.57%

CMYK: (0,17,15,2)
C0M17Y15K2 (0%, 17%, 15%, 2%)
(0.00 / 0.17 / 0.15 / 0.02)

CMYK percentages

%0
%16.73
%15.14
%1.57

Codes

Color #FBD1D5 in popluar color models

FB D1 D5
RGB 251 209 213
HSL 354° 84.00% 90.20%
HSB/HSV 354° 16.73% 98.43%
CMYK 0.00% 16.73% 15.14%
1.57%

Color #FBD1D5 in popluar number systems.

HEX FB D1 D5
Decimal 251 209 213
Binary 11111011 11010001 11010101
Octal 373 321 325

Shades and tints

Shades of #FBD1D5

#FBD1D5
(251,209,213)
#E5BEC2
(229,190,194)
#CFABAF
(207,171,175)
#B9989C
(185,152,156)
#A38589
(163,133,137)
#8D7276
(141,114,118)
#775F63
(119,95,99)
#614C50
(97,76,80)
#4B393D
(75,57,61)
#35262A
(53,38,42)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #FBD1D5

#FBD1D5
(251,209,213)
#FBD5D8
(251,213,216)
#FBD9DB
(251,217,219)
#FBDDDE
(251,221,222)
#FBE1E1
(251,225,225)
#FBE5E4
(251,229,228)
#FBE9E7
(251,233,231)
#FBEDEA
(251,237,234)
#FBF1ED
(251,241,237)
#FBF5F0
(251,245,240)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD1D5 color. Also use rgb(251,209,213) instead hex code.

Text Font Color

.myTextColor { color: #FBD1D5; }

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

This text font color is #FBD1D5.

Background Color

.myBgColor { background-color: #FBD1D5; }

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

This div background color is #FBD1D5.

Border color

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

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

This div border color is #FBD1D5.

Opacity

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

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

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

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

This text has shadow with #FBD1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD1D5.

Preview

Color preview on black background

This text has color #FBD1D5 on black background.


Color preview on white background

This text has color #FBD1D5 on white background.


Black color preview on #FBD1D5 background

This text has black color on #FBD1D5 background.


White color preview on #FBD1D5 background

This text has white color on #FBD1D5 background.


Related colors

Complementary color

Complementary color for #hex is #042E2A.


I love getcolorcode.com

Triadic colors

1 #D5FBD1 and #D1D5FB with #FBD1D5 are triadic colors.

2 #D5D1FB and #D1FBD5 with #FBD1D5 are triadic colors.