Color Hex Logo

#fbbcea Color Hex

#FBBCEA
(251,188,234)
0 Favorites   0 Comments

Color spaces of #fbbcea

RGB 251188234
HSL0.880.890.86
HSV316°25°98°
CMYK 0.000.250.07   0.02
XYZ72.618262.416286.0620
Yxy62.41620.32840.2823
Hunter Lab79.003925.8153-9.2841
CIE-Lab83.134329.7913-13.9974

#fbbcea color RGB value is (251,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11101010
Octal 373 274 352
Decimal 251 188 234
Hex FB BC EA

RGB Percentages of Color #fbbcea

%37.30
%27.93
%34.77

CMYK Percentages of Color #fbbcea

%0
%25
%7
%2

Triadic Colors of #fbbcea

#fbbcea #eafbbc #bceafb

Analogous Colors of #fbbcea

#fbbcea #fbbccb #edbcfb

Monochromatic Colors of #fbbcea

#fbbcea

Complementary Color

#fbbcea #bcfbcd

#fbbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcea Color CSS Codes

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

#fbbcea Text Font Color

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

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


#fbbcea Background Color

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

This div background color is #fbbcea


#fbbcea Border Color

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

This div border color is #fbbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcea


Comments

No comments written yet.

Please login to write comment.