Color Hex Logo

#fbbcfa Color Hex

#FBBCFA
(251,188,250)
0 Favorites   0 Comments

Color spaces of #fbbcfa

RGB 251188250
HSL0.840.890.86
HSV301°25°98°
CMYK 0.000.250.00   0.02
XYZ75.022263.377898.7215
Yxy63.37780.31640.2673
Hunter Lab79.610228.8951-17.7961
CIE-Lab83.640832.5975-21.7797

#fbbcfa color RGB value is (251,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11111010
Octal 373 274 372
Decimal 251 188 250
Hex FB BC FA

RGB Percentages of Color #fbbcfa

%36.43
%27.29
%36.28

CMYK Percentages of Color #fbbcfa

%0
%25
%0
%2

Triadic Colors of #fbbcfa

#fbbcfa #fafbbc #bcfafb

Analogous Colors of #fbbcfa

#fbbcfa #fbbcdb #ddbcfb

Monochromatic Colors of #fbbcfa

#fbbcfa

Complementary Color

#fbbcfa #bcfbbd

#fbbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcfa Color CSS Codes

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

#fbbcfa Text Font Color

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

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


#fbbcfa Background Color

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

This div background color is #fbbcfa


#fbbcfa Border Color

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

This div border color is #fbbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.