Color Hex Logo

#fea3fa Color Hex

#FEA3FA
(254,163,250)
0 Favorites   0 Comments

Color spaces of #fea3fa

RGB 254163250
HSL0.840.980.82
HSV303°36°100°
CMYK 0.000.360.02   0.00
XYZ71.225654.167397.1438
Yxy54.16730.32010.2434
Hunter Lab73.598443.9478-26.7389
CIE-Lab78.559246.5707-29.5043

#fea3fa color RGB value is (254,163,250).

#fea3fa hex color red value is 254, green value is 163 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fea3fa hue: 0.84 , saturation: 0.98 and the lightness value of fea3fa is 0.82.

The process color (four color CMYK) of #fea3fa color hex is 0.00, 0.36, 0.02, 0.00. Web safe color of #fea3fa is #ff99ff. Color #fea3fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 11111010
Octal 376 243 372
Decimal 254 163 250
Hex FE A3 FA

RGB Percentages of Color #fea3fa

%38.08
%24.44
%37.48

CMYK Percentages of Color #fea3fa

%0
%36
%2
%0

Triadic Colors of #fea3fa

#fea3fa #fafea3 #a3fafe

Analogous Colors of #fea3fa

#fea3fa #fea3cd #d5a3fe

Monochromatic Colors of #fea3fa

#fea3fa

Complementary Color

#fea3fa #a3fea7

#fea3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea3fa Color CSS Codes

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

#fea3fa Text Font Color

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

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


#fea3fa Background Color

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

This div background color is #fea3fa


#fea3fa Border Color

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

This div border color is #fea3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea3fa


Comments

No comments written yet.

Please login to write comment.