Color Hex Logo

#feafc0 Color Hex

#FEAFC0
(254,175,192)
0 Favorites   0 Comments

Color spaces of #feafc0

RGB 254175192
HSL0.960.980.84
HSV347°31°100°
CMYK 0.000.310.24   0.00
XYZ65.717555.536557.1251
Yxy55.53650.36840.3113
Hunter Lab74.522826.99426.7175
CIE-Lab79.349331.14263.0887

#feafc0 color RGB value is (254,175,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11000000
Octal 376 257 300
Decimal 254 175 192
Hex FE AF C0

RGB Percentages of Color #feafc0

%40.90
%28.18
%30.92

CMYK Percentages of Color #feafc0

%0
%31
%24
%0

Triadic Colors of #feafc0

#feafc0 #c0feaf #afc0fe

Analogous Colors of #feafc0

#feafc0 #fec6af #feafe8

Monochromatic Colors of #feafc0

#feafc0

Complementary Color

#feafc0 #affeed

#feafc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafc0 Color CSS Codes

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

#feafc0 Text Font Color

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

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


#feafc0 Background Color

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

This div background color is #feafc0


#feafc0 Border Color

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

This div border color is #feafc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafc0

Related Colors


Comments

No comments written yet.

Please login to write comment.