Color Hex Logo

#fbe6ff Color Hex

#FBE6FF
(251,230,255)
0 Favorites   0 Comments

Color spaces of #fbe6ff

RGB 251230255
HSL0.811.000.95
HSV290°10°100°
CMYK 0.020.100.00   0.00
XYZ86.130584.3229106.3441
Yxy84.32290.31120.3046
Hunter Lab91.82756.7277-4.3836
CIE-Lab93.590611.4755-9.4840

#fbe6ff color RGB value is (251,230,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 11111111
Octal 373 346 377
Decimal 251 230 255
Hex FB E6 FF

RGB Percentages of Color #fbe6ff

%34.10
%31.25
%34.65

CMYK Percentages of Color #fbe6ff

%2
%10
%0
%0

Triadic Colors of #fbe6ff

#fbe6ff #fffbe6 #e6fffb

Analogous Colors of #fbe6ff

#fbe6ff #ffe6f7 #efe6ff

Monochromatic Colors of #fbe6ff

#fbe6ff

Complementary Color

#fbe6ff #eaffe6

#fbe6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe6ff Color CSS Codes

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

#fbe6ff Text Font Color

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

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


#fbe6ff Background Color

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

This div background color is #fbe6ff


#fbe6ff Border Color

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

This div border color is #fbe6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe6ff

Related Colors

#fbe6ff Color Palettes


Comments

No comments written yet.

Please login to write comment.