Color Hex Logo

#fbe2eb Color Hex

#FBE2EB
(251,226,235)
0 Favorites   0 Comments

Color spaces of #fbe2eb

RGB 251226235
HSL0.940.760.94
HSV338°10°98°
CMYK 0.000.100.06   0.02
XYZ81.975480.900189.8920
Yxy80.90010.32430.3201
Hunter Lab89.94455.28213.7057
CIE-Lab92.087210.0463-1.2647

#fbe2eb color RGB value is (251,226,235).

#fbe2eb hex color red value is 251, green value is 226 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbe2eb hue: 0.94 , saturation: 0.76 and the lightness value of fbe2eb is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11101011
Octal 373 342 353
Decimal 251 226 235
Hex FB E2 EB

RGB Percentages of Color #fbe2eb

%35.25
%31.74
%33.01

CMYK Percentages of Color #fbe2eb

%0
%10
%6
%2

Triadic Colors of #fbe2eb

#fbe2eb #ebfbe2 #e2ebfb

Analogous Colors of #fbe2eb

#fbe2eb #fbe6e2 #fbe2f8

Monochromatic Colors of #fbe2eb

#fbe2eb

Complementary Color

#fbe2eb #e2fbf2

#fbe2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2eb Color CSS Codes

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

#fbe2eb Text Font Color

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

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


#fbe2eb Background Color

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

This div background color is #fbe2eb


#fbe2eb Border Color

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

This div border color is #fbe2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2eb

Related Colors


Comments

No comments written yet.

Please login to write comment.