Color Hex Logo

#fbbcfb Color Hex

#FBBCFB
(251,188,251)
0 Favorites   0 Comments

Color spaces of #fbbcfb

RGB 251188251
HSL0.830.890.86
HSV300°25°98°
CMYK 0.000.250.00   0.02
XYZ75.179563.440799.5497
Yxy63.44070.31570.2664
Hunter Lab79.649729.0951-18.3485
CIE-Lab83.673732.7781-22.2627

#fbbcfb color RGB value is (251,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11111011
Octal 373 274 373
Decimal 251 188 251
Hex FB BC FB

RGB Percentages of Color #fbbcfb

%36.38
%27.25
%36.38

CMYK Percentages of Color #fbbcfb

%0
%25
%0
%2

Triadic Colors of #fbbcfb

#fbbcfb #fbfbbc #bcfbfb

Analogous Colors of #fbbcfb

#fbbcfb #fbbcdc #dcbcfb

Monochromatic Colors of #fbbcfb

#fbbcfb

Complementary Color

#fbbcfb #bcfbbc

#fbbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcfb Color CSS Codes

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

#fbbcfb Text Font Color

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

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


#fbbcfb Background Color

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

This div background color is #fbbcfb


#fbbcfb Border Color

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

This div border color is #fbbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.