COLOR #FBDBE0

HEX: #FBDBE0
RGB: (251,219,224)

Color info

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

RGB color model

#FBDBE0 color RGB value is (251,219,224).

  • red value is 251;
  • green value is 219;
  • blue value is 224.
RGB:
(251,219,224)
(98%,86%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 224 of 255 = 88%

251
219
224

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

Portions of RGB colors in percentages

R + G + B =
251 + 219 + 224 = 694 (100%)
R 251 of 694 ~ 36.17%
G 219 of 694 ~ 31.56%
B 224 of 694 ~ 32.28%

%36.17
%31.56
%32.28

CMYK color model

#FBDBE0 color CMYK value is (0,13,11,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,13,11,2)
C0M13Y11K2 
(0%,13%,11%,2%)
(0.00/0.13/0.11/0.02)	

CMYK percentages

%0
%12.75
%10.76
%1.57

Codes

Color #FBDBE0 in popluar color models

FBDBE0
RGB251219224
HSL351°80.00%92.16%
HSB/HSV351°12.75%98.43%
CMYK0.00%12.75%10.76%
1.57%

Color #FBDBE0 in popluar number systems.

HEXFBDBE0
Decimal251219224
Binary111110111101101111100000
Octal373333340

Shades and tints

Shades of #FBDBE0

#FBDBE0
(251,219,224)
#E5C8CC
(229,200,204)
#CFB5B8
(207,181,184)
#B9A2A4
(185,162,164)
#A38F90
(163,143,144)
#8D7C7C
(141,124,124)
#776968
(119,105,104)
#615654
(97,86,84)
#4B4340
(75,67,64)
#35302C
(53,48,44)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #FBDBE0

#FBDBE0
(251,219,224)
#FBDEE2
(251,222,226)
#FBE1E4
(251,225,228)
#FBE4E6
(251,228,230)
#FBE7E8
(251,231,232)
#FBEAEA
(251,234,234)
#FBEDEC
(251,237,236)
#FBF0EE
(251,240,238)
#FBF3F0
(251,243,240)
#FBF6F2
(251,246,242)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDBE0; }

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

This text font color is #FBDBE0.


Background Color

.myBgColor { background-color: #FBDBE0; }

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

This div background color is #FBDBE0.


Border color

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

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

This div border color is #FBDBE0.


Opacity

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

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

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

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

This text has shadow with #FBDBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDBE0 on black background.


Color preview on white background

This text has color #FBDBE0 on white background.



Black color preview on #FBDBE0 background

This text has black color on #FBDBE0 background.


White color preview on #FBDBE0 background

This text has white color on #FBDBE0 background.