Color Hex Logo

#fbbcfc Color Hex

#FBBCFC
(251,188,252)
0 Favorites   0 Comments

Color spaces of #fbbcfc

RGB 251188252
HSL0.830.910.86
HSV299°25°99°
CMYK 0.000.250.00   0.01
XYZ75.337663.5039100.3822
Yxy63.50390.31490.2655
Hunter Lab79.689329.2960-18.9033
CIE-Lab83.706832.9594-22.7452

#fbbcfc color RGB value is (251,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11111100
Octal 373 274 374
Decimal 251 188 252
Hex FB BC FC

RGB Percentages of Color #fbbcfc

%36.32
%27.21
%36.47

CMYK Percentages of Color #fbbcfc

%0
%25
%0
%1

Triadic Colors of #fbbcfc

#fbbcfc #fcfbbc #bcfcfb

Analogous Colors of #fbbcfc

#fbbcfc #fcbcdd #dbbcfc

Monochromatic Colors of #fbbcfc

#fbbcfc

Complementary Color

#fbbcfc #bdfcbc

#fbbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcfc Color CSS Codes

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

#fbbcfc Text Font Color

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

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


#fbbcfc Background Color

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

This div background color is #fbbcfc


#fbbcfc Border Color

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

This div border color is #fbbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.