Color Hex Logo

#feabc2 Color Hex

#FEABC2
(254,171,194)
0 Favorites   0 Comments

Color spaces of #feabc2

RGB 254171194
HSL0.950.980.83
HSV343°33°100°
CMYK 0.000.330.24   0.00
XYZ65.173654.091758.0447
Yxy54.09170.36760.3051
Hunter Lab73.547129.47014.6902
CIE-Lab78.515233.51480.7896

#feabc2 color RGB value is (254,171,194).

#feabc2 hex color red value is 254, green value is 171 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #feabc2 hue: 0.95 , saturation: 0.98 and the lightness value of feabc2 is 0.83.

The process color (four color CMYK) of #feabc2 color hex is 0.00, 0.33, 0.24, 0.00. Web safe color of #feabc2 is #ff99cc. Color #feabc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11000010
Octal 376 253 302
Decimal 254 171 194
Hex FE AB C2

RGB Percentages of Color #feabc2

%41.03
%27.63
%31.34

CMYK Percentages of Color #feabc2

%0
%33
%24
%0

Triadic Colors of #feabc2

#feabc2 #c2feab #abc2fe

Analogous Colors of #feabc2

#feabc2 #febeab #feabec

Monochromatic Colors of #feabc2

#feabc2

Complementary Color

#feabc2 #abfee7

#feabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabc2 Color CSS Codes

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

#feabc2 Text Font Color

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

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


#feabc2 Background Color

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

This div background color is #feabc2


#feabc2 Border Color

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

This div border color is #feabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabc2

Related Colors


Comments

No comments written yet.

Please login to write comment.