COLOR #FBDDE0

HEX: #FBDDE0 RGB: (251,221,224)

Color info

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

RGB color model

#FBDDE0 color RGB value is (251,221,224).

RGB: (251,221,224) (98%, 87%, 88%)

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 224 of 255 = 88%

251
221
224

R + G + B ~ 91%. #FBDDE0 is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 221 + 224 = 696 (100%)
R 251 of 696 ~ 36.06%
G 221 of 696 ~ 31.75%
B 224 of 696 ~ 32.18'%

%36.06
%31.75
%32.18

CMYK color model

#FBDDE0 color CMYK value is (0,12,11,2).

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

CMYK: (0,12,11,2)
C0M12Y11K2 (0%, 12%, 11%, 2%)
(0.00 / 0.12 / 0.11 / 0.02)

CMYK percentages

%0
%11.95
%10.76
%1.57

Codes

Color #FBDDE0 in popluar color models

FB DD E0
RGB 251 221 224
HSL 354° 78.95% 92.55%
HSB/HSV 354° 11.95% 98.43%
CMYK 0.00% 11.95% 10.76%
1.57%

Color #FBDDE0 in popluar number systems.

HEX FB DD E0
Decimal 251 221 224
Binary 11111011 11011101 11100000
Octal 373 335 340

Shades and tints

Shades of #FBDDE0

#FBDDE0
(251,221,224)
#E5C9CC
(229,201,204)
#CFB5B8
(207,181,184)
#B9A1A4
(185,161,164)
#A38D90
(163,141,144)
#8D797C
(141,121,124)
#776568
(119,101,104)
#615154
(97,81,84)
#4B3D40
(75,61,64)
#35292C
(53,41,44)
#1F1518
(31,21,24)
#000000
(0,0,0)

Tints of #FBDDE0

#FBDDE0
(251,221,224)
#FBE0E2
(251,224,226)
#FBE3E4
(251,227,228)
#FBE6E6
(251,230,230)
#FBE9E8
(251,233,232)
#FBECEA
(251,236,234)
#FBEFEC
(251,239,236)
#FBF2EE
(251,242,238)
#FBF5F0
(251,245,240)
#FBF8F2
(251,248,242)
#FBFBF4
(251,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDE0; }

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

This text font color is #FBDDE0.

Background Color

.myBgColor { background-color: #FBDDE0; }

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

This div background color is #FBDDE0.

Border color

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

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

This div border color is #FBDDE0.

Opacity

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

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

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

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

This text has shadow with #FBDDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBDDE0.

Preview

Color preview on black background

This text has color #FBDDE0 on black background.


Color preview on white background

This text has color #FBDDE0 on white background.


Black color preview on #FBDDE0 background

This text has black color on #FBDDE0 background.


White color preview on #FBDDE0 background

This text has white color on #FBDDE0 background.


Related colors

Complementary color

Complementary color for #hex is #04221F.


I love getcolorcode.com

Triadic colors

1 #E0FBDD and #DDE0FB with #FBDDE0 are triadic colors.

2 #E0DDFB and #DDFBE0 with #FBDDE0 are triadic colors.