Color Hex Logo

#fea4da Color Hex

#FEA4DA
(254,164,218)
0 Favorites   0 Comments

Color spaces of #fea4da

RGB 254164218
HSL0.900.980.82
HSV324°35°100°
CMYK 0.000.350.14   0.00
XYZ66.803452.683772.9777
Yxy52.68370.34710.2737
Hunter Lab72.583537.2641-8.8035
CIE-Lab77.687940.7258-13.4968

#fea4da color RGB value is (254,164,218).

#fea4da hex color red value is 254, green value is 164 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fea4da hue: 0.90 , saturation: 0.98 and the lightness value of fea4da is 0.82.

The process color (four color CMYK) of #fea4da color hex is 0.00, 0.35, 0.14, 0.00. Web safe color of #fea4da is #ff99cc. Color #fea4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 11011010
Octal 376 244 332
Decimal 254 164 218
Hex FE A4 DA

RGB Percentages of Color #fea4da

%39.94
%25.79
%34.28

CMYK Percentages of Color #fea4da

%0
%35
%14
%0

Triadic Colors of #fea4da

#fea4da #dafea4 #a4dafe

Analogous Colors of #fea4da

#fea4da #fea4ad #f5a4fe

Monochromatic Colors of #fea4da

#fea4da

Complementary Color

#fea4da #a4fec8

#fea4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea4da Color CSS Codes

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

#fea4da Text Font Color

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

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


#fea4da Background Color

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

This div background color is #fea4da


#fea4da Border Color

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

This div border color is #fea4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea4da

Related Colors


Comments

No comments written yet.

Please login to write comment.