COLOR #FBDDE3

HEX: #FBDDE3
RGB: (251,221,227)

Color info

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

RGB color model

#FBDDE3 color RGB value is (251,221,227).

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

RGB channels and saturation

R 251 of 255 = 98%
G 221 of 255 = 87%
B 227 of 255 = 89%

251
221
227

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

Portions of RGB colors in percentages

R + G + B =
251 + 221 + 227 = 699 (100%)
R 251 of 699 ~ 35.91%
G 221 of 699 ~ 31.62%
B 227 of 699 ~ 32.47%

%35.91
%31.62
%32.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.95%
  • yellow value is 9.56%
  • 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
%9.56
%1.57

Codes

Color #FBDDE3 in popluar color models

FBDDE3
RGB251221227
HSL348°78.95%92.55%
HSB/HSV348°11.95%98.43%
CMYK0.00%11.95%9.56%
1.57%

Color #FBDDE3 in popluar number systems.

HEXFBDDE3
Decimal251221227
Binary111110111101110111100011
Octal373335343

Shades and tints

Shades of #FBDDE3

#FBDDE3
(251,221,227)
#E5C9CF
(229,201,207)
#CFB5BB
(207,181,187)
#B9A1A7
(185,161,167)
#A38D93
(163,141,147)
#8D797F
(141,121,127)
#77656B
(119,101,107)
#615157
(97,81,87)
#4B3D43
(75,61,67)
#35292F
(53,41,47)
#1F151B
(31,21,27)
#000000
(0,0,0)

Tints of #FBDDE3

#FBDDE3
(251,221,227)
#FBE0E5
(251,224,229)
#FBE3E7
(251,227,231)
#FBE6E9
(251,230,233)
#FBE9EB
(251,233,235)
#FBECED
(251,236,237)
#FBEFEF
(251,239,239)
#FBF2F1
(251,242,241)
#FBF5F3
(251,245,243)
#FBF8F5
(251,248,245)
#FBFBF7
(251,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDDE3; }

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

This text font color is #FBDDE3.


Background Color

.myBgColor { background-color: #FBDDE3; }

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

This div background color is #FBDDE3.


Border color

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

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

This div border color is #FBDDE3.


Opacity

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

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

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

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

This text has shadow with #FBDDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDDE3 on black background.


Color preview on white background

This text has color #FBDDE3 on white background.



Black color preview on #FBDDE3 background

This text has black color on #FBDDE3 background.


White color preview on #FBDDE3 background

This text has white color on #FBDDE3 background.