Color Hex Logo

#feacc1 Color Hex

#FEACC1
(254,172,193)
0 Favorites   0 Comments

Color spaces of #feacc1

RGB 254172193
HSL0.960.980.84
HSV345°32°100°
CMYK 0.000.320.24   0.00
XYZ65.251254.426157.5183
Yxy54.42610.36820.3072
Hunter Lab73.774028.77405.4161
CIE-Lab78.709532.85191.6164

#feacc1 color RGB value is (254,172,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11000001
Octal 376 254 301
Decimal 254 172 193
Hex FE AC C1

RGB Percentages of Color #feacc1

%41.03
%27.79
%31.18

CMYK Percentages of Color #feacc1

%0
%32
%24
%0

Triadic Colors of #feacc1

#feacc1 #c1feac #acc1fe

Analogous Colors of #feacc1

#feacc1 #fec0ac #feacea

Monochromatic Colors of #feacc1

#feacc1

Complementary Color

#feacc1 #acfee9

#feacc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacc1 Color CSS Codes

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

#feacc1 Text Font Color

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

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


#feacc1 Background Color

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

This div background color is #feacc1


#feacc1 Border Color

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

This div border color is #feacc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacc1

Related Colors


Comments

No comments written yet.

Please login to write comment.