Color Hex Logo

#feacc8 Color Hex

#FEACC8
(254,172,200)
0 Favorites   0 Comments

Color spaces of #feacc8

RGB 254172200
HSL0.940.980.84
HSV340°32°100°
CMYK 0.000.320.21   0.00
XYZ66.050954.746061.7294
Yxy54.74600.36190.2999
Hunter Lab73.990529.86242.3285
CIE-Lab78.894733.8483-1.9173

#feacc8 color RGB value is (254,172,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11001000
Octal 376 254 310
Decimal 254 172 200
Hex FE AC C8

RGB Percentages of Color #feacc8

%40.58
%27.48
%31.95

CMYK Percentages of Color #feacc8

%0
%32
%21
%0

Triadic Colors of #feacc8

#feacc8 #c8feac #acc8fe

Analogous Colors of #feacc8

#feacc8 #feb9ac #feacf1

Monochromatic Colors of #feacc8

#feacc8

Complementary Color

#feacc8 #acfee2

#feacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacc8 Color CSS Codes

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

#feacc8 Text Font Color

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

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


#feacc8 Background Color

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

This div background color is #feacc8


#feacc8 Border Color

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

This div border color is #feacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacc8

Related Colors


Comments

No comments written yet.

Please login to write comment.