Color Hex Logo

#fea1fc Color Hex

#FEA1FC
(254,161,252)
0 Favorites   0 Comments

Color spaces of #fea1fc

RGB 254161252
HSL0.840.980.81
HSV301°37°100°
CMYK 0.000.370.01   0.00
XYZ71.188653.588898.6871
Yxy53.58880.31860.2398
Hunter Lab73.204445.4771-28.6860
CIE-Lab78.221447.9482-31.1010

#fea1fc color RGB value is (254,161,252).

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

The process color (four color CMYK) of #fea1fc color hex is 0.00, 0.37, 0.01, 0.00. Web safe color of #fea1fc is #ff99ff. Color #fea1fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 11111100
Octal 376 241 374
Decimal 254 161 252
Hex FE A1 FC

RGB Percentages of Color #fea1fc

%38.08
%24.14
%37.78

CMYK Percentages of Color #fea1fc

%0
%37
%1
%0

Triadic Colors of #fea1fc

#fea1fc #fcfea1 #a1fcfe

Analogous Colors of #fea1fc

#fea1fc #fea1ce #d2a1fe

Monochromatic Colors of #fea1fc

#fea1fc

Complementary Color

#fea1fc #a1fea3

#fea1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea1fc Color CSS Codes

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

#fea1fc Text Font Color

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

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


#fea1fc Background Color

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

This div background color is #fea1fc


#fea1fc Border Color

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

This div border color is #fea1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea1fc

Related Colors


Comments

No comments written yet.

Please login to write comment.