Color Hex Logo

#fbe6fe Color Hex

#FBE6FE
(251,230,254)
0 Favorites   0 Comments

Color spaces of #fbe6fe

RGB 251230254
HSL0.810.920.95
HSV293°100°
CMYK 0.010.090.00   0.00
XYZ85.969984.2586105.4984
Yxy84.25860.31180.3056
Hunter Lab91.79256.5405-3.8881
CIE-Lab93.562711.2947-9.0046

#fbe6fe color RGB value is (251,230,254).

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

The process color (four color CMYK) of #fbe6fe color hex is 0.01, 0.09, 0.00, 0.00. Web safe color of #fbe6fe is #ffffff. Color #fbe6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 11111110
Octal 373 346 376
Decimal 251 230 254
Hex FB E6 FE

RGB Percentages of Color #fbe6fe

%34.15
%31.29
%34.56

CMYK Percentages of Color #fbe6fe

%1
%9
%0
%0

Triadic Colors of #fbe6fe

#fbe6fe #fefbe6 #e6fefb

Analogous Colors of #fbe6fe

#fbe6fe #fee6f5 #efe6fe

Monochromatic Colors of #fbe6fe

#fbe6fe

Complementary Color

#fbe6fe #e9fee6

#fbe6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe6fe Color CSS Codes

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

#fbe6fe Text Font Color

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

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


#fbe6fe Background Color

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

This div background color is #fbe6fe


#fbe6fe Border Color

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

This div border color is #fbe6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe6fe


Comments

No comments written yet.

Please login to write comment.