Color Hex Logo

#ffe5fb Color Hex

#FFE5FB
(255,229,251)
1 Favorites   0 Comments

Color spaces of #ffe5fb

RGB 255229251
HSL0.861.000.95
HSV309°10°100°
CMYK 0.000.100.02   0.00
XYZ86.671984.2637102.9632
Yxy84.26370.31640.3076
Hunter Lab91.79537.8957-2.2466
CIE-Lab93.564912.5978-7.4027

#ffe5fb color RGB value is (255,229,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 11111011
Octal 377 345 373
Decimal 255 229 251
Hex FF E5 FB

RGB Percentages of Color #ffe5fb

%34.69
%31.16
%34.15

CMYK Percentages of Color #ffe5fb

%0
%10
%2
%0

Triadic Colors of #ffe5fb

#ffe5fb #fbffe5 #e5fbff

Analogous Colors of #ffe5fb

#ffe5fb #ffe5ee #f6e5ff

Monochromatic Colors of #ffe5fb

#ffe5fb

Complementary Color

#ffe5fb #e5ffe9

#ffe5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe5fb Color CSS Codes

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

#ffe5fb Text Font Color

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

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


#ffe5fb Background Color

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

This div background color is #ffe5fb


#ffe5fb Border Color

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

This div border color is #ffe5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe5fb

Related Colors

#ffe5fb Color Palettes


Comments

No comments written yet.

Please login to write comment.