Color Hex Logo

#fea2da Color Hex

#FEA2DA
(254,162,218)
0 Favorites   0 Comments

Color spaces of #fea2da

RGB 254162218
HSL0.900.980.82
HSV323°36°100°
CMYK 0.000.360.14   0.00
XYZ66.448351.973472.8593
Yxy51.97340.34740.2717
Hunter Lab72.092638.3628-9.4558
CIE-Lab77.264941.7597-14.1314

#fea2da color RGB value is (254,162,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 11011010
Octal 376 242 332
Decimal 254 162 218
Hex FE A2 DA

RGB Percentages of Color #fea2da

%40.06
%25.55
%34.38

CMYK Percentages of Color #fea2da

%0
%36
%14
%0

Triadic Colors of #fea2da

#fea2da #dafea2 #a2dafe

Analogous Colors of #fea2da

#fea2da #fea2ac #f4a2fe

Monochromatic Colors of #fea2da

#fea2da

Complementary Color

#fea2da #a2fec6

#fea2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea2da Color CSS Codes

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

#fea2da Text Font Color

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

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


#fea2da Background Color

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

This div background color is #fea2da


#fea2da Border Color

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

This div border color is #fea2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea2da


Comments

No comments written yet.

Please login to write comment.