Color Hex Logo

#fbe0ff Color Hex

#FBE0FF
(251,224,255)
2 Favorites   0 Comments

Color spaces of #fbe0ff

RGB 251224255
HSL0.811.000.94
HSV292°12°100°
CMYK 0.020.120.00   0.00
XYZ84.489381.0405105.7971
Yxy81.04050.31140.2987
Hunter Lab90.02259.9892-6.6636
CIE-Lab92.149714.5932-11.6274

#fbe0ff color RGB value is (251,224,255).

#fbe0ff hex color red value is 251, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbe0ff hue: 0.81 , saturation: 1.00 and the lightness value of fbe0ff is 0.94.

The process color (four color CMYK) of #fbe0ff color hex is 0.02, 0.12, 0.00, 0.00. Web safe color of #fbe0ff is #ffccff. Color #fbe0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 11111111
Octal 373 340 377
Decimal 251 224 255
Hex FB E0 FF

RGB Percentages of Color #fbe0ff

%34.38
%30.68
%34.93

CMYK Percentages of Color #fbe0ff

%2
%12
%0
%0

Triadic Colors of #fbe0ff

#fbe0ff #fffbe0 #e0fffb

Analogous Colors of #fbe0ff

#fbe0ff #ffe0f4 #ece0ff

Monochromatic Colors of #fbe0ff

#fbe0ff

Complementary Color

#fbe0ff #e4ffe0

#fbe0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0ff Color CSS Codes

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

#fbe0ff Text Font Color

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

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


#fbe0ff Background Color

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

This div background color is #fbe0ff


#fbe0ff Border Color

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

This div border color is #fbe0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0ff

Related Colors

#fbe0ff Color Palettes


Comments

No comments written yet.

Please login to write comment.