Color Hex Logo

#feaecf Color Hex

#FEAECF
(254,174,207)
0 Favorites   0 Comments

Color spaces of #feaecf

RGB 254174207
HSL0.930.980.84
HSV335°31°100°
CMYK 0.000.310.19   0.00
XYZ67.271655.847966.2656
Yxy55.84790.35520.2949
Hunter Lab74.731529.9017-0.2614
CIE-Lab79.527233.8339-4.7861

#feaecf color RGB value is (254,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11001111
Octal 376 256 317
Decimal 254 174 207
Hex FE AE CF

RGB Percentages of Color #feaecf

%40.00
%27.40
%32.60

CMYK Percentages of Color #feaecf

%0
%31
%19
%0

Triadic Colors of #feaecf

#feaecf #cffeae #aecffe

Analogous Colors of #feaecf

#feaecf #feb5ae #feaef7

Monochromatic Colors of #feaecf

#feaecf

Complementary Color

#feaecf #aefedd

#feaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaecf Color CSS Codes

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

#feaecf Text Font Color

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

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


#feaecf Background Color

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

This div background color is #feaecf


#feaecf Border Color

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

This div border color is #feaecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feaecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaecf

Related Colors


Comments

No comments written yet.

Please login to write comment.