Color Hex Logo

#fbdbfb Color Hex

#FBDBFB
(251,219,251)
0 Favorites   0 Comments

Color spaces of #fbdbfb

RGB 251219251
HSL0.830.800.92
HSV300°13°98°
CMYK 0.000.130.00   0.02
XYZ82.527878.1373101.9991
Yxy78.13730.31420.2975
Hunter Lab88.395311.9597-6.5379
CIE-Lab90.842516.4780-11.4818

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

#fbdbfb hex color red value is 251, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbdbfb hue: 0.83 , saturation: 0.80 and the lightness value of fbdbfb is 0.92.

The process color (four color CMYK) of #fbdbfb color hex is 0.00, 0.13, 0.00, 0.02. Web safe color of #fbdbfb is #ffccff. Color #fbdbfb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11111011
Octal 373 333 373
Decimal 251 219 251
Hex FB DB FB

RGB Percentages of Color #fbdbfb

%34.81
%30.37
%34.81

CMYK Percentages of Color #fbdbfb

%0
%13
%0
%2

Triadic Colors of #fbdbfb

#fbdbfb #fbfbdb #dbfbfb

Analogous Colors of #fbdbfb

#fbdbfb #fbdbeb #ebdbfb

Monochromatic Colors of #fbdbfb

#fbdbfb

Complementary Color

#fbdbfb #dbfbdb

#fbdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbfb Color CSS Codes

.mybgcolor {background-color:#fbdbfb; } 
.myforecolor {color:#fbdbfb; }
.mybordercolor {border:3px solid #fbdbfb; }

#fbdbfb Text Font Color

<p style="color:#fbdbfb">Text here</p>

This sample text font color is #fbdbfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fbdbfb Background Color

<div style="background-color:#fbdbfb">
Div content here</div>

This div background color is #fbdbfb


#fbdbfb Border Color

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

This div border color is #fbdbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,219,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbdbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbdbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdbfb;
  box-shadow:         1px 1px 3px 2px #fbdbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,219,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbdbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fbdbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #fbdbfb;
  box-shadow:         1px 1px 3px 2px #fbdbfb;">
Div content here</div>

This div box has shadow with color #fbdbfb

#fbdbfb Color Palettes


Comments

No comments written yet.

Please login to write comment.