Color Hex Logo

#fbe2fb Color Hex

#FBE2FB
(251,226,251)
0 Favorites   0 Comments

Color spaces of #fbe2fb

RGB 251226251
HSL0.830.760.94
HSV300°10°98°
CMYK 0.000.100.00   0.02
XYZ84.392681.8670102.6207
Yxy81.86700.31390.3045
Hunter Lab90.48048.1493-3.9090
CIE-Lab92.516112.8303-8.9930

#fbe2fb color RGB value is (251,226,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11111011
Octal 373 342 373
Decimal 251 226 251
Hex FB E2 FB

RGB Percentages of Color #fbe2fb

%34.48
%31.04
%34.48

CMYK Percentages of Color #fbe2fb

%0
%10
%0
%2

Triadic Colors of #fbe2fb

#fbe2fb #fbfbe2 #e2fbfb

Analogous Colors of #fbe2fb

#fbe2fb #fbe2ef #efe2fb

Monochromatic Colors of #fbe2fb

#fbe2fb

Complementary Color

#fbe2fb #e2fbe2

#fbe2fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2fb Color CSS Codes

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

#fbe2fb Text Font Color

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

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


#fbe2fb Background Color

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

This div background color is #fbe2fb


#fbe2fb Border Color

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

This div border color is #fbe2fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2fb

Related Colors


Comments

No comments written yet.

Please login to write comment.