COLOR #FBD5D8

HEX: #FBD5D8 RGB: (251,213,216)

Color info

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

RGB color model

#FBD5D8 color RGB value is (251,213,216).

RGB: (251,213,216) (98%, 84%, 85%)

RGB channels and saturation

R 251 of 255 = 98%
G 213 of 255 = 84%
B 216 of 255 = 85%

251
213
216

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

Portions of RGB colors in percentages

R + G + B = 251 + 213 + 216 = 680 (100%)
R 251 of 680 ~ 36.91%
G 213 of 680 ~ 31.32%
B 216 of 680 ~ 31.76'%

%36.91
%31.32
%31.76

CMYK color model

#FBD5D8 color CMYK value is (0,15,14,2).

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

CMYK: (0,15,14,2)
C0M15Y14K2 (0%, 15%, 14%, 2%)
(0.00 / 0.15 / 0.14 / 0.02)

CMYK percentages

%0
%15.14
%13.94
%1.57

Codes

Color #FBD5D8 in popluar color models

FB D5 D8
RGB 251 213 216
HSL 355° 82.61% 90.98%
HSB/HSV 355° 15.14% 98.43%
CMYK 0.00% 15.14% 13.94%
1.57%

Color #FBD5D8 in popluar number systems.

HEX FB D5 D8
Decimal 251 213 216
Binary 11111011 11010101 11011000
Octal 373 325 330

Shades and tints

Shades of #FBD5D8

#FBD5D8
(251,213,216)
#E5C2C5
(229,194,197)
#CFAFB2
(207,175,178)
#B99C9F
(185,156,159)
#A3898C
(163,137,140)
#8D7679
(141,118,121)
#776366
(119,99,102)
#615053
(97,80,83)
#4B3D40
(75,61,64)
#352A2D
(53,42,45)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #FBD5D8

#FBD5D8
(251,213,216)
#FBD8DB
(251,216,219)
#FBDBDE
(251,219,222)
#FBDEE1
(251,222,225)
#FBE1E4
(251,225,228)
#FBE4E7
(251,228,231)
#FBE7EA
(251,231,234)
#FBEAED
(251,234,237)
#FBEDF0
(251,237,240)
#FBF0F3
(251,240,243)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD5D8; }

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

This text font color is #FBD5D8.

Background Color

.myBgColor { background-color: #FBD5D8; }

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

This div background color is #FBD5D8.

Border color

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

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

This div border color is #FBD5D8.

Opacity

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

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

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

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

This text has shadow with #FBD5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD5D8.

Preview

Color preview on black background

This text has color #FBD5D8 on black background.


Color preview on white background

This text has color #FBD5D8 on white background.


Black color preview on #FBD5D8 background

This text has black color on #FBD5D8 background.


White color preview on #FBD5D8 background

This text has white color on #FBD5D8 background.


Related colors

Complementary color

Complementary color for #hex is #042A27.


I love getcolorcode.com

Triadic colors

1 #D8FBD5 and #D5D8FB with #FBD5D8 are triadic colors.

2 #D8D5FB and #D5FBD8 with #FBD5D8 are triadic colors.