COLOR #FBD5D5

HEX: #FBD5D5 RGB: (251,213,213)

Color info

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

RGB color model

#FBD5D5 color RGB value is (251,213,213).

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

RGB channels and saturation

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

251
213
213

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

Portions of RGB colors in percentages

R + G + B = 251 + 213 + 213 = 677 (100%)
R 251 of 677 ~ 37.08%
G 213 of 677 ~ 31.46%
B 213 of 677 ~ 31.46'%

%37.08
%31.46
%31.46

CMYK color model

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

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

CMYK: (0,15,15,2)
C0M15Y15K2 (0%, 15%, 15%, 2%)
(0.00 / 0.15 / 0.15 / 0.02)

CMYK percentages

%0
%15.14
%15.14
%1.57

Codes

Color #FBD5D5 in popluar color models

FB D5 D5
RGB 251 213 213
HSL 82.61% 90.98%
HSB/HSV 15.14% 98.43%
CMYK 0.00% 15.14% 15.14%
1.57%

Color #FBD5D5 in popluar number systems.

HEX FB D5 D5
Decimal 251 213 213
Binary 11111011 11010101 11010101
Octal 373 325 325

Shades and tints

Shades of #FBD5D5

#FBD5D5
(251,213,213)
#E5C2C2
(229,194,194)
#CFAFAF
(207,175,175)
#B99C9C
(185,156,156)
#A38989
(163,137,137)
#8D7676
(141,118,118)
#776363
(119,99,99)
#615050
(97,80,80)
#4B3D3D
(75,61,61)
#352A2A
(53,42,42)
#1F1717
(31,23,23)
#000000
(0,0,0)

Tints of #FBD5D5

#FBD5D5
(251,213,213)
#FBD8D8
(251,216,216)
#FBDBDB
(251,219,219)
#FBDEDE
(251,222,222)
#FBE1E1
(251,225,225)
#FBE4E4
(251,228,228)
#FBE7E7
(251,231,231)
#FBEAEA
(251,234,234)
#FBEDED
(251,237,237)
#FBF0F0
(251,240,240)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD5D5; }

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

This text font color is #FBD5D5.

Background Color

.myBgColor { background-color: #FBD5D5; }

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

This div background color is #FBD5D5.

Border color

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

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

This div border color is #FBD5D5.

Opacity

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

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

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

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

This text has shadow with #FBD5D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD5D5.

Preview

Color preview on black background

This text has color #FBD5D5 on black background.


Color preview on white background

This text has color #FBD5D5 on white background.


Black color preview on #FBD5D5 background

This text has black color on #FBD5D5 background.


White color preview on #FBD5D5 background

This text has white color on #FBD5D5 background.


Related colors

Complementary color

Complementary color for #hex is #042A2A.


I love getcolorcode.com