COLOR #FBDBED

HEX: #FBDBED RGB: (251,219,237)

Color info

#FBDBED contains red, green and blue colors in about the same proportion. Web safe color of #FBDBED is #FFCCFF (or #FCF).

RGB color model

#FBDBED color RGB value is (251,219,237).

RGB: (251,219,237) (98%, 86%, 93%)

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 237 of 255 = 93%

251
219
237

R + G + B ~ 92%. #FBDBED is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 219 + 237 = 707 (100%)
R 251 of 707 ~ 35.5%
G 219 of 707 ~ 30.98%
B 237 of 707 ~ 33.52'%

%35.5
%30.98
%33.52

CMYK color model

#FBDBED color CMYK value is (0,13,6,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 5.58%
  • key color value is 1.57%

CMYK: (0,13,6,2)
C0M13Y6K2 (0%, 13%, 6%, 2%)
(0.00 / 0.13 / 0.06 / 0.02)

CMYK percentages

%0
%12.75
%5.58
%1.57

Codes

Color #FBDBED in popluar color models

FB DB ED
RGB 251 219 237
HSL 326° 80.00% 92.16%
HSB/HSV 326° 12.75% 98.43%
CMYK 0.00% 12.75% 5.58%
1.57%

Color #FBDBED in popluar number systems.

HEX FB DB ED
Decimal 251 219 237
Binary 11111011 11011011 11101101
Octal 373 333 355

Shades and tints

Shades of #FBDBED

#FBDBED
(251,219,237)
#E5C8D8
(229,200,216)
#CFB5C3
(207,181,195)
#B9A2AE
(185,162,174)
#A38F99
(163,143,153)
#8D7C84
(141,124,132)
#77696F
(119,105,111)
#61565A
(97,86,90)
#4B4345
(75,67,69)
#353030
(53,48,48)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

Tints of #FBDBED

#FBDBED
(251,219,237)
#FBDEEE
(251,222,238)
#FBE1EF
(251,225,239)
#FBE4F0
(251,228,240)
#FBE7F1
(251,231,241)
#FBEAF2
(251,234,242)
#FBEDF3
(251,237,243)
#FBF0F4
(251,240,244)
#FBF3F5
(251,243,245)
#FBF6F6
(251,246,246)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDBED; }

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

This text font color is #FBDBED.

Background Color

.myBgColor { background-color: #FBDBED; }

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

This div background color is #FBDBED.

Border color

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

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

This div border color is #FBDBED.

Opacity

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

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

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

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

This text has shadow with #FBDBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDBED.

Preview

Color preview on black background

This text has color #FBDBED on black background.


Color preview on white background

This text has color #FBDBED on white background.


Black color preview on #FBDBED background

This text has black color on #FBDBED background.


White color preview on #FBDBED background

This text has white color on #FBDBED background.


Related colors

Complementary color

Complementary color for #hex is #042412.


I love getcolorcode.com

Triadic colors

1 #EDFBDB and #DBEDFB with #FBDBED are triadic colors.

2 #EDDBFB and #DBFBED with #FBDBED are triadic colors.