COLOR #FBDBF1

HEX: #FBDBF1
RGB: (251,219,241)

Color info

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

RGB color model

#FBDBF1 color RGB value is (251,219,241).

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

RGB channels and saturation

R 251 of 255 = 98%
G 219 of 255 = 86%
B 241 of 255 = 95%

251
219
241

R + G + B ~ 93%. #FBDBF1 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 219 + 241 = 711 (100%)
R 251 of 711 ~ 35.3%
G 219 of 711 ~ 30.8%
B 241 of 711 ~ 33.9%

%35.3
%30.8
%33.9

CMYK color model

#FBDBF1 color CMYK value is (0,13,4,2).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 3.98%
  • key color value is 1.57%
CMYK:
(0,13,4,2)
C0M13Y4K2 
(0%,13%,4%,2%)
(0.00/0.13/0.04/0.02)	

CMYK percentages

%0
%12.75
%3.98
%1.57

Codes

Color #FBDBF1 in popluar color models

FBDBF1
RGB251219241
HSL319°80.00%92.16%
HSB/HSV319°12.75%98.43%
CMYK0.00%12.75%3.98%
1.57%

Color #FBDBF1 in popluar number systems.

HEXFBDBF1
Decimal251219241
Binary111110111101101111110001
Octal373333361

Shades and tints

Shades of #FBDBF1

#FBDBF1
(251,219,241)
#E5C8DC
(229,200,220)
#CFB5C7
(207,181,199)
#B9A2B2
(185,162,178)
#A38F9D
(163,143,157)
#8D7C88
(141,124,136)
#776973
(119,105,115)
#61565E
(97,86,94)
#4B4349
(75,67,73)
#353034
(53,48,52)
#1F1D1F
(31,29,31)
#000000
(0,0,0)

Tints of #FBDBF1

#FBDBF1
(251,219,241)
#FBDEF2
(251,222,242)
#FBE1F3
(251,225,243)
#FBE4F4
(251,228,244)
#FBE7F5
(251,231,245)
#FBEAF6
(251,234,246)
#FBEDF7
(251,237,247)
#FBF0F8
(251,240,248)
#FBF3F9
(251,243,249)
#FBF6FA
(251,246,250)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDBF1; }

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

This text font color is #FBDBF1.


Background Color

.myBgColor { background-color: #FBDBF1; }

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

This div background color is #FBDBF1.


Border color

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

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

This div border color is #FBDBF1.


Opacity

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

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

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

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

This text has shadow with #FBDBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDBF1 on black background.


Color preview on white background

This text has color #FBDBF1 on white background.



Black color preview on #FBDBF1 background

This text has black color on #FBDBF1 background.


White color preview on #FBDBF1 background

This text has white color on #FBDBF1 background.