Color Hex Logo

#fbc0eb Color Hex

#FBC0EB
(251,192,235)
0 Favorites   0 Comments

Color spaces of #fbc0eb

RGB 251192235
HSL0.880.880.87
HSV316°24°98°
CMYK 0.000.240.06   0.02
XYZ73.628764.206787.1097
Yxy64.20670.32730.2854
Hunter Lab80.129123.7935-8.3648
CIE-Lab84.073327.8543-13.1258

#fbc0eb color RGB value is (251,192,235).

#fbc0eb hex color red value is 251, green value is 192 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbc0eb hue: 0.88 , saturation: 0.88 and the lightness value of fbc0eb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 11101011
Octal 373 300 353
Decimal 251 192 235
Hex FB C0 EB

RGB Percentages of Color #fbc0eb

%37.02
%28.32
%34.66

CMYK Percentages of Color #fbc0eb

%0
%24
%6
%2

Triadic Colors of #fbc0eb

#fbc0eb #ebfbc0 #c0ebfb

Analogous Colors of #fbc0eb

#fbc0eb #fbc0ce #eec0fb

Monochromatic Colors of #fbc0eb

#fbc0eb

Complementary Color

#fbc0eb #c0fbd0

#fbc0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc0eb Color CSS Codes

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

#fbc0eb Text Font Color

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

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


#fbc0eb Background Color

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

This div background color is #fbc0eb


#fbc0eb Border Color

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

This div border color is #fbc0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc0eb


Comments

No comments written yet.

Please login to write comment.