Color Hex Logo

#ffe1fa Color Hex

#FFE1FA
(255,225,250)
0 Favorites   0 Comments

Color spaces of #ffe1fa

RGB 255225250
HSL0.861.000.94
HSV310°12°100°
CMYK 0.000.120.02   0.00
XYZ85.420582.0126101.7703
Yxy82.01260.31730.3046
Hunter Lab90.56089.8868-3.2363
CIE-Lab92.580414.4964-8.3390

#ffe1fa color RGB value is (255,225,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 11111010
Octal 377 341 372
Decimal 255 225 250
Hex FF E1 FA

RGB Percentages of Color #ffe1fa

%34.93
%30.82
%34.25

CMYK Percentages of Color #ffe1fa

%0
%12
%2
%0

Triadic Colors of #ffe1fa

#ffe1fa #faffe1 #e1faff

Analogous Colors of #ffe1fa

#ffe1fa #ffe1eb #f5e1ff

Monochromatic Colors of #ffe1fa

#ffe1fa

Complementary Color

#ffe1fa #e1ffe6

#ffe1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe1fa Color CSS Codes

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

#ffe1fa Text Font Color

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

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


#ffe1fa Background Color

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

This div background color is #ffe1fa


#ffe1fa Border Color

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

This div border color is #ffe1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe1fa

Related Colors

#ffe1fa Color Palettes


Comments

No comments written yet.

Please login to write comment.