COLOR #FBDBDB

HEX: #FBDBDB
RGB: (251,219,219)

Color info

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

RGB color model

#FBDBDB color RGB value is (251,219,219).

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

RGB channels and saturation

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

251
219
219

R + G + B ~ 90%. #FBDBDB is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 219 + 219 = 689 (100%)
R 251 of 689 ~ 36.43%
G 219 of 689 ~ 31.79%
B 219 of 689 ~ 31.79%

%36.43
%31.79
%31.79

CMYK color model

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

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

CMYK percentages

%0
%12.75
%12.75
%1.57

Codes

Color #FBDBDB in popluar color models

FBDBDB
RGB251219219
HSL80.00%92.16%
HSB/HSV12.75%98.43%
CMYK0.00%12.75%12.75%
1.57%

Color #FBDBDB in popluar number systems.

HEXFBDBDB
Decimal251219219
Binary111110111101101111011011
Octal373333333

Shades and tints

Shades of #FBDBDB

#FBDBDB
(251,219,219)
#E5C8C8
(229,200,200)
#CFB5B5
(207,181,181)
#B9A2A2
(185,162,162)
#A38F8F
(163,143,143)
#8D7C7C
(141,124,124)
#776969
(119,105,105)
#615656
(97,86,86)
#4B4343
(75,67,67)
#353030
(53,48,48)
#1F1D1D
(31,29,29)
#000000
(0,0,0)

Tints of #FBDBDB

#FBDBDB
(251,219,219)
#FBDEDE
(251,222,222)
#FBE1E1
(251,225,225)
#FBE4E4
(251,228,228)
#FBE7E7
(251,231,231)
#FBEAEA
(251,234,234)
#FBEDED
(251,237,237)
#FBF0F0
(251,240,240)
#FBF3F3
(251,243,243)
#FBF6F6
(251,246,246)
#FBF9F9
(251,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBDBDB; }

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

This text font color is #FBDBDB.


Background Color

.myBgColor { background-color: #FBDBDB; }

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

This div background color is #FBDBDB.


Border color

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

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

This div border color is #FBDBDB.


Opacity

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

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

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

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

This text has shadow with #FBDBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBDBDB on black background.


Color preview on white background

This text has color #FBDBDB on white background.



Black color preview on #FBDBDB background

This text has black color on #FBDBDB background.


White color preview on #FBDBDB background

This text has white color on #FBDBDB background.