Color Hex Logo

#fbbdfc Color Hex

#FBBDFC
(251,189,252)
0 Favorites   0 Comments

Color spaces of #fbbdfc

RGB 251189252
HSL0.830.910.86
HSV299°25°99°
CMYK 0.000.250.00   0.01
XYZ75.551963.9327100.4537
Yxy63.93270.31490.2665
Hunter Lab79.957928.7375-18.5174
CIE-Lab83.930732.4326-22.4054

#fbbdfc color RGB value is (251,189,252).

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

The process color (four color CMYK) of #fbbdfc color hex is 0.00, 0.25, 0.00, 0.01. Web safe color of #fbbdfc is #ffccff. Color #fbbdfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11111100
Octal 373 275 374
Decimal 251 189 252
Hex FB BD FC

RGB Percentages of Color #fbbdfc

%36.27
%27.31
%36.42

CMYK Percentages of Color #fbbdfc

%0
%25
%0
%1

Triadic Colors of #fbbdfc

#fbbdfc #fcfbbd #bdfcfb

Analogous Colors of #fbbdfc

#fbbdfc #fcbdde #dcbdfc

Monochromatic Colors of #fbbdfc

#fbbdfc

Complementary Color

#fbbdfc #befcbd

#fbbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdfc Color CSS Codes

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

#fbbdfc Text Font Color

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

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


#fbbdfc Background Color

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

This div background color is #fbbdfc


#fbbdfc Border Color

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

This div border color is #fbbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.