color codes Logo

#feacf5 color codes

#FEACF5
(254,172,245)
0 Favorites   0 Comments

Color spaces of #feacf5

RGB 254172245
HSL0.850.980.84
HSV307°32°100°
CMYK 0.000.320.04   0.00
XYZ72.107057.168593.6204
Yxy57.16850.32350.2565
Hunter Lab75.609937.9132-20.4862
CIE-Lab80.274341.0438-24.1907

#feacf5 color RGB value is (254,172,245).

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

The process color (four color CMYK) of #feacf5 color code is 0.00, 0.32, 0.04, 0.00. Web safe color of #feacf5 is #ff99ff. Color #feacf5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11110101
Octal 376 254 365
Decimal 254 172 245
Hex FE AC F5

RGB Percentages of Color #feacf5

%37.85
%25.63
%36.51

CMYK Percentages of Color #feacf5

%0
%32
%4
%0

Triadic Colors of #feacf5

#feacf5 #f5feac #acf5fe

Analogous Colors of #feacf5

#feacf5 #feaccc #deacfe

Monochromatic Colors of #feacf5

#feacf5

Complementary Color

#feacf5 #acfeb5

#feacf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacf5 Color CSS Codes

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

#feacf5 Text Font Color

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

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


#feacf5 Background Color

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

This div background color is #feacf5


#feacf5 Border Color

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

This div border color is #feacf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacf5

Related Colors


Comments

No comments written yet.

Please login to write comment.