Color Hex Logo

#fea9da Color Hex

#FEA9DA
(254,169,218)
0 Favorites   0 Comments

Color spaces of #fea9da

RGB 254169218
HSL0.900.980.83
HSV325°33°100°
CMYK 0.000.330.14   0.00
XYZ67.715954.508773.2819
Yxy54.50870.34640.2788
Hunter Lab73.830034.5153-7.1688
CIE-Lab78.757438.1306-11.8956

#fea9da color RGB value is (254,169,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 11011010
Octal 376 251 332
Decimal 254 169 218
Hex FE A9 DA

RGB Percentages of Color #fea9da

%39.63
%26.37
%34.01

CMYK Percentages of Color #fea9da

%0
%33
%14
%0

Triadic Colors of #fea9da

#fea9da #dafea9 #a9dafe

Analogous Colors of #fea9da

#fea9da #fea9b0 #f8a9fe

Monochromatic Colors of #fea9da

#fea9da

Complementary Color

#fea9da #a9fecd

#fea9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea9da Color CSS Codes

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

#fea9da Text Font Color

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

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


#fea9da Background Color

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

This div background color is #fea9da


#fea9da Border Color

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

This div border color is #fea9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea9da


Comments

No comments written yet.

Please login to write comment.