Color Hex Logo

#feafc9 Color Hex

#FEAFC9
(254,175,201)
0 Favorites   0 Comments

Color spaces of #feafc9

RGB 254175201
HSL0.950.980.84
HSV340°31°100°
CMYK 0.000.310.21   0.00
XYZ66.745655.947862.5395
Yxy55.94780.36030.3020
Hunter Lab74.798328.38602.7859
CIE-Lab79.584132.4242-1.4497

#feafc9 color RGB value is (254,175,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11001001
Octal 376 257 311
Decimal 254 175 201
Hex FE AF C9

RGB Percentages of Color #feafc9

%40.32
%27.78
%31.90

CMYK Percentages of Color #feafc9

%0
%31
%21
%0

Triadic Colors of #feafc9

#feafc9 #c9feaf #afc9fe

Analogous Colors of #feafc9

#feafc9 #febdaf #feaff1

Monochromatic Colors of #feafc9

#feafc9

Complementary Color

#feafc9 #affee4

#feafc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafc9 Color CSS Codes

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

#feafc9 Text Font Color

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

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


#feafc9 Background Color

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

This div background color is #feafc9


#feafc9 Border Color

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

This div border color is #feafc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafc9

Related Colors


Comments

No comments written yet.

Please login to write comment.