Color Hex Logo

#fea8da Color Hex

#FEA8DA
(254,168,218)
0 Favorites   0 Comments

Color spaces of #fea8da

RGB 254168218
HSL0.900.980.83
HSV325°34°100°
CMYK 0.000.340.14   0.00
XYZ67.530654.138073.2201
Yxy54.13800.34650.2778
Hunter Lab73.578535.0654-7.4962
CIE-Lab78.542138.6509-12.2176

#fea8da color RGB value is (254,168,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101000 11011010
Octal 376 250 332
Decimal 254 168 218
Hex FE A8 DA

RGB Percentages of Color #fea8da

%39.69
%26.25
%34.06

CMYK Percentages of Color #fea8da

%0
%34
%14
%0

Triadic Colors of #fea8da

#fea8da #dafea8 #a8dafe

Analogous Colors of #fea8da

#fea8da #fea8af #f7a8fe

Monochromatic Colors of #fea8da

#fea8da

Complementary Color

#fea8da #a8fecc

#fea8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea8da Color CSS Codes

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

#fea8da Text Font Color

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

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


#fea8da Background Color

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

This div background color is #fea8da


#fea8da Border Color

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

This div border color is #fea8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea8da


Comments

No comments written yet.

Please login to write comment.