Color Hex Logo

#fbebff Color Hex

#FBEBFF
(251,235,255)
0 Favorites   0 Comments

Color spaces of #fbebff

RGB 251235255
HSL0.801.000.96
HSV288°100°
CMYK 0.020.080.00   0.00
XYZ87.542087.1459106.8146
Yxy87.14590.31100.3096
Hunter Lab93.35204.0247-2.4941
CIE-Lab94.80018.8906-7.6907

#fbebff color RGB value is (251,235,255).

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

The process color (four color CMYK) of #fbebff color hex is 0.02, 0.08, 0.00, 0.00. Web safe color of #fbebff is #ffffff. Color #fbebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11111111
Octal 373 353 377
Decimal 251 235 255
Hex FB EB FF

RGB Percentages of Color #fbebff

%33.87
%31.71
%34.41

CMYK Percentages of Color #fbebff

%2
%8
%0
%0

Triadic Colors of #fbebff

#fbebff #fffbeb #ebfffb

Analogous Colors of #fbebff

#fbebff #ffebf9 #f1ebff

Monochromatic Colors of #fbebff

#fbebff

Complementary Color

#fbebff #efffeb

#fbebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebff Color CSS Codes

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

#fbebff Text Font Color

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

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


#fbebff Background Color

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

This div background color is #fbebff


#fbebff Border Color

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

This div border color is #fbebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebff

#fbebff Color Palettes


Comments

No comments written yet.

Please login to write comment.