Color Hex Logo

#fbbdfb Color Hex

#FBBDFB
(251,189,251)
0 Favorites   0 Comments

Color spaces of #fbbdfb

RGB 251189251
HSL0.830.890.86
HSV300°25°98°
CMYK 0.000.250.00   0.02
XYZ75.393863.869599.6211
Yxy63.86950.31560.2674
Hunter Lab79.918428.5370-17.9642
CIE-Lab83.897832.2513-21.9227

#fbbdfb color RGB value is (251,189,251).

#fbbdfb hex color red value is 251, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbbdfb hue: 0.83 , saturation: 0.89 and the lightness value of fbbdfb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11111011
Octal 373 275 373
Decimal 251 189 251
Hex FB BD FB

RGB Percentages of Color #fbbdfb

%36.32
%27.35
%36.32

CMYK Percentages of Color #fbbdfb

%0
%25
%0
%2

Triadic Colors of #fbbdfb

#fbbdfb #fbfbbd #bdfbfb

Analogous Colors of #fbbdfb

#fbbdfb #fbbddc #dcbdfb

Monochromatic Colors of #fbbdfb

#fbbdfb

Complementary Color

#fbbdfb #bdfbbd

#fbbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdfb Color CSS Codes

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

#fbbdfb Text Font Color

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

This sample text font color is #fbbdfb
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.


#fbbdfb Background Color

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

This div background color is #fbbdfb


#fbbdfb Border Color

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

This div border color is #fbbdfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,189,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 #fbbdfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.