COLOR #FBDDE1

HEX: #FBDDE1
RGB: (251,221,225)

Color info

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

RGB color model

#FBDDE1 color RGB value is (251,221,225).

  • red value is 251;
  • green value is 221;
  • blue value is 225.
RGB:
(251,221,225)
(98%,87%,88%)

RGB channels and saturation

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

251
221
225

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

Portions of RGB colors in percentages

R + G + B =
251 + 221 + 225 = 697 (100%)
R 251 of 697 ~ 36.01%
G 221 of 697 ~ 31.71%
B 225 of 697 ~ 32.28%

%36.01
%31.71
%32.28

CMYK color model

#FBDDE1 color CMYK value is (0,12,10,2).

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 10.36%
  • key color value is 1.57%
CMYK:
(0,12,10,2)
C0M12Y10K2 
(0%,12%,10%,2%)
(0.00/0.12/0.10/0.02)	

CMYK percentages

%0
%11.95
%10.36
%1.57

Codes

Color #FBDDE1 in popluar color models

FBDDE1
RGB251221225
HSL352°78.95%92.55%
HSB/HSV352°11.95%98.43%
CMYK0.00%11.95%10.36%
1.57%

Color #FBDDE1 in popluar number systems.

HEXFBDDE1
Decimal251221225
Binary111110111101110111100001
Octal373335341

Shades and tints

Shades of #FBDDE1

#FBDDE1
(251,221,225)
#E5C9CD
(229,201,205)
#CFB5B9
(207,181,185)
#B9A1A5
(185,161,165)
#A38D91
(163,141,145)
#8D797D
(141,121,125)
#776569
(119,101,105)
#615155
(97,81,85)
#4B3D41
(75,61,65)
#35292D
(53,41,45)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #FBDDE1

#FBDDE1
(251,221,225)
#FBE0E3
(251,224,227)
#FBE3E5
(251,227,229)
#FBE6E7
(251,230,231)
#FBE9E9
(251,233,233)
#FBECEB
(251,236,235)
#FBEFED
(251,239,237)
#FBF2EF
(251,242,239)
#FBF5F1
(251,245,241)
#FBF8F3
(251,248,243)
#FBFBF5
(251,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDE1; }

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

This text font color is #FBDDE1.


Background Color

.myBgColor { background-color: #FBDDE1; }

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

This div background color is #FBDDE1.


Border color

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

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

This div border color is #FBDDE1.


Opacity

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

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

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

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

This text has shadow with #FBDDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDDE1 on black background.


Color preview on white background

This text has color #FBDDE1 on white background.



Black color preview on #FBDDE1 background

This text has black color on #FBDDE1 background.


White color preview on #FBDDE1 background

This text has white color on #FBDDE1 background.