Color Hex Logo

#ffe6fa Color Hex

#FFE6FA
(255,230,250)
0 Favorites   0 Comments

Color spaces of #ffe6fa

RGB 255230250
HSL0.871.000.95
HSV312°10°100°
CMYK 0.000.100.02   0.00
XYZ86.792184.7558102.2275
Yxy84.75580.31700.3096
Hunter Lab92.06297.1704-1.3921
CIE-Lab93.777811.9042-6.5670

#ffe6fa color RGB value is (255,230,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100110 11111010
Octal 377 346 372
Decimal 255 230 250
Hex FF E6 FA

RGB Percentages of Color #ffe6fa

%34.69
%31.29
%34.01

CMYK Percentages of Color #ffe6fa

%0
%10
%2
%0

Triadic Colors of #ffe6fa

#ffe6fa #faffe6 #e6faff

Analogous Colors of #ffe6fa

#ffe6fa #ffe6ee #f8e6ff

Monochromatic Colors of #ffe6fa

#ffe6fa

Complementary Color

#ffe6fa #e6ffeb

#ffe6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe6fa Color CSS Codes

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

#ffe6fa Text Font Color

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

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


#ffe6fa Background Color

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

This div background color is #ffe6fa


#ffe6fa Border Color

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

This div border color is #ffe6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe6fa

Related Colors


Comments

No comments written yet.

Please login to write comment.