COLOR #FBDBEA

HEX: #FBDBEA
RGB: (251,219,234)

Color info

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

RGB color model

#FBDBEA color RGB value is (251,219,234).

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

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 234 of 255 = 92%

251
219
234

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

Portions of RGB colors in percentages

R + G + B =
251 + 219 + 234 = 704 (100%)
R 251 of 704 ~ 35.65%
G 219 of 704 ~ 31.11%
B 234 of 704 ~ 33.24%

%35.65
%31.11
%33.24

CMYK color model

#FBDBEA color CMYK value is (0,13,7,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK:
(0,13,7,2)
C0M13Y7K2 
(0%,13%,7%,2%)
(0.00/0.13/0.07/0.02)	

CMYK percentages

%0
%12.75
%6.77
%1.57

Codes

Color #FBDBEA in popluar color models

FBDBEA
RGB251219234
HSL332°80.00%92.16%
HSB/HSV332°12.75%98.43%
CMYK0.00%12.75%6.77%
1.57%

Color #FBDBEA in popluar number systems.

HEXFBDBEA
Decimal251219234
Binary111110111101101111101010
Octal373333352

Shades and tints

Shades of #FBDBEA

#FBDBEA
(251,219,234)
#E5C8D5
(229,200,213)
#CFB5C0
(207,181,192)
#B9A2AB
(185,162,171)
#A38F96
(163,143,150)
#8D7C81
(141,124,129)
#77696C
(119,105,108)
#615657
(97,86,87)
#4B4342
(75,67,66)
#35302D
(53,48,45)
#1F1D18
(31,29,24)
#000000
(0,0,0)

Tints of #FBDBEA

#FBDBEA
(251,219,234)
#FBDEEB
(251,222,235)
#FBE1EC
(251,225,236)
#FBE4ED
(251,228,237)
#FBE7EE
(251,231,238)
#FBEAEF
(251,234,239)
#FBEDF0
(251,237,240)
#FBF0F1
(251,240,241)
#FBF3F2
(251,243,242)
#FBF6F3
(251,246,243)
#FBF9F4
(251,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDBEA; }

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

This text font color is #FBDBEA.


Background Color

.myBgColor { background-color: #FBDBEA; }

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

This div background color is #FBDBEA.


Border color

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

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

This div border color is #FBDBEA.


Opacity

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

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

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

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

This text has shadow with #FBDBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDBEA on black background.


Color preview on white background

This text has color #FBDBEA on white background.



Black color preview on #FBDBEA background

This text has black color on #FBDBEA background.


White color preview on #FBDBEA background

This text has white color on #FBDBEA background.