Color Hex Logo

#feaacf Color Hex

#FEAACF
(254,170,207)
0 Favorites   0 Comments

Color spaces of #feaacf

RGB 254170207
HSL0.930.980.83
HSV334°33°100°
CMYK 0.000.330.19   0.00
XYZ66.510354.325366.0118
Yxy54.32530.35600.2907
Hunter Lab73.705732.0893-1.5069
CIE-Lab78.651035.9231-6.0801

#feaacf color RGB value is (254,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11001111
Octal 376 252 317
Decimal 254 170 207
Hex FE AA CF

RGB Percentages of Color #feaacf

%40.25
%26.94
%32.81

CMYK Percentages of Color #feaacf

%0
%33
%19
%0

Triadic Colors of #feaacf

#feaacf #cffeaa #aacffe

Analogous Colors of #feaacf

#feaacf #feafaa #feaaf9

Monochromatic Colors of #feaacf

#feaacf

Complementary Color

#feaacf #aafed9

#feaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaacf Color CSS Codes

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

#feaacf Text Font Color

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

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


#feaacf Background Color

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

This div background color is #feaacf


#feaacf Border Color

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

This div border color is #feaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaacf

Related Colors


Comments

No comments written yet.

Please login to write comment.