Color Hex Logo

#feabc0 Color Hex

#FEABC0
(254,171,192)
0 Favorites   0 Comments

Color spaces of #feabc0

RGB 254171192
HSL0.960.980.83
HSV345°33°100°
CMYK 0.000.330.24   0.00
XYZ64.950454.002456.8694
Yxy54.00240.36940.3071
Hunter Lab73.486329.16505.5572
CIE-Lab78.463133.23521.8018

#feabc0 color RGB value is (254,171,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11000000
Octal 376 253 300
Decimal 254 171 192
Hex FE AB C0

RGB Percentages of Color #feabc0

%41.17
%27.71
%31.12

CMYK Percentages of Color #feabc0

%0
%33
%24
%0

Triadic Colors of #feabc0

#feabc0 #c0feab #abc0fe

Analogous Colors of #feabc0

#feabc0 #fec0ab #feabea

Monochromatic Colors of #feabc0

#feabc0

Complementary Color

#feabc0 #abfee9

#feabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabc0 Color CSS Codes

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

#feabc0 Text Font Color

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

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


#feabc0 Background Color

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

This div background color is #feabc0


#feabc0 Border Color

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

This div border color is #feabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabc0


Comments

No comments written yet.

Please login to write comment.